diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2008-04-10 00:44:28 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2008-04-10 00:44:28 +0800 |
commit | 5a0c6dd9b824d7447895d9fd3347dcfc959895dc (patch) | |
tree | b1d24c6cd1a21f42fe031ab0d95928fa0411fe20 /security | |
parent | 803dc06b9d4d4e282f607049f1bf17c09e8ab0a8 (diff) | |
download | freebsd-ports-gnome-5a0c6dd9b824d7447895d9fd3347dcfc959895dc.tar.gz freebsd-ports-gnome-5a0c6dd9b824d7447895d9fd3347dcfc959895dc.tar.zst freebsd-ports-gnome-5a0c6dd9b824d7447895d9fd3347dcfc959895dc.zip |
- Update to 1.6.9p15
* The HOME environment variable is once again preserved by default, as per
the documentation.
- Finally remember to fix the $FreeBSD$ line in pam file.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 | ||||
-rw-r--r-- | security/sudo/files/pam.conf | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index e64aa370bc1f..ffc235e0c33b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.14 +PORTVERSION= 1.6.9.15 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.9p14 +DISTNAME= ${PORTNAME}-1.6.9p15 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 67d491d6ea8b..d2c0b83eaccb 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p14.tar.gz) = a274767d74e99bdd86ebef4e9899a246 -SHA256 (sudo-1.6.9p14.tar.gz) = cffccc9090df1daf3aba129f94bf5e01724e723e3264124b9d57d4a1437f097a -SIZE (sudo-1.6.9p14.tar.gz) = 589298 +MD5 (sudo-1.6.9p15.tar.gz) = 06cfeed4ececfce6c82e03974c588066 +SHA256 (sudo-1.6.9p15.tar.gz) = 654376e31ac76028e02a603c67ced319304a1aa6bdfae72431574cef5c59a382 +SIZE (sudo-1.6.9p15.tar.gz) = 593065 diff --git a/security/sudo/files/pam.conf b/security/sudo/files/pam.conf index d0eaef11ee01..1e30507af119 100644 --- a/security/sudo/files/pam.conf +++ b/security/sudo/files/pam.conf @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # # PAM configuration for the "sudo" service # |