diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2008-03-10 04:51:31 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2008-03-10 04:51:31 +0800 |
commit | 9efb09fbb3532a1f3dc747b6310610122b2c4f5c (patch) | |
tree | ccee818088bd9cfe24a29f22bee6e8787046277d /security | |
parent | cf867746e9848a44311d0ce0f6085a92acd9a48e (diff) | |
download | freebsd-ports-gnome-9efb09fbb3532a1f3dc747b6310610122b2c4f5c.tar.gz freebsd-ports-gnome-9efb09fbb3532a1f3dc747b6310610122b2c4f5c.tar.zst freebsd-ports-gnome-9efb09fbb3532a1f3dc747b6310610122b2c4f5c.zip |
- Update to 1.6.9p14
* Check sudoers even if user is found in LDAP so Defaults can take
effect.
* Fix crash when pam_lastlog is (incorrectly) usesd in session section
of PAM file.
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 6e760574b79b..e64aa370bc1f 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.12 +PORTVERSION= 1.6.9.14 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://obsd.isc.org/pub/sudo/ \ @@ -16,7 +16,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://ftp.wiretapped.net/pub/security/host-security/sudo/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= tmclaugh/sudo -DISTNAME= ${PORTNAME}-1.6.9p12 +DISTNAME= ${PORTNAME}-1.6.9p14 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 415e7993008c..67d491d6ea8b 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p12.tar.gz) = a5795c292e5c64dd9f7bcba8c1c712c9 -SHA256 (sudo-1.6.9p12.tar.gz) = d25c7a04f0db65c4a4e587df337fb6c4bd5165155d7ab64e8b00a89f745dd4aa -SIZE (sudo-1.6.9p12.tar.gz) = 581936 +MD5 (sudo-1.6.9p14.tar.gz) = a274767d74e99bdd86ebef4e9899a246 +SHA256 (sudo-1.6.9p14.tar.gz) = cffccc9090df1daf3aba129f94bf5e01724e723e3264124b9d57d4a1437f097a +SIZE (sudo-1.6.9p14.tar.gz) = 589298 |