diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-07-30 23:01:47 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-07-30 23:01:47 +0800 |
commit | b65617e8486df40df8ac6306e4f2bc47d5800969 (patch) | |
tree | e8e20e4577b611644a5540447cbd0dd875193290 /security | |
parent | 6d73d97535f5029afbb75e7f5a936e949b9f4956 (diff) | |
download | freebsd-ports-gnome-b65617e8486df40df8ac6306e4f2bc47d5800969.tar.gz freebsd-ports-gnome-b65617e8486df40df8ac6306e4f2bc47d5800969.tar.zst freebsd-ports-gnome-b65617e8486df40df8ac6306e4f2bc47d5800969.zip |
Update to 1.6.9p2
- Environment handling fix.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 1a0c7cadf4ff..b078795b107b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.1 +PORTVERSION= 1.6.9.2 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ @@ -18,7 +18,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.9p1 +DISTNAME= ${PORTNAME}-1.6.9p2 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 565d21bfbc47..bed754644c60 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p1.tar.gz) = 3bd851451f00001f1f405653f2c1682f -SHA256 (sudo-1.6.9p1.tar.gz) = 1b8bb1f15001844e956a3e72970d78b27ce737dbf4b59c60b6bb729349255757 -SIZE (sudo-1.6.9p1.tar.gz) = 557995 +MD5 (sudo-1.6.9p2.tar.gz) = cb890faab6b8deac1f8a09bf35de3a20 +SHA256 (sudo-1.6.9p2.tar.gz) = ab4f9fe1aa667c558f30f7f21edb82395c22cab413ba79144f19fd9c41e8ca5a +SIZE (sudo-1.6.9p2.tar.gz) = 558439 |