diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-10-17 13:53:08 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-10-17 13:53:08 +0000 |
commit | d13e01ae5ec7c9c677553736a1960250dd50e896 (patch) | |
tree | 2f3c6ef9a7e4407cac3b9429c1aaa29326df8d00 /net-www | |
parent | Remove the LINGUAS respecting fix - it causes maintainer mode rebuild and pos... (diff) | |
download | gentoo-2-d13e01ae5ec7c9c677553736a1960250dd50e896.tar.gz gentoo-2-d13e01ae5ec7c9c677553736a1960250dd50e896.tar.bz2 gentoo-2-d13e01ae5ec7c9c677553736a1960250dd50e896.zip |
Removing legacy version 7, which is known to have major vulnerabilities (Bug 239543)
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-7.0.68.ebuild | 44 |
2 files changed, 5 insertions, 45 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index f5d8ca333062..4c4ca2d018b4 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/netscape-flash # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.74 2008/10/15 17:26:48 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.75 2008/10/17 13:53:08 lack Exp $ + + 17 Oct 2008; Jim Ramsay <lack@gentoo.org> -netscape-flash-7.0.68.ebuild: + Removing legacy version 7, which is known to have major vulnerabilities + (Bug 239543) *netscape-flash-10.0.12.36 (15 Oct 2008) diff --git a/net-www/netscape-flash/netscape-flash-7.0.68.ebuild b/net-www/netscape-flash/netscape-flash-7.0.68.ebuild deleted file mode 100644 index 1da409a30118..000000000000 --- a/net-www/netscape-flash/netscape-flash-7.0.68.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-7.0.68.ebuild,v 1.6 2008/06/17 12:47:45 nelchael Exp $ - -inherit nsplugins - -S=${WORKDIR}/install_flash_player_7_linux -DESCRIPTION="Macromedia Shockwave Flash Player" -SRC_URI="mirror://macromedia/rpmsource/flash-plugin-${PV}.tar.gz" -HOMEPAGE="http://www.macromedia.com/" - -IUSE="" -SLOT="0" -KEYWORDS="-* amd64 x86" -LICENSE="Macromedia" - -DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs - app-emulation/emul-linux-x86-xlibs ) - media-fonts/corefonts" - -RESTRICT="strip" - -QA_TEXTRELS="opt/netscape/plugins/libflashplayer.so" - -pkg_setup() { - # This is a binary x86 package => ABI=x86 - # Please keep this in future versions - # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 - has_multilib_profile && ABI="x86" -} - -src_install() { - exeinto /opt/netscape/plugins - doexe libflashplayer.so - - insinto /opt/netscape/plugins - doins flashplayer.xpt - - inst_plugin /opt/netscape/plugins/libflashplayer.so - inst_plugin /opt/netscape/plugins/flashplayer.xpt - - dodoc Readme.txt - dohtml Readme.htm -} |