summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authortaca <taca>2007-12-05 04:14:42 +0000
committertaca <taca>2007-12-05 04:14:42 +0000
commit9437c9ee3f7997d327ee84b140f60257be725484 (patch)
tree68203fa2d77fbd4374f4f3882cb88d2a868a4c1e /security/sudo/Makefile
parentdf7e353c1fffbeec4d49c5d586c5c5b9535c27f9 (diff)
downloadpkgsrc-9437c9ee3f7997d327ee84b140f60257be725484.tar.gz
Update sudo package to 1.6.9p9.
Major changes since Sudo 1.6.9p8: o The ALL command in sudoers now implies SETENV permissions. o The command search is now performed using the target user's auxiliary group vector, not just the target's primary group. o When determining if the PAM prompt is the default "Password: ", compare the localized version if possible. o New passprompt_override option in sudoers to cause sudo's prompt to be used in all cases. Also set when the -p flag is used.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 6c2b2d24065..ed1b6bb5348 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2007/11/04 12:07:24 taca Exp $
+# $NetBSD: Makefile,v 1.101 2007/12/05 04:14:42 taca Exp $
#
-DISTNAME= sudo-1.6.9p8
+DISTNAME= sudo-1.6.9p9
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \