Firefox 56.0.2 firefox56
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 02 Nov 2017 17:15:35 +0100
branchfirefox56
changeset 1001 7339b115a221
parent 1000 bfa8722a06ad
child 1003 b1170eeb30b1
Firefox 56.0.2
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Oct 13 23:03:19 2017 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Thu Nov 02 17:15:35 2017 +0100
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Sat Oct 28 06:30:37 UTC 2017 - wr@rosenauer.org
+
+- update to Firefox 56.0.2
+  * Disable Form Autofill completely on user request (bmo#1404531)
+  * Fix for video-related crashes on Windows 7 (bmo#1409141)
+  * Correct detection for 64-bit GSSAPI authentication (bmo#1409275)
+  * Fix for shutdown crash (bmo#1404105)
+
+-------------------------------------------------------------------
 Tue Oct 10 11:47:49 UTC 2017 - wr@rosenauer.org
 
 - update to Firefox 56.0.1
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Oct 13 23:03:19 2017 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Thu Nov 02 17:15:35 2017 +0100
@@ -19,10 +19,10 @@
 
 # changed with every update
 %define major 56
-%define mainver %major.0.1
+%define mainver %major.0.2
 %define update_channel release
 %define branding 1
-%define releasedate 20171002220106
+%define releasedate 20171024165158
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
@@ -357,7 +357,7 @@
 ac_add_options --enable-update-channel=%{update_channel}
 ac_add_options --with-mozilla-api-keyfile=%{SOURCE18}
 ac_add_options --with-google-api-keyfile=%{SOURCE19}
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} <= 1320
 ac_add_options --disable-stylo
 %endif
 %if %branding
--- a/MozillaFirefox/create-tar.sh	Fri Oct 13 23:03:19 2017 +0200
+++ b/MozillaFirefox/create-tar.sh	Thu Nov 02 17:15:35 2017 +0100
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_56_0_1_RELEASE"  # 56.0.1 build2
-VERSION="56.0.1"
+RELEASE_TAG="FIREFOX_56_0_2_RELEASE"  # 56.0.1 build2
+VERSION="56.0.2"
 
 # mozilla
 if [ -d mozilla ]; then