diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-11-12 21:19:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-11-12 21:19:00 +0000 |
commit | 1c35bd9a4b9a64d59589bc1a63fadb556fe902bb (patch) | |
tree | 39ae42ea88868da867ddd6eeef3a2732154f025d | |
parent | Add softflowd, flow-based network traffic analyser capable of Cisco NetFlow (diff) |
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.
Notes
Notes:
svn path=/head/; revision=121480
-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 |