summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2005-06-22 20:23:03 +0000
committerTavis Ormandy <taviso@gentoo.org>2005-06-22 20:23:03 +0000
commit18a6489838610cdecfb9f640ce3798dfb80310e0 (patch)
tree3bbdda411dc359717d20f8c444c71b1e10f2f02e /app-admin/sudo
parentManual Manifest commit. (diff)
downloadhistorical-18a6489838610cdecfb9f640ce3798dfb80310e0.tar.gz
historical-18a6489838610cdecfb9f640ce3798dfb80310e0.tar.bz2
historical-18a6489838610cdecfb9f640ce3798dfb80310e0.zip
add comment
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-admin/sudo')
-rw-r--r--app-admin/sudo/Manifest12
-rw-r--r--app-admin/sudo/sudo-1.6.8_p9.ebuild7
2 files changed, 6 insertions, 13 deletions
diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 13ae9baf30cd..99121452253f 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 cb45f8c228f145599e518e7c054d8297 sudo-1.6.8_p9.ebuild 5910
+MD5 b203797721cc209848970e8ad9195a75 sudo-1.6.8_p9.ebuild 6042
MD5 eec74c7e7844116754be94ca7ed74d49 sudo-1.6.8_p8-r2.ebuild 4708
MD5 1830dd653b9b5b92fa5cc86823e06d65 sudo-1.6.7_p5-r2.ebuild 1438
MD5 994fa3d27c4fddfd287e805b67f5434c sudo-1.6.7_p5-r4.ebuild 1497
@@ -24,10 +21,3 @@ MD5 774b75e759fe13c7334c523b1db8ab2e files/sudo_include 67
MD5 4a46750ff53c19dbfed39d894dd6ff4d files/sudo-1.6.8_p8-ldap-tls_cacert.diff 542
MD5 4362800877ccb8e27de5437707d8a954 files/sudo-strip-bash-functions.diff 1335
MD5 375b1725c7c89570ce74eba2a96b767d files/digest-sudo-1.6.8_p9 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCuHtdViELBEf1JB0RAh8xAJ4mXQWK/YPF5eMo+J9DXa+YHpSCBwCeJh3q
-CE5E6yOk3bBzzzx0evEtVkE=
-=TFEQ
------END PGP SIGNATURE-----
diff --git a/app-admin/sudo/sudo-1.6.8_p9.ebuild b/app-admin/sudo/sudo-1.6.8_p9.ebuild
index d5af5d02679c..4681542d7c2a 100644
--- a/app-admin/sudo/sudo-1.6.8_p9.ebuild
+++ b/app-admin/sudo/sudo-1.6.8_p9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.8_p9.ebuild,v 1.12 2005/06/21 20:40:04 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.8_p9.ebuild,v 1.13 2005/06/22 20:23:03 taviso Exp $
inherit eutils pam
@@ -53,7 +53,10 @@ src_unpack() {
# XXX: <?> = probably safe enough for most circumstances.
einfo "Blacklisting common variables (env_delete)..."
- sudo_bad_var 'SHELLOPTS' # bash, change shoptions.
+ sudo_bad_var 'SHELLOPTS' # bash, change shoptions.
+ # http://www.sudo.ws/bugs/show_bug.cgi?id=182
+ # http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1051
+ # *sigh*
sudo_bad_var 'PERLIO_DEBUG' # perl, write debug to file.
sudo_bad_var 'PERL5LIB' # perl, change search path.
sudo_bad_var 'PERLLIB' # perl, change search path.