diff options
author | taca <taca@pkgsrc.org> | 2008-01-06 16:08:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-06 16:08:24 +0000 |
commit | 5fe02749ec5d8a5cfd76f097813c63c021312d47 (patch) | |
tree | 7efcc7c616dd64316475518087d7363a69e9c1c2 | |
parent | fdfb06c49634deb418dc5a8bd60610cd9a9ca82c (diff) | |
download | pkgsrc-5fe02749ec5d8a5cfd76f097813c63c021312d47.tar.gz |
Update sudo package to 1.6.9p11.
637) Fixed a compilation problem on SCO related to how they
store the high resolution timestamps in struct stat.
638) Avoid checking the passwd file group multiple times
in the LDAP query when the user's passwd group is also
listed in the supplemental group vector.
639) The URI specifier can now be used in ldap.conf even when
the LDAP SDK doesn't support ldap_initialize().
640) New %p prompt escape that expands to the user whose password
is being prompted, as specified by the rootpw, targetpw and
runaspw sudoers flags. Based on a diff from Patrick Schoenfeld.
-rw-r--r-- | security/sudo/Makefile | 6 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 21eab7af056..d9d9ebbff46 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.105 2008/01/03 23:17:47 rillig Exp $ +# $NetBSD: Makefile,v 1.106 2008/01/06 16:08:24 taca Exp $ # -DISTNAME= sudo-1.6.9p10 -PKGREVISION= 1 +DISTNAME= sudo-1.6.9p11 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -12,7 +11,6 @@ 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}-20071205 MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.courtesan.com/sudo/ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 36b132a1078..feaa4aa003e 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.49 2008/01/03 23:17:48 rillig Exp $ +$NetBSD: distinfo,v 1.50 2008/01/06 16:08:24 taca Exp $ -SHA1 (sudo-1.6.9p10-20071205/sudo-1.6.9p10.tar.gz) = 1ce9ea7073a6b7cad6f84612c5813215273351bb -RMD160 (sudo-1.6.9p10-20071205/sudo-1.6.9p10.tar.gz) = ce9fbed0ee718109f0c2d07f3749e91560107cb9 -Size (sudo-1.6.9p10-20071205/sudo-1.6.9p10.tar.gz) = 579302 bytes +SHA1 (sudo-1.6.9p11.tar.gz) = 7716c05eeb2e598eda3d9e7804b401844744301b +RMD160 (sudo-1.6.9p11.tar.gz) = c71d7a8b9894e110ea45701afb109bc52e840914 +Size (sudo-1.6.9p11.tar.gz) = 580897 bytes SHA1 (patch-aa) = 90e5a64fc621efc5f4bcb4bc3dc0dce44704391f SHA1 (patch-af) = c0a594c8b3a665dc0a84f40754a46bcd7e17ea49 SHA1 (patch-ag) = c3442810139581c003e2c5d911df1bcbdcfc0008 |