summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-01-13 12:22:40 +0000
committertaca <taca>2011-01-13 12:22:40 +0000
commit9ed13d1d57083ab502a3e0a19d8a96947647bf9f (patch)
tree4c8cd1574a344304f6496298f8b648ad9e2636e7 /security/sudo/Makefile
parentf679e03c39b7944669bd4ba5087b5fa21e7c6a28 (diff)
downloadpkgsrc-9ed13d1d57083ab502a3e0a19d8a96947647bf9f.tar.gz
Update sudo package to 1.7.4p5.
What's new in Sudo 1.7.4p5? * A bug has been fixed that would allow a command to be run without the user entering a password when sudo's -g flag is used without the -u flag. * If user has no supplementary groups, sudo will now fall back on checking the group file explicitly, which restores historic sudo behavior. * A crash has been fixed when sudo's -g flag is used without the -u flag and the sudoers file contains an entry with no runas user or group listed. * A bug has been fixed in the I/O logging support that could cause visual artifacts in full-screen programs such as text editors,. * A crash has been fixed when the Solaris project support is enabled and sudo's -g flag is used without the -u flag. * Sudo no longer exits with an error when support for auditing is compiled in but auditing is not enabled. * Fixed a bug introduced in sudo 1.7.3 where the ticket file was not being honored when the "targetpw" sudoers Defaults option was enabled. * The LOG_INPUT and LOG_OUTPUT tags in sudoers are now parsed correctly. * A crash has been fixed in "sudo -l" when sudo is built with auditing support and the user is not allowed to run any commands on the host.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index ba30dee895b..5577b335f38 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.126 2011/01/09 19:22:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.127 2011/01/13 12:22:40 taca Exp $
#
-DISTNAME= sudo-1.7.4p4
-PKGREVISION= 3
+DISTNAME= sudo-1.7.4p5
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \