diff options
author | roam <roam@FreeBSD.org> | 2004-11-17 19:50:07 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-11-17 19:50:07 +0800 |
commit | 932ddd7ef2131eaa06babae9bbdc8924d2edc3a2 (patch) | |
tree | b6dc81e1992260fa7f4d881bdf691962972d172f | |
parent | 1e5f4d8be0e581522f22faec60bb4546d2de423d (diff) | |
download | freebsd-ports-gnome-932ddd7ef2131eaa06babae9bbdc8924d2edc3a2.tar.gz freebsd-ports-gnome-932ddd7ef2131eaa06babae9bbdc8924d2edc3a2.tar.zst freebsd-ports-gnome-932ddd7ef2131eaa06babae9bbdc8924d2edc3a2.zip |
Update to sudo-1.6.3p8, which *really* includes the CDPATH fix, and
another one that does not directly affect FreeBSD (our _PATH_VARTMP
was fine before, too).
Approved by: mharo (maintainer)
-rw-r--r-- | security/sudo/Makefile | 6 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 | ||||
-rw-r--r-- | security/sudo/files/patch-env.c | 10 |
3 files changed, 5 insertions, 15 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 1899e391ebf8..a16c15cc3b26 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sudo -PORTVERSION= 1.6.8.2 -PORTREVISION= 1 +PORTVERSION= 1.6.8.3 +PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ @@ -19,7 +19,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://pluto.cdpa.nsysu.edu.tw/sudo/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ -DISTNAME= ${PORTNAME}-1.6.8p2 +DISTNAME= ${PORTNAME}-1.6.8p3 MAINTAINER= mharo@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 9672848f0682..4d59cf74c4a6 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -MD5 (sudo-1.6.8p2.tar.gz) = 03b92a99b37f22351f4bae5119dabe3d -SIZE (sudo-1.6.8p2.tar.gz) = 583690 +MD5 (sudo-1.6.8p3.tar.gz) = b2293ece1b72d9d360bc6a6b3a588787 +SIZE (sudo-1.6.8p3.tar.gz) = 583791 diff --git a/security/sudo/files/patch-env.c b/security/sudo/files/patch-env.c deleted file mode 100644 index dc64aad1bc25..000000000000 --- a/security/sudo/files/patch-env.c +++ /dev/null @@ -1,10 +0,0 @@ ---- env.c.orig Mon Nov 15 12:58:46 2004 -+++ env.c Mon Nov 15 12:58:55 2004 -@@ -123,6 +123,7 @@ - "TERMCAP", /* XXX - only if it starts with '/' */ - "ENV", - "BASH_ENV", -+ "CDPATH", - NULL - }; - |