summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2013-12-13 01:17:44 +0000
committerJory Pratt <anarchy@gentoo.org>2013-12-13 01:17:44 +0000
commitb860e6ed7abb1ff91df13307402268ff128dcaae (patch)
tree9d65a2daa2897289b70d7f579f77aeb700656aee
parentBump version to 3.0.0 (diff)
downloadgentoo-2-b860e6ed7abb1ff91df13307402268ff128dcaae.tar.gz
gentoo-2-b860e6ed7abb1ff91df13307402268ff128dcaae.tar.bz2
gentoo-2-b860e6ed7abb1ff91df13307402268ff128dcaae.zip
Version/Security bump, bug #493886,493850
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
-rw-r--r--www-client/firefox/ChangeLog8
-rw-r--r--www-client/firefox/files/firefox-25.0-stack-grows-up.patch11
-rw-r--r--www-client/firefox/firefox-26.0.ebuild (renamed from www-client/firefox/firefox-25.0.1.ebuild)6
3 files changed, 9 insertions, 16 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index 7382c66aa460..71b1a4e28dc1 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/firefox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.293 2013/12/12 14:53:59 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.294 2013/12/13 01:17:43 anarchy Exp $
+
+*firefox-26.0 (13 Dec 2013)
+
+ 13 Dec 2013; Jory A. Pratt <anarchy@gentoo.org> +firefox-26.0.ebuild,
+ -files/firefox-25.0-stack-grows-up.patch, -firefox-25.0.1.ebuild:
+ Version/Security bump, bug #493886,493850
*firefox-24.2.0 (12 Dec 2013)
diff --git a/www-client/firefox/files/firefox-25.0-stack-grows-up.patch b/www-client/firefox/files/firefox-25.0-stack-grows-up.patch
deleted file mode 100644
index 87c255434723..000000000000
--- a/www-client/firefox/files/firefox-25.0-stack-grows-up.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/mozilla-release/js/src/vm/Runtime.cpp
-+++ b/mozilla-release/js/src/vm/Runtime.cpp
-@@ -283,7 +283,7 @@
- PodZero(&atomState);
-
- #if JS_STACK_GROWTH_DIRECTION > 0
-- nativeStackLimit = UINTPTR_MAX;
-+ mainThread.nativeStackLimit = UINTPTR_MAX;
- #endif
- }
-
diff --git a/www-client/firefox/firefox-25.0.1.ebuild b/www-client/firefox/firefox-26.0.ebuild
index 19967d804b0b..1df0ff6e5341 100644
--- a/www-client/firefox/firefox-25.0.1.ebuild
+++ b/www-client/firefox/firefox-26.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-25.0.1.ebuild,v 1.2 2013/11/18 19:37:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-26.0.ebuild,v 1.1 2013/12/13 01:17:43 anarchy Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -25,7 +25,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
fi
# Patch version
-PATCH="${PN}-25.0-patches-0.3"
+PATCH="${PN}-26.0-patches-0.2"
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"
@@ -148,8 +148,6 @@ src_prepare() {
EPATCH_FORCE="yes" \
epatch "${WORKDIR}/firefox"
- epatch "${FILESDIR}"/${PN}-25.0-stack-grows-up.patch
-
# Allow user to apply any additional patches without modifing ebuild
epatch_user