diff options
author | taca <taca> | 2010-07-05 03:08:10 +0000 |
---|---|---|
committer | taca <taca> | 2010-07-05 03:08:10 +0000 |
commit | 8e49ab1cf9b816a30a0fd8cf3c34978785cd9fa5 (patch) | |
tree | 0756c5cfcabdd002345b026c0f5facd421946a52 /security/sudo/Makefile | |
parent | 5724fa92e6c995bf1191ec820fbc1c3a42177593 (diff) | |
download | pkgsrc-8e49ab1cf9b816a30a0fd8cf3c34978785cd9fa5.tar.gz |
Update sudo package to 1.7.2p8.
Major changes between sudo 1.7.2p7 and 1.7.2p8:
* Fixed a crash on AIX when LDAP support is in use.
* Fixed problems with the QAS non-Unix group support
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 4e1d02827fd..66d12a484b4 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.121 2010/06/03 14:53:14 taca Exp $ +# $NetBSD: Makefile,v 1.122 2010/07/05 03:08:10 taca Exp $ # -DISTNAME= sudo-1.7.2p7 +DISTNAME= sudo-1.7.2p8 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ |