--- b/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ # Created by: erich@rrnet.com PORTNAME= sudo -PORTVERSION= 1.9.7 +PORTVERSION= 1.9.7p1 CATEGORIES= security MASTER_SITES= SUDO --- b/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620827684 -SHA256 (sudo-1.9.7.tar.gz) = 2bbe7c2d6699b84d950ef9a43f09d4d967b8bc244b73bc095c4202068ddbe549 -SIZE (sudo-1.9.7.tar.gz) = 4194242 +TIMESTAMP = 1623449525 +SHA256 (sudo-1.9.7p1.tar.gz) = 391431f454e55121b60c6ded0fcf30ddb80d623d7d16a6d1907cfa6a0b91d8cf +SIZE (sudo-1.9.7p1.tar.gz) = 4197591 --- a/security/sudo/files/patch-lib_iolog_hostcheck.c +++ /dev/null @@ -1,25 +0,0 @@ -From 96fb72e7cbac29086e51c57e5b629ac5a739e0e2 Mon Sep 17 00:00:00 2001 -From: "Todd C. Miller" -Date: Wed, 12 May 2021 07:27:09 -0600 -Subject: [PATCH] Explicitly include netinet/in.h for struct sockaddr_in and - sockaddr+_in6. Fixes a compilation problem on FreeBSD. - ---- - lib/iolog/hostcheck.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git lib/iolog/hostcheck.c lib/iolog/hostcheck.c -index 0dee14b79..3eeabd262 100644 ---- lib/iolog/hostcheck.c -+++ lib/iolog/hostcheck.c -@@ -24,6 +24,7 @@ - #if defined(HAVE_OPENSSL) - # include - # include -+# include - # include - # include - # include --- -2.31.1 -