diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-09-17 22:55:13 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-09-17 22:55:13 +0800 |
commit | ff586ae60ac24b4fd40e1a204416a5c1742d63fc (patch) | |
tree | 510602c17f7622bad54b286015b6454e42c99061 /security | |
parent | 9e76f4c0b99d413f7108295fd14cbba6560bf88f (diff) | |
download | freebsd-ports-gnome-ff586ae60ac24b4fd40e1a204416a5c1742d63fc.tar.gz freebsd-ports-gnome-ff586ae60ac24b4fd40e1a204416a5c1742d63fc.tar.zst freebsd-ports-gnome-ff586ae60ac24b4fd40e1a204416a5c1742d63fc.zip |
Update to 1.6.9p5:
- Fixed a bug in the IP address matching introduced by the IPV6 merge.
- Fixed sudoedit when used on a non-existent file.
- Groups and netgroups are now valid in an LDAP sudoRunas statement.
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 1777fa586d34..1adf092f9782 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.4 +PORTVERSION= 1.6.9.5 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.9p4 +DISTNAME= ${PORTNAME}-1.6.9p5 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index c9201e6f5d3a..e3967138bf7f 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p4.tar.gz) = 5439d24b48db69d2b6b42e97b47fdfd6 -SHA256 (sudo-1.6.9p4.tar.gz) = 849f5f727c28bdd7431ecb839b862da972265b812ecf907d4182eacecf71c578 -SIZE (sudo-1.6.9p4.tar.gz) = 581385 +MD5 (sudo-1.6.9p5.tar.gz) = 2db485a444dc6b26a3712be0dbf343f6 +SHA256 (sudo-1.6.9p5.tar.gz) = 53144c8f0a3bf3dbda504ef44e9814efe6f7f32515aa94af5580d0cc327c5d0a +SIZE (sudo-1.6.9p5.tar.gz) = 574384 |