pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sudo Add PYTHONINSPECT to the list of environ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81900f3dff89
branches:  trunk
changeset: 506363:81900f3dff89
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jan 15 11:32:06 2006 +0000

description:
Add PYTHONINSPECT to the list of environment variables to clean
Fix for http://secunia.com/advisories/18358/
Bump to nb1

diffstat:

 security/sudo/Makefile         |   3 ++-
 security/sudo/distinfo         |   3 ++-
 security/sudo/patches/patch-ah |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r a257610ed0c4 -r 81900f3dff89 security/sudo/Makefile
--- a/security/sudo/Makefile    Sun Jan 15 11:24:52 2006 +0000
+++ b/security/sudo/Makefile    Sun Jan 15 11:32:06 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.86 2006/01/09 15:53:40 cube Exp $
+# $NetBSD: Makefile,v 1.87 2006/01/15 11:32:06 adrianp Exp $
 #
 
 DISTNAME=              sudo-1.6.8p12
 PKGNAME=               sudo-1.6.8pl12
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          http://www.courtesan.com/sudo/dist/ \
                        ftp://ftp.courtesan.com/pub/sudo/ \
diff -r a257610ed0c4 -r 81900f3dff89 security/sudo/distinfo
--- a/security/sudo/distinfo    Sun Jan 15 11:24:52 2006 +0000
+++ b/security/sudo/distinfo    Sun Jan 15 11:32:06 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2006/01/09 15:53:40 cube Exp $
+$NetBSD: distinfo,v 1.34 2006/01/15 11:32:06 adrianp Exp $
 
 SHA1 (sudo-1.6.8p12.tar.gz) = a79631e9e1c0d0d3f2aa88ae685628e5fde61982
 RMD160 (sudo-1.6.8p12.tar.gz) = d7ff9f18ca0973615258c2e975300b94567451d5
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c
 SHA1 (patch-af) = 245761812dc600b3d2752fa135ba367bb0223370
 SHA1 (patch-ag) = 87c3263674ec98ccc9cc33f2108a2456eddaecc5
+SHA1 (patch-ah) = 3ca7f39f5a882c5a340a053ddd925ebdaef48df5
diff -r a257610ed0c4 -r 81900f3dff89 security/sudo/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sudo/patches/patch-ah    Sun Jan 15 11:32:06 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.4 2006/01/15 11:32:07 adrianp Exp $
+
+--- env.c.orig 2005-11-08 18:21:33.000000000 +0000
++++ env.c
+@@ -130,6 +130,7 @@ static const char *initial_badenv_table[
+     "PERLLIB",
+     "PERL5LIB",
+     "PERL5OPT",
++    "PYTHONINSPECT",
+     NULL
+ };
+ 



Home | Main Index | Thread Index | Old Index