diff options
author | taca <taca@pkgsrc.org> | 2008-05-14 14:00:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-05-14 14:00:15 +0000 |
commit | caf36595711efdd36c86beeef65c2e8242ad4e9f (patch) | |
tree | 6efba7f6b22a3491d2a0d3e08bf29ebd2592b169 /security/sudo | |
parent | 7fb576db6aafa1dda62f532be5951eaece82f080 (diff) | |
download | pkgsrc-caf36595711efdd36c86beeef65c2e8242ad4e9f.tar.gz |
Update security/seudo pacakge to 1.6.p16.
Major changes since Sudo 1.6.9p15:
o There was missing whitespace before the ldap libraries in the Makefile
for some configurations.
o LDAPS_PORT may not be defined on older Solaris LDAP SDKs.
o If the LDAP server could not be contacted and the user was not present
in sudoers, a syntax error in sudoers was incorrectly reported.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 6 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index cc6fece0814..3a06cf37789 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.111 2008/04/02 15:06:07 jlam Exp $ +# $NetBSD: Makefile,v 1.112 2008/05/14 14:00:15 taca Exp $ # -DISTNAME= sudo-1.6.9p15 +DISTNAME= sudo-1.6.9p16 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -11,7 +11,7 @@ MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ http://netmirror.org/mirror/ftp.sudo.ws/ \ http://www.courtesan.com/sudo/dist/OLD/ \ http://www.courtesan.com/sudo/dist/beta/ -DIST_SUBDIR= ${DISTNAME}-200803290 +DIST_SUBDIR= ${DISTNAME}-200805130 MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.courtesan.com/sudo/ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 5a0406d1e52..5ecbd13fef6 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.54 2008/03/29 14:16:58 taca Exp $ +$NetBSD: distinfo,v 1.55 2008/05/14 14:00:15 taca Exp $ -SHA1 (sudo-1.6.9p15-200803290/sudo-1.6.9p15.tar.gz) = 23beafa1d7c9c85c4535648923323cab34ff7810 -RMD160 (sudo-1.6.9p15-200803290/sudo-1.6.9p15.tar.gz) = af7278bddef79962ea086a5120cd815d13b2909c -Size (sudo-1.6.9p15-200803290/sudo-1.6.9p15.tar.gz) = 593065 bytes +SHA1 (sudo-1.6.9p16-200805130/sudo-1.6.9p16.tar.gz) = 6c9248441eb6f5d56a9ba3545b83fceb875bd4ee +RMD160 (sudo-1.6.9p16-200805130/sudo-1.6.9p16.tar.gz) = b36b1ecc4383a6e411a8f0c2e90f9bfb6df4a220 +Size (sudo-1.6.9p16-200805130/sudo-1.6.9p16.tar.gz) = 593175 bytes SHA1 (patch-aa) = 4e1bfcf3f8ea831e682d2c0a34df4746ee95899e SHA1 (patch-af) = cd9eac03f4d78a5b9d2702bc7e1952a26ea8ca92 SHA1 (patch-ag) = a2eb0b1b0aef7325e14cbd5fed8d517b5b4eba2d |