diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-11 13:13:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-11 13:13:04 +0000 |
commit | 29f9891c8f443aca31eedfb115f69bd27800fbcd (patch) | |
tree | 53fc3478f665486bf1d29f7d3314a303201d0a62 /www-client | |
parent | Stable for AMD64, wrt security bug #395431 (diff) | |
download | gentoo-2-29f9891c8f443aca31eedfb115f69bd27800fbcd.tar.gz gentoo-2-29f9891c8f443aca31eedfb115f69bd27800fbcd.tar.bz2 gentoo-2-29f9891c8f443aca31eedfb115f69bd27800fbcd.zip |
Stable for AMD64, wrt security bug #395431
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 17c264e4bc18..d9b705fbea98 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.116 2012/01/04 20:46:25 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.117 2012/01/11 13:13:04 ago Exp $ + + 11 Jan 2012; Agostino Sarubbo <ago@gentoo.org> firefox-9.0.ebuild: + Stable for AMD64, wrt security bug #395431 04 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org> firefox-9.0.ebuild: Fix xpcshell infinite loop problems on hardened, bug 396275 diff --git a/www-client/firefox/firefox-9.0.ebuild b/www-client/firefox/firefox-9.0.ebuild index 97839b6eb456..ef0ee532abcd 100644 --- a/www-client/firefox/firefox-9.0.ebuild +++ b/www-client/firefox/firefox-9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-9.0.ebuild,v 1.4 2012/01/04 20:46:25 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-9.0.ebuild,v 1.5 2012/01/11 13:13:04 ago Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -18,7 +18,7 @@ PATCH="${PN}-9.0-patches-0.5" DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="bindist +crashreporter +ipc pgo system-sqlite +webm" |