From baeb3dc55c4506e46e6e2178679e9507c5612507 Mon Sep 17 00:00:00 2001 From: spz Date: Sat, 5 Jun 2010 06:16:43 +0000 Subject: Pullup ticket 3137 - requested by kefren security update Revisions pulled up: - pkgsrc/security/sudo/Makefile 1.121 - pkgsrc/security/sudo/distinfo 1.63 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Thu Jun 3 14:53:14 UTC 2010 Modified Files: pkgsrc/security/sudo: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/security/sudo/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/security/sudo/distinfo --- security/sudo/Makefile | 4 ++-- security/sudo/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 6dcbaba1570..e1e88609f7d 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.119.2.1 2010/04/17 08:34:12 spz Exp $ +# $NetBSD: Makefile,v 1.119.2.2 2010/06/05 06:16:43 spz 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 5c33b038bee..1be216305b3 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.61.2.1 2010/04/17 08:34:12 spz Exp $ +$NetBSD: distinfo,v 1.61.2.2 2010/06/05 06:16:43 spz 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 -- cgit v1.2.3