42.0.2 firefox41
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 19 Oct 2015 11:59:08 +0200
branchfirefox41
changeset 884 d9d863421693
parent 883 7aa7715fdc8f
child 885 ee3c462047d5
42.0.2
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Sep 23 07:44:44 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Oct 19 11:59:08 2015 +0200
@@ -1,4 +1,31 @@
 -------------------------------------------------------------------
+Thu Oct 15 08:25:54 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 41.0.2 (bnc#950686)
+  * MFSA 2015-115/CVE-2015-7184 (bmo#1208339, bmo#1212669)
+    Cross-origin restriction bypass using Fetch
+- added explicit appdata provides (bnc#949983)
+
+-------------------------------------------------------------------
+Sun Oct  4 09:20:56 UTC 2015 - wr@rosenauer.org
+
+- do not build with --enable-stdcxx-compat
+  (this starts to fail build on various toolchain combinations
+  and is not required for openSUSE builds in general
+
+-------------------------------------------------------------------
+Thu Oct  1 09:49:57 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 41.0.1
+  * Fix a startup crash related to Yandex toolbar and Adblock Plus
+    (bmo#1209124)
+  * Fix potential hangs with Flash plugins (bmo#1185639)
+  * Fix a regression in the bookmark creation (bmo#1206376)
+  * Fix a startup crash with some Intel Media Accelerator 3150
+    graphic cards (bmo#1207665)
+  * Fix a graphic crash, occurring occasionally on Facebook (bmo#1178601)
+
+-------------------------------------------------------------------
 Sat Sep 19 20:23:29 UTC 2015 - wr@rosenauer.org
 
 - update to Firefox 41.0 (bnc#947003)
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Sep 23 07:44:44 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Oct 19 11:59:08 2015 +0200
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 41
-%define mainver %major.0
+%define mainver %major.0.2
 %define update_channel release
-%define releasedate 2015091800
+%define releasedate 2015101500
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
@@ -107,6 +107,10 @@
 %endif
 Provides:       web_browser
 Provides:       browser(npapi)
+%if "%{update_channel}" != "aurora"
+Provides:       appdata()
+Provides:       appdata(firefox.appdata.xml)
+%endif
 # this is needed to match this package with the kde4 helper package without the main package
 # having a hard requirement on the kde4 package
 %define kde_helper_version 6
@@ -312,7 +316,6 @@
 ac_add_options --mandir=%{_mandir}
 ac_add_options --includedir=%{_includedir}
 ac_add_options --enable-release
-ac_add_options --enable-stdcxx-compat
 %ifarch %ix86 %arm
 %if 0%{?suse_version} > 1230
 ac_add_options --disable-optimize
--- a/MozillaFirefox/create-tar.sh	Wed Sep 23 07:44:44 2015 +0200
+++ b/MozillaFirefox/create-tar.sh	Mon Oct 19 11:59:08 2015 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_41_0_RELEASE"
-VERSION="41.0"
+RELEASE_TAG="FIREFOX_41_0_2_RELEASE"
+VERSION="41.0.2"
 
 # mozilla
 if [ -d mozilla ]; then