From 79036c17e5788bb8c0cf834c577a365179f7c571 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Wed, 17 Nov 2004 11:50:07 +0000 Subject: [PATCH] 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) --- security/sudo/Makefile | 6 +++--- security/sudo/distinfo | 4 ++-- security/sudo/files/patch-env.c | 10 ---------- 3 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 security/sudo/files/patch-env.c 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 - }; -