summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-09-07 18:13:23 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-09-07 18:13:23 +0000
commit691622ab2cc18ea0c5d53ddb89ccdefc1f25984b (patch)
tree6a0f59752ff09de171def81e53da5441c7f89cce /security
parentDocument sudo Runas group vulnerability. (diff)
Update to 1.7.4p4 to address a couple of minor bugs and Runas group
vulnerability. While I'm here also cleanup files/patch-Makefile.in. Security: 67b514c3-ba8f-11df-8f6e-000c29a67389
Notes
Notes: svn path=/head/; revision=260706
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile5
-rw-r--r--security/sudo/distinfo6
-rw-r--r--security/sudo/files/patch-Makefile.in21
3 files changed, 13 insertions, 19 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index a6df4cce882f..44f445f88506 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sudo
-PORTVERSION= 1.7.4.3
-PORTREVISION= 1
+PORTVERSION= 1.7.4.4
CATEGORIES= security
MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
ftp://obsd.isc.org/pub/sudo/ \
@@ -15,7 +14,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
ftp://boulder.tele.dk/pub/sudo/ \
ftp://core.ring.gr.jp/pub/misc/sudo/ \
ftp://ftp.wiretapped.net/pub/security/host-security/sudo/
-DISTNAME= ${PORTNAME}-1.7.4p3
+DISTNAME= ${PORTNAME}-1.7.4p4
MAINTAINER= wxs@FreeBSD.org
COMMENT= Allow others to run commands as root
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index 21aaf6ad45ac..92bd1e867f2e 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1,3 +1,3 @@
-MD5 (sudo-1.7.4p3.tar.gz) = 950994a454a3eb7a74df5f4bc863bd2b
-SHA256 (sudo-1.7.4p3.tar.gz) = 1dd7ce66046c6479603db41c7cb9d878e1b4b1f23b90c9c7f2e5e808e3d0bbb5
-SIZE (sudo-1.7.4p3.tar.gz) = 962697
+MD5 (sudo-1.7.4p4.tar.gz) = 55d9906535d70a1de347cd3d3550ee87
+SHA256 (sudo-1.7.4p4.tar.gz) = 38de3c3e08346b2b8dcb3cf7ed0813300d1a1d5696d0f338ea8a4ef232aacf97
+SIZE (sudo-1.7.4p4.tar.gz) = 963663
diff --git a/security/sudo/files/patch-Makefile.in b/security/sudo/files/patch-Makefile.in
index 3101bc8d12eb..259dbaab40d0 100644
--- a/security/sudo/files/patch-Makefile.in
+++ b/security/sudo/files/patch-Makefile.in
@@ -1,16 +1,11 @@
---- Makefile.in.orig 2010-08-18 15:32:57.000000000 -0400
-+++ Makefile.in 2010-08-21 21:22:51.000000000 -0400
-@@ -494,10 +494,9 @@
-
- install-sudoers: install-dirs
- $(INSTALL) -d -O $(sudoers_uid) -G $(sudoers_gid) -M 0750 \
-- $(DESTDIR)$(sudoersdir)/sudoers.d
-- test -f $(DESTDIR)$(sudoersdir)/sudoers || \
-- $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
-- $(srcdir)/sudoers $(DESTDIR)$(sudoersdir)/sudoers
-+ $(DESTDIR)$(sudoersdir)/sudoers.d
-+ $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
-+ $(srcdir)/sudoers $(DESTDIR)$(sudoersdir)/sudoers.sample
+--- ./Makefile.in.orig 2010-09-07 09:57:25.000000000 -0400
++++ ./Makefile.in 2010-09-07 09:59:19.000000000 -0400
+@@ -500,7 +500,7 @@
+ $(DESTDIR)$(sudoersdir)/sudoers.d
+ test -f $(DESTDIR)$(sudoersdir)/sudoers || \
+ $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
+- sudoers $(DESTDIR)$(sudoersdir)/sudoers
++ sudoers $(DESTDIR)$(sudoersdir)/sudoers.sample
install-doc: install-dirs ChangeLog
(cd $(srcdir) && for f in ChangeLog HISTORY LICENSE NEWS README TROUBLESHOOTING UPGRADE sample.*; do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done)