summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-01-15 11:32:06 +0000
committeradrianp <adrianp>2006-01-15 11:32:06 +0000
commit3cff250f1351b51b6a8b344e03febeccc324fbbe (patch)
treeca38db0fdfd8e9ee8cba44ff3375fffb14d18659 /security/sudo
parent2e2a74bf4c23c9df89291ac005093dad2d0a5ea4 (diff)
downloadpkgsrc-3cff250f1351b51b6a8b344e03febeccc324fbbe.tar.gz
Add PYTHONINSPECT to the list of environment variables to clean
Fix for http://secunia.com/advisories/18358/ Bump to nb1
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile3
-rw-r--r--security/sudo/distinfo3
-rw-r--r--security/sudo/patches/patch-ah12
3 files changed, 16 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 499febef1e2..22f0e006bd8 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -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 --git a/security/sudo/distinfo b/security/sudo/distinfo
index cef937c8c68..38e745ba073 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -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 @@ Size (sudo-1.6.8p12.tar.gz) = 585643 bytes
SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c
SHA1 (patch-af) = 245761812dc600b3d2752fa135ba367bb0223370
SHA1 (patch-ag) = 87c3263674ec98ccc9cc33f2108a2456eddaecc5
+SHA1 (patch-ah) = 3ca7f39f5a882c5a340a053ddd925ebdaef48df5
diff --git a/security/sudo/patches/patch-ah b/security/sudo/patches/patch-ah
new file mode 100644
index 00000000000..6f089950dea
--- /dev/null
+++ b/security/sudo/patches/patch-ah
@@ -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
+ };
+