diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-03-25 15:03:48 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-03-25 15:03:48 +0000 |
commit | e552f6538c4102cf3d83ea5679f3bce948e14699 (patch) | |
tree | 601a33dbbdcd1fe1816623f6de71615603d70167 /www-client | |
parent | Security bump (bug #360055) (diff) | |
download | gentoo-2-e552f6538c4102cf3d83ea5679f3bce948e14699.tar.gz gentoo-2-e552f6538c4102cf3d83ea5679f3bce948e14699.tar.bz2 gentoo-2-e552f6538c4102cf3d83ea5679f3bce948e14699.zip |
Security bump (bug #360055)
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/firefox-bin/firefox-bin-3.6.16.ebuild (renamed from www-client/firefox-bin/firefox-bin-3.6.13.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/www-client/firefox-bin/ChangeLog b/www-client/firefox-bin/ChangeLog index 3014b429799e..4ec20be76002 100644 --- a/www-client/firefox-bin/ChangeLog +++ b/www-client/firefox-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/firefox-bin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.47 2011/03/08 14:32:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.48 2011/03/25 15:03:48 polynomial-c Exp $ + +*firefox-bin-3.6.16 (25 Mar 2011) + + 25 Mar 2011; Lars Wendler <polynomial-c@gentoo.org> + -firefox-bin-3.6.13.ebuild, +firefox-bin-3.6.16.ebuild: + Security bump (bug #360055). 08 Mar 2011; Thomas Kahle <tomka@gentoo.org> firefox-bin-3.6.15.ebuild: x86 stable per bug 357057 diff --git a/www-client/firefox-bin/firefox-bin-3.6.13.ebuild b/www-client/firefox-bin/firefox-bin-3.6.16.ebuild index 4bafd4ea2250..64b2c064302c 100644 --- a/www-client/firefox-bin/firefox-bin-3.6.13.ebuild +++ b/www-client/firefox-bin/firefox-bin-3.6.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.13.ebuild,v 1.3 2010/12/11 10:31:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.16.ebuild,v 1.1 2011/03/25 15:03:48 polynomial-c Exp $ EAPI="2" inherit eutils mozilla-launcher multilib mozextension @@ -23,7 +23,7 @@ SRC_URI="${REL_URI}/${MY_PV}/linux-i686/en-US/${MY_P}.tar.bz2" HOMEPAGE="http://www.mozilla.com/firefox" RESTRICT="strip mirror" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="startup-notification" |