72.0.2 firefox72
authorWolfgang Rosenauer <wr@rosenauer.org>
Sun, 09 Feb 2020 08:35:05 +0100
branchfirefox72
changeset 1120 6168af2507a2
parent 1119 4c5d44d40a03
child 1121 004e4b1efb26
72.0.2
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/tar_stamps
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Jan 08 14:48:49 2020 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Sun Feb 09 08:35:05 2020 +0100
@@ -1,16 +1,34 @@
 -------------------------------------------------------------------
+Wed Jan 22 10:30:21 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
+
+- Mozilla Firefox 72.0.2
+  * Various stability fixes
+  * Fixed issues opening files with spaces in their path (bmo#1601905)
+  * Fixed a hang opening about:logins when a master password is set
+    (bmo#1606992)
+  * Fixed a web compatibility issue with CSS Shadow Parts which
+    shipped in Firefox 72 (bmo#1604989)
+  * Fixed inconsistent playback performance for fullscreen 1080p
+    videos on some systems (bmo#1608485)
+
+-------------------------------------------------------------------
+Tue Jan 21 12:59:54 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
+
+- Fix build for aarch64/ppc64le (do not update config.sub file
+  for libbacktrace)
+
+-------------------------------------------------------------------
 Wed Jan  8 08:19:12 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
 
 - Mozilla Firefox 72.0.1
-
--------------------------------------------------------------------
-Tue Jan  7 13:03:50 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
-
+  MFSA 2020-03 (bsc#1160498)
+  * CVE-2019-17026 (bmo#1607443)
+    IonMonkey type confusion with StoreElementHole and FallibleStoreElement
 - Mozilla Firefox 72.0
   * block fingerprinting scripts by default
   * new notification pop-ups
   * Picture-in-picture video
-  MFSA 2020-01
+  MFSA 2020-01 (bsc#1160305)
   * CVE-2019-17016 (bmo#1599181)
     Bypass of @namespace CSS sanitization during pasting
   * CVE-2019-17017 (bmo#1603055)
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Jan 08 14:48:49 2020 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Sun Feb 09 08:35:05 2020 +0100
@@ -19,8 +19,8 @@
 
 # changed with every update
 %define major          72
-%define mainver        %major.0.1
-%define orig_version   72.0.1
+%define mainver        %major.0.2
+%define orig_version   72.0.2
 %define orig_suffix    %{nil}
 %define update_channel release
 %define branding       1
@@ -324,8 +324,14 @@
 %patch101 -p1
 %patch102 -p1
 %endif # only_print_mozconfig
+# Save config.sub to restore it (for aarch64/ppc64le) later, as it is checked with a checksum
+cp ./third_party/rust/backtrace-sys/src/libbacktrace/config.sub ./third_party/rust/backtrace-sys/src/libbacktrace/config.sub.save
+cp ./third_party/rust/backtrace-sys/src/libbacktrace/config.guess ./third_party/rust/backtrace-sys/src/libbacktrace/config.guess.save
 
 %build
+# Restore config.sub file
+mv ./third_party/rust/backtrace-sys/src/libbacktrace/config.sub.save ./third_party/rust/backtrace-sys/src/libbacktrace/config.sub
+mv ./third_party/rust/backtrace-sys/src/libbacktrace/config.guess.save ./third_party/rust/backtrace-sys/src/libbacktrace/config.guess
 %if !%{with only_print_mozconfig}
 # no need to add build time to binaries
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
--- a/MozillaFirefox/tar_stamps	Wed Jan 08 14:48:49 2020 +0100
+++ b/MozillaFirefox/tar_stamps	Sun Feb 09 08:35:05 2020 +0100
@@ -1,11 +1,11 @@
 PRODUCT="firefox"
 CHANNEL="release"
-VERSION="72.0.1"
+VERSION="72.0.2"
 VERSION_SUFFIX=""
-PREV_VERSION="72.0"
+PREV_VERSION="72.0.1"
 PREV_VERSION_SUFFIX=""
 #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
 
 RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-release"
-RELEASE_TAG="8260da04c9b13f7c0e9cc6984a75e689b5fcb8c8"
-RELEASE_TIMESTAMP="20200107212822"
+RELEASE_TAG="25e0edbb0a613c3bf794c93ba3aa0985d29d5ef4"
+RELEASE_TIMESTAMP="20200117190643"