diff options
author | taca <taca> | 2011-01-13 12:22:40 +0000 |
---|---|---|
committer | taca <taca> | 2011-01-13 12:22:40 +0000 |
commit | 9ed13d1d57083ab502a3e0a19d8a96947647bf9f (patch) | |
tree | 4c8cd1574a344304f6496298f8b648ad9e2636e7 /security | |
parent | f679e03c39b7944669bd4ba5087b5fa21e7c6a28 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | security/sudo/Makefile | 5 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 6 insertions, 7 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/ \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 575596d7b25..82805b0e02c 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.66 2010/09/21 03:05:27 taca Exp $ +$NetBSD: distinfo,v 1.67 2011/01/13 12:22:40 taca Exp $ -SHA1 (sudo-1.7.4p4.tar.gz) = c873f509f80d5722989a912a42a61ad27b71453f -RMD160 (sudo-1.7.4p4.tar.gz) = 3b5eb69b4317c72def0e811c58a24df8c9c1c892 -Size (sudo-1.7.4p4.tar.gz) = 963663 bytes +SHA1 (sudo-1.7.4p5.tar.gz) = bb9c9ff6ce6d4c70bdc546316442e7021ca754c2 +RMD160 (sudo-1.7.4p5.tar.gz) = 24fcaa065f9efc229abcf2b70ec4faca03efa32d +Size (sudo-1.7.4p5.tar.gz) = 966176 bytes SHA1 (patch-aa) = 5435f1ebf6faa0381d193a9a560a3752af5c9c4a SHA1 (patch-af) = 389af9aca76d7286c2e981573c56358846f8d0ca SHA1 (patch-ag) = 853232cc5fde6808562cc7dd6f5770069bdeae3f |