diff options
author | mharo <mharo@FreeBSD.org> | 2004-11-13 05:19:00 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-11-13 05:19:00 +0800 |
commit | d03740e3ced93a27df47952d990f86f6623f212b (patch) | |
tree | cb27fd7049ba74d26b0fedf93147f0e510809e23 /security/sudo | |
parent | 74108f7f800baa9f7fc64df949ba60cdde72b6d0 (diff) | |
download | freebsd-ports-gnome-d03740e3ced93a27df47952d990f86f6623f212b.tar.gz freebsd-ports-gnome-d03740e3ced93a27df47952d990f86f6623f212b.tar.zst freebsd-ports-gnome-d03740e3ced93a27df47952d990f86f6623f212b.zip |
Update to 1.6.8p2
o Bash exported functions and the CDPATH variable are now stripped from
the environment passed to the program to be executed.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index e2bc4c90c4b8..82c505dee3af 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.8.1 +PORTVERSION= 1.6.8.2 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ @@ -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.8p1 +DISTNAME= ${PORTNAME}-1.6.8p2 MAINTAINER= mharo@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index a89a00a4c94d..9672848f0682 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -MD5 (sudo-1.6.8p1.tar.gz) = 7fa9649f327d2e92eb1a73da537759d5 -SIZE (sudo-1.6.8p1.tar.gz) = 583464 +MD5 (sudo-1.6.8p2.tar.gz) = 03b92a99b37f22351f4bae5119dabe3d +SIZE (sudo-1.6.8p2.tar.gz) = 583690 |