diff options
author | taca <taca> | 2007-12-21 03:12:34 +0000 |
---|---|---|
committer | taca <taca> | 2007-12-21 03:12:34 +0000 |
commit | 3282037893642620287a85f89f88d32f7b032897 (patch) | |
tree | c40e4af20864cd695badc35138a51bb30146d755 /security/sudo/Makefile | |
parent | 5c331353c120c53dc0a7c1b67ffef01665153de8 (diff) | |
download | pkgsrc-3282037893642620287a85f89f88d32f7b032897.tar.gz |
Update sudo pacakge to 1.6.9p10.
Major changes since Sudo 1.6.9p9:
o Moved LDAP options into a table for simplified parsing/setting.
o Fixed a problem with how some LDAP options were being applied.
o Added support for connecting directly to LDAP servers via SSL/TLS
for servers that don't support the start_tls extension.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 6ae076c4f85..24a7d8d590f 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.102 2007/12/05 10:07:14 taca Exp $ +# $NetBSD: Makefile,v 1.103 2007/12/21 03:12:34 taca Exp $ # -DISTNAME= sudo-1.6.9p9 -PKGREVISION= 1 +DISTNAME= sudo-1.6.9p10 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ |