diff options
author | taca <taca@pkgsrc.org> | 2010-06-03 14:53:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-06-03 14:53:14 +0000 |
commit | 4721ac348d1e8116cf9ff4ff7518de22ae0b18a7 (patch) | |
tree | bf594b81e2f67c623684b3ca3afedc773649f182 /security/sudo | |
parent | 34e94aa0df21f180f24d3dd6a990ff96c832d044 (diff) | |
download | pkgsrc-4721ac348d1e8116cf9ff4ff7518de22ae0b18a7.tar.gz |
Update security/sudo package to 1.7.2p7.
For more detail: http://www.sudo.ws/sudo/alerts/secure_path.html
Summary:
Sudo "secure path" feature works by replacing the PATH environment
variable with a value specified in the sudoers file, or at
compile time if the --with-secure-path configure option is used.
The flaw is that sudo only replaces the first instance of PATH
in the environment. If the program being run through sudo uses
the last instance of PATH in the environment, an attacker may
be able to avoid the "secure path" restrictions.
Sudo versions affected:
Sudo 1.3.1 through 1.6.9p22 and Sudo 1.7.0 through 1.7.2p6.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index d81a5038373..4e1d02827fd 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.120 2010/04/16 15:33:52 taca Exp $ +# $NetBSD: Makefile,v 1.121 2010/06/03 14:53:14 taca Exp $ # -DISTNAME= sudo-1.7.2p6 +DISTNAME= sudo-1.7.2p7 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 b5a28383c8e..4e8c7e19698 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.62 2010/04/16 15:33:52 taca Exp $ +$NetBSD: distinfo,v 1.63 2010/06/03 14:53:14 taca Exp $ -SHA1 (sudo-1.7.2p6-200805130/sudo-1.7.2p6.tar.gz) = 45976e82cc2ca9f34cad574629ddd998c377734e -RMD160 (sudo-1.7.2p6-200805130/sudo-1.7.2p6.tar.gz) = 9122ee0da71fa8fe84f71e13d1a02173ef317937 -Size (sudo-1.7.2p6-200805130/sudo-1.7.2p6.tar.gz) = 771148 bytes +SHA1 (sudo-1.7.2p7-200805130/sudo-1.7.2p7.tar.gz) = 0504e0d7b1d3c987e48325ec4caa6ebfe5237ff5 +RMD160 (sudo-1.7.2p7-200805130/sudo-1.7.2p7.tar.gz) = 7ed1976bbce6d66939b85ce08a97c089dbeb1ec4 +Size (sudo-1.7.2p7-200805130/sudo-1.7.2p7.tar.gz) = 772356 bytes SHA1 (patch-aa) = bd35d9a9168a70c53b8908570cd86483b117a084 SHA1 (patch-af) = 50e6ecf889c460669a4b632c0fd3b15fc45b1214 SHA1 (patch-ag) = b6153d89cfe634c79f1c5b44d4f0df0089353528 |