summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authortaca <taca>2007-10-10 00:08:24 +0000
committertaca <taca>2007-10-10 00:08:24 +0000
commit9b1c7d777f3aa33c888ae4d43c2abb442b8f696c (patch)
treef0e2bab77f75b8b9c6444e74d62dd7aabb35d9a2 /security/sudo/Makefile
parent47212c3b06d825e5564e3a01f9f93cde439b5ef6 (diff)
downloadpkgsrc-9b1c7d777f3aa33c888ae4d43c2abb442b8f696c.tar.gz
Update sudo package to 1.6.9p6.
Major changes since Sudo 1.6.9p5: o Worked around bugs in the session support of some PAM implementations. The full tty path is now passed to PAM as well. o Sudo now only prints the password prompt if the process is in the foreground. o inttypes.h is now included when appropriate if it is present. o Simplified alias allocation in the parser.
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 2e7f2c4303a..923b892fd5f 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2007/09/09 12:54:36 taca Exp $
+# $NetBSD: Makefile,v 1.98 2007/10/10 00:08:24 taca Exp $
#
-DISTNAME= sudo-1.6.9p5
+DISTNAME= sudo-1.6.9p6
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \