pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/sudo Update sudo package to 1.6.9p11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/66747d91658c
branches: trunk
changeset: 537329:66747d91658c
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jan 06 16:08:24 2008 +0000
description:
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:
security/sudo/Makefile | 6 ++----
security/sudo/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r 0cb03e40acc3 -r 66747d91658c security/sudo/Makefile
--- a/security/sudo/Makefile Sun Jan 06 16:01:05 2008 +0000
+++ b/security/sudo/Makefile Sun Jan 06 16:08:24 2008 +0000
@@ -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 @@
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@localhost
HOMEPAGE= http://www.courtesan.com/sudo/
diff -r 0cb03e40acc3 -r 66747d91658c security/sudo/distinfo
--- a/security/sudo/distinfo Sun Jan 06 16:01:05 2008 +0000
+++ b/security/sudo/distinfo Sun Jan 06 16:08:24 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index