summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 18:19:53 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 18:19:53 +0000
commitc150e2144b640ce30840f291b623d20f0b099449 (patch)
treeca32b78d10f7b25fd7178c7e1116cf0f9c01a64d /eclass
parenthppa&&ppc stable, bug #142038 (diff)
downloadgentoo-2-c150e2144b640ce30840f291b623d20f0b099449.tar.gz
gentoo-2-c150e2144b640ce30840f291b623d20f0b099449.tar.bz2
gentoo-2-c150e2144b640ce30840f291b623d20f0b099449.zip
Removing the shipped libssl version, since it is vulnerable to RSA forgery. See bug #148682 for more information.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 0510b6359330..6af2fd48c033 100644
--- a/eclass/vmware.eclass
+++ b/eclass/vmware.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.7 2006/09/27 12:59:56 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.8 2006/09/27 18:19:53 wolf31o2 Exp $
# This eclass is for all vmware-* ebuilds in the tree and should contain all
# of the common components across the multiple packages.
@@ -189,6 +189,9 @@ vmware_src_install() {
fi
cd "${S}"
+ # We remove the shipped libssl for bug #148682
+ rm -rf "${S}"/lib/lib/libssl-0.9.*
+
# We loop through our directories and copy everything to our system.
for x in bin lib sbin
do