diff options
author | taca <taca> | 2008-05-14 14:00:15 +0000 |
---|---|---|
committer | taca <taca> | 2008-05-14 14:00:15 +0000 |
commit | 19ca56fc035530858863ca2c22a74e75334ff67f (patch) | |
tree | 6efba7f6b22a3491d2a0d3e08bf29ebd2592b169 /security/sudo/Makefile | |
parent | d7c0f30788f2427460fa9099e8b16676aa9787e4 (diff) | |
download | pkgsrc-19ca56fc035530858863ca2c22a74e75334ff67f.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/Makefile')
-rw-r--r-- | security/sudo/Makefile | 6 |
1 files changed, 3 insertions, 3 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/ |