# HG changeset patch # User Wolfgang Rosenauer # Date 1414846114 -3600 # Node ID 26bb2190186afb5020ae8c9930951cb17f1e2fb3 # Parent 5e449f81dc1215e18ddf93b744f2c415030dfdab 31.2.0 diff -r 5e449f81dc12 -r 26bb2190186a MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Wed Sep 24 11:30:35 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sat Nov 01 13:48:34 2014 +0100 @@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Sat Oct 11 16:39:46 UTC 2014 - wr@rosenauer.org + +- update to Firefox 31.2.0 (bnc#900941) + * MFSA 2014-74/CVE-2014-1574 + Miscellaneous memory safety hazards + * MFSA 2014-75/CVE-2014-1576 (bmo#1041512) + Buffer overflow during CSS manipulation + * MFSA 2014-76/CVE-2014-1577 (bmo#1012609) + Web Audio memory corruption issues with custom waveforms + * MFSA 2014-77/CVE-2014-1578 (bmo#1063327) + Out-of-bounds write with WebM video + * MFSA 2014-79/CVE-2014-1581 (bmo#1068218) + Use-after-free interacting with text directionality + * MFSA 2014-81/CVE-2014-1585/CVE-2014-1586 (bmo#1062876, bmo#1062981) + Inconsistent video sharing within iframe + * MFSA 2014-82/CVE-2014-1583 (bmo#1045540) + Accessing cross-origin objects via the Alarms API + +------------------------------------------------------------------- Wed Sep 24 09:28:00 UTC 2014 - wr@rosenauer.org - update to Firefox 31.1.1esr diff -r 5e449f81dc12 -r 26bb2190186a MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Sep 24 11:30:35 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sat Nov 01 13:48:34 2014 +0100 @@ -18,7 +18,7 @@ %define major 31 -%define mainver %major.1.1 +%define mainver %major.2.0 %define update_channel esr31 %if %suse_version > 1210 @@ -77,7 +77,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2014092300 +%define releasedate 2014101100 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser diff -r 5e449f81dc12 -r 26bb2190186a MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Wed Sep 24 11:30:35 2014 +0200 +++ b/MozillaFirefox/create-tar.sh Sat Nov 01 13:48:34 2014 +0100 @@ -2,8 +2,8 @@ CHANNEL="esr31" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_31_1_1esr_RELEASE" -VERSION="31.1.1" +RELEASE_TAG="FIREFOX_31_2_0esr_RELEASE" +VERSION="31.2.0" # mozilla if [ -d mozilla ]; then diff -r 5e449f81dc12 -r 26bb2190186a MozillaFirefox/firefox-esr.changes --- a/MozillaFirefox/firefox-esr.changes Wed Sep 24 11:30:35 2014 +0200 +++ b/MozillaFirefox/firefox-esr.changes Sat Nov 01 13:48:34 2014 +0100 @@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Sat Oct 11 16:39:46 UTC 2014 - wr@rosenauer.org + +- update to Firefox 31.2.0 (bnc#900941) + * MFSA 2014-74/CVE-2014-1574 + Miscellaneous memory safety hazards + * MFSA 2014-75/CVE-2014-1576 (bmo#1041512) + Buffer overflow during CSS manipulation + * MFSA 2014-76/CVE-2014-1577 (bmo#1012609) + Web Audio memory corruption issues with custom waveforms + * MFSA 2014-77/CVE-2014-1578 (bmo#1063327) + Out-of-bounds write with WebM video + * MFSA 2014-79/CVE-2014-1581 (bmo#1068218) + Use-after-free interacting with text directionality + * MFSA 2014-81/CVE-2014-1585/CVE-2014-1586 (bmo#1062876, bmo#1062981) + Inconsistent video sharing within iframe + * MFSA 2014-82/CVE-2014-1583 (bmo#1045540) + Accessing cross-origin objects via the Alarms API + +------------------------------------------------------------------- Wed Sep 24 09:28:00 UTC 2014 - wr@rosenauer.org - update to Firefox 31.1.1esr diff -r 5e449f81dc12 -r 26bb2190186a MozillaFirefox/firefox-esr.spec --- a/MozillaFirefox/firefox-esr.spec Wed Sep 24 11:30:35 2014 +0200 +++ b/MozillaFirefox/firefox-esr.spec Sat Nov 01 13:48:34 2014 +0100 @@ -18,7 +18,7 @@ %define major 31 -%define mainver %major.1.1 +%define mainver %major.2.0 %define update_channel esr31 %if %suse_version > 1210 @@ -77,7 +77,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2014092300 +%define releasedate 2014101100 Provides: firefox-esr = %{mainver} Provides: firefox-esr = %{version}-%{release} Provides: web_browser