diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-04-14 20:21:24 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-04-14 20:21:24 +0000 |
commit | dcd2e1f86c2ab20f92276dcd146311f2f70f70dd (patch) | |
tree | c5779d937ef1d8219e087860e5df064c10180fbd /www-plugins/adobe-flash | |
parent | stable ppc, bug 360355 (diff) | |
download | gentoo-2-dcd2e1f86c2ab20f92276dcd146311f2f70f70dd.tar.gz gentoo-2-dcd2e1f86c2ab20f92276dcd146311f2f70f70dd.tar.bz2 gentoo-2-dcd2e1f86c2ab20f92276dcd146311f2f70f70dd.zip |
Bug #324365: 32-bit flash player doesn't seem to have the same problems as earlier versions, so removing warnings for 64-bit users.
(Portage version: 2.1.9.34/cvs/Linux i686)
Diffstat (limited to 'www-plugins/adobe-flash')
-rw-r--r-- | www-plugins/adobe-flash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-10.2.153.1.ebuild | 17 |
2 files changed, 11 insertions, 12 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog index c2cc2d16a3d1..74ca877d67c6 100644 --- a/www-plugins/adobe-flash/ChangeLog +++ b/www-plugins/adobe-flash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/adobe-flash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.72 2011/03/28 12:51:55 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.73 2011/04/14 20:21:24 lack Exp $ + + 14 Apr 2011; Jim Ramsay <lack@gentoo.org> adobe-flash-10.2.153.1.ebuild: + Bug #324365: 32-bit flash player doesn't seem to have the same problems as + earlier versions, so removing warnings for 64-bit users. 28 Mar 2011; Jim Ramsay <lack@gentoo.org> adobe-flash-10.2.153.1.ebuild, adobe-flash-10.2.153.1_p201011173.ebuild: diff --git a/www-plugins/adobe-flash/adobe-flash-10.2.153.1.ebuild b/www-plugins/adobe-flash/adobe-flash-10.2.153.1.ebuild index 81d45b04be7d..ff7889897273 100644 --- a/www-plugins/adobe-flash/adobe-flash-10.2.153.1.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-10.2.153.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.153.1.ebuild,v 1.5 2011/03/28 12:51:55 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.153.1.ebuild,v 1.6 2011/04/14 20:21:24 lack Exp $ EAPI=1 inherit nsplugins rpm multilib toolchain-funcs @@ -113,9 +113,10 @@ src_install() { pkg_postinst() { if use amd64; then - elog "Adobe has released 10.1 in only a 32-bit version and upgrading" - elog "is required to close a major security vulnerability:" - elog " http://bugs.gentoo.org/322855" + elog "Adobe has no stable 64-bit native version at this time. The beta" + elog "64-bit native release (codenamed \"square\") is installed as part" + elog "of the unstable testing version of this package:" + elog " ${CATEGORY}/${P}_p...." elog if has_version 'www-plugins/nspluginwrapper'; then if [[ $native_install ]]; then @@ -147,17 +148,11 @@ pkg_postinst() { local FLASH_SOURCE="${ROOT}/${INSTALL_BASE}32/libflashplayer.so" nspluginwrapper -i "${FLASH_SOURCE}" ABI="${oldabi}" - ewarn "Using adobe-flash-10.1 in a 64-bit browser is unstable:" - ewarn " http://bugs.gentoo.org/324365" - ewarn "The recommended configuration is to use the 32-bit plugin" - ewarn "in a 32-bit browser such as www-client/firefox-bin" elog fi elif [[ ! $native_install ]]; then elog "To use the 32-bit flash player in a native 64-bit firefox," - elog "you must install www-plugins/nspluginwrapper, though this" - elog "configuration is not recommended:" - elog " http://bugs.gentoo.org/324365" + elog "you must install www-plugins/nspluginwrapper." elog fi fi |