diff options
author | taca <taca> | 2008-01-06 16:08:24 +0000 |
---|---|---|
committer | taca <taca> | 2008-01-06 16:08:24 +0000 |
commit | 6734a4e91ddcc9eb60bd5445471137afaf4029af (patch) | |
tree | 7efcc7c616dd64316475518087d7363a69e9c1c2 /security/sudo/Makefile | |
parent | 1832b7abc324767406144cfa74418569e346c6af (diff) | |
download | pkgsrc-6734a4e91ddcc9eb60bd5445471137afaf4029af.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.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 6 |
1 files changed, 2 insertions, 4 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/ |