Firefox 32.0 goes production firefox32
authorWolfgang Rosenauer <wr@rosenauer.org>
Wed, 03 Sep 2014 20:01:19 +0200
branchfirefox32
changeset 759 b2ae89c6dea9
parent 758 825e5aebb2f5
child 760 7c3ac3010cc6
Firefox 32.0 goes production
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Sep 03 20:01:05 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Wed Sep 03 20:01:19 2014 +0200
@@ -1,13 +1,29 @@
 -------------------------------------------------------------------
-Sun Aug 24 19:56:04 UTC 2014 - wr@rosenauer.org
-
-- update to Firefox 32.0b9
+Sun Aug 31 07:44:54 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 32.0 (bnc#894370)
+  * MFSA 2014-67/CVE-2014-1553/CVE-2014-1554/CVE-2014-1562
+    Miscellaneous memory safety hazards
+  * MFSA 2014-68/CVE-2014-1563 (bmo#1018524)
+    Use-after-free during DOM interactions with SVG
+  * MFSA 2014-69/CVE-2014-1564 (bmo#1045977)
+    Uninitialized memory use during GIF rendering
+  * MFSA 2014-70/CVE-2014-1565 (bmo#1047831)
+    Out-of-bounds read in Web Audio audio timeline
+  * MFSA 2014-72/CVE-2014-1567 (bmo#1037641)
+    Use-after-free setting text directionality
 - rebased patches
 - requires NSS 3.16.4
 - removed upstreamed patch
   * mozilla-aarch64-bmo-810631.patch
 
 -------------------------------------------------------------------
+Wed Aug 20 13:50:58 CEST 2014 - behlert@suse.de
+
+- adapted _constraints, used more than 3900MB on s390x during
+  last build
+
+-------------------------------------------------------------------
 Sun Jul 20 18:11:44 UTC 2014 - wr@rosenauer.org
 
 - update to Firefox 31.0 (bnc#887746)
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Sep 03 20:01:05 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Wed Sep 03 20:01:19 2014 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define major 31
-%define mainver %major.99
-%define update_channel beta
+%define major 32
+%define mainver %major.0
+%define update_channel release
 
 %if %suse_version > 1210
 %if %suse_version > 1310
@@ -74,7 +74,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2014082300
+%define         releasedate 2014083000
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
--- a/MozillaFirefox/create-tar.sh	Wed Sep 03 20:01:05 2014 +0200
+++ b/MozillaFirefox/create-tar.sh	Wed Sep 03 20:01:19 2014 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="beta"
+CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_32_0b9_RELEASE"
-VERSION="31.99"
+RELEASE_TAG="FIREFOX_32_0_RELEASE"
+VERSION="32.0"
 
 # mozilla
 if [ -d mozilla ]; then