From 55599abb93d3646a9981f8ea49a804072b6c08be9180503a7668143254e0ed3f Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 12 Jun 2019 21:30:01 +0000 Subject: [PATCH] - Mozilla Firefox 67.0.2 * Fixed: Fix JavaScript error ("TypeError: data is null in PrivacyFilter.jsm") in console which may significantly degrade sessionstore reliability and performance (bmo#1553413) * Fixed: Proxy authentication dialog box repeatedly pops up asking to authenticate after upgrading to Firefox 67 (bmo#1548804) * Fixed: Pearson MyCloud breaks if FIDO U2F is not Chrome's implementation (bmo#1551282) * Fixed: Starting in safe mode on Linux or macOS causes Firefox to think on the subsequent launch that the profile is too recent to be used with this version of Firefox (bmo#1556612) * Fixed: Linux distribution users can't easily install/use additional/different languages using the built-in preferences UI (bmo#1554744) * Fixed: Developer tools users can't copy the href/src content from various HTML tags via the context menu in the Inspector markup view (bmo#1552275) * Fixed: Custom home page is broken with clearing data on shutdown settings applied (bmo#1554167) * Fixed: Performance-regression for eclipse RAP based applications (bmo#1555962) * Fixed: macOS 10.15 crash fix (bmo#1556076) * Fixed: Can't start two downloads in parallel via anymore (bmo#1542912) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=741 --- MozillaFirefox.changes | 28 ++++++++++++++++++++++++++++ MozillaFirefox.spec | 6 +++--- compare-locales.tar.xz | 4 ++-- create-tar.sh | 4 ++-- firefox-67.0.1.source.tar.xz | 3 --- firefox-67.0.1.source.tar.xz.asc | 17 ----------------- firefox-67.0.2.source.tar.xz | 3 +++ firefox-67.0.2.source.tar.xz.asc | 17 +++++++++++++++++ l10n-67.0.1.tar.xz | 3 --- l10n-67.0.2.tar.xz | 3 +++ source-stamp.txt | 2 +- 11 files changed, 59 insertions(+), 31 deletions(-) delete mode 100644 firefox-67.0.1.source.tar.xz delete mode 100644 firefox-67.0.1.source.tar.xz.asc create mode 100644 firefox-67.0.2.source.tar.xz create mode 100644 firefox-67.0.2.source.tar.xz.asc delete mode 100644 l10n-67.0.1.tar.xz create mode 100644 l10n-67.0.2.tar.xz diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 258efb4..4b828f4 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Jun 12 14:56:32 UTC 2019 - Manfred Hollstein + +- Mozilla Firefox 67.0.2 + * Fixed: Fix JavaScript error ("TypeError: data is null in + PrivacyFilter.jsm") in console which may significantly degrade + sessionstore reliability and performance (bmo#1553413) + * Fixed: Proxy authentication dialog box repeatedly pops up + asking to authenticate after upgrading to Firefox 67 (bmo#1548804) + * Fixed: Pearson MyCloud breaks if FIDO U2F is not Chrome's + implementation (bmo#1551282) + * Fixed: Starting in safe mode on Linux or macOS causes Firefox + to think on the subsequent launch that the profile is too + recent to be used with this version of Firefox (bmo#1556612) + * Fixed: Linux distribution users can't easily install/use + additional/different languages using the built-in preferences + UI (bmo#1554744) + * Fixed: Developer tools users can't copy the href/src content + from various HTML tags via the context menu in the Inspector + markup view (bmo#1552275) + * Fixed: Custom home page is broken with clearing data on shutdown + settings applied (bmo#1554167) + * Fixed: Performance-regression for eclipse RAP based applications + (bmo#1555962) + * Fixed: macOS 10.15 crash fix (bmo#1556076) + * Fixed: Can't start two downloads in parallel via + anymore (bmo#1542912) + ------------------------------------------------------------------- Thu Jun 6 06:49:51 UTC 2019 - Manfred Hollstein diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index e619409..08e1c6a 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -19,12 +19,12 @@ # changed with every update %define major 67 -%define mainver %major.0.1 -%define orig_version 67.0.1 +%define mainver %major.0.2 +%define orig_version 67.0.2 %define orig_suffix %{nil} %define update_channel release %define branding 1 -%define releasedate 20190529130856 +%define releasedate 20190607204818 %define source_prefix firefox-%{orig_version} # always build with GCC as SUSE Security Team requires that diff --git a/compare-locales.tar.xz b/compare-locales.tar.xz index b91efaf..1e6dcd7 100644 --- a/compare-locales.tar.xz +++ b/compare-locales.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79a0a951b28e536618cc7b681e53e2ed2bf4e39992ecd3842cb79100f910b125 -size 28464 +oid sha256:3e687cc57e0c9d1fd36586b439ff3ceaaaf0d706502103373f3f1d71384c3636 +size 28452 diff --git a/create-tar.sh b/create-tar.sh index 3d37e1e..90fe42f 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -7,8 +7,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="e219b566bff653cc9c69534d85f53bc1c5e25940" -VERSION="67.0.1" +RELEASE_TAG="1a95e4b8b2d28e76ef63335f96f2b4cc151497f9" +VERSION="67.0.2" VERSION_SUFFIX="" LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json" diff --git a/firefox-67.0.1.source.tar.xz b/firefox-67.0.1.source.tar.xz deleted file mode 100644 index 441e9cd..0000000 --- a/firefox-67.0.1.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c68b1220e82129ac12520b8020f669a352669dd55c628994b72269418539b2 -size 287646672 diff --git a/firefox-67.0.1.source.tar.xz.asc b/firefox-67.0.1.source.tar.xz.asc deleted file mode 100644 index d9e1788..0000000 --- a/firefox-67.0.1.source.tar.xz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQIcBAABCAAGBQJc7qn7AAoJELu+vbskxvNVeFEP/2OdpUWzRmT4YDOrJzADt2wp -WAsK54i6GJdCINufrezRqano7uV3Q8NAoKAepr1DOVG4CQEKfGmEurmf3dqyPoj3 -t/OvUWeB0JpxkELIPbHWvSK5dN46knrQ0QpaSfouKJRx3j+1VuCKn2wwbWe13gyU -MJIQTwstnTy+C9wl13fMJIaIU8ARHUXciY7gR1OSM0wW0E2pE0M8sVexKlxJvGP5 -3iTLnbxgEIdl1hIfuTrV5AQdyxvBqktNnWGTB8euvy2/7ORYLufSi7u3KPesKuEr -XoyS5FNJxNyUgurKFTAjyhfiEo16rPkBsrEZb3lC9bZOQXPauBwPv+/1bwK66WaL -M4gEH7zIRwyLi8v20Q65t//0dvqY0cpSuyElx2Nu2zzZm803Tp01t18rDa/Vhym2 -QbkISDP0ydgmzE6BlyaEwdQagr2KYN0Wgk565EYJ2re1VLwwM152hA/a0ujUfKyU -B8yKOlGyVQcdsAH2UpwzLmOm+1HS3vK7npvx2YZBpyoBPlu4IWsejSYctINDJAtb -ldfTWzWoyo0CP1TBS1DI8Bm9jzycQKrKfL7wIqoE4SQ7Odx6bDp/p0CRLbBoKX4L -TT1XYCsCIJVC4jgu3eXe/iKYmSt4+LVEilm7Hvw77JfnPSi+l/ZYf2WoVMlRPno0 -AQvVvjqWsEuld+bmlAsn -=43Iv ------END PGP SIGNATURE----- diff --git a/firefox-67.0.2.source.tar.xz b/firefox-67.0.2.source.tar.xz new file mode 100644 index 0000000..61fb606 --- /dev/null +++ b/firefox-67.0.2.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0dd9a838c9532b143bb0322f73d03afd272f6afba92af5be5845061f0deb47 +size 283090748 diff --git a/firefox-67.0.2.source.tar.xz.asc b/firefox-67.0.2.source.tar.xz.asc new file mode 100644 index 0000000..8b6bcd1 --- /dev/null +++ b/firefox-67.0.2.source.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iQIcBAABCAAGBQJc/MEoAAoJELu+vbskxvNVmBYQAJsB8veg60Ztwsz1m4qXOuNH +wc6p67WZwbUq46axwkXKt42kLzFX2ju+Jg97m7VdWUq3vsdhcgmRfB4B3/fGCv59 +HmvPofLmtT8p+SLVcD7SZzS6f/1f4Irt0Z4l6jZOKSvHsQBvauf+1m3tVi72wPMD +fLoVALx0JLmhS4WoaW5EkoLM2jgghsFJ2Y7TKlj4RTS0IGEJWeL5tWP4DRbUb01a +dk76tFKO+xrVCmKj4VW3XsMAdVE+J1MMpqjukNU8ZWjGEjlAkOI+z5pEYOFZxOtP +yyjYDmC6GODXEeKsTxJTHurM6rE+2GI+XqpX31EGTgkDG0UONV6kNV9q0p+ypK0b +H/p13563YK0TPmPruWUxEc8izMIxdkZCpCiDKJl3MJW20rIxGc3i3OoMe2BacxwN +UO7h0FsH2R61r3dxfCQ/E8bw4seD+60FqsJJxyroDsqo1zUxx2cegyVwMOPIdp70 +L2s4DPmpHRANLsEzJ8tVJB+1C6i8mBPtSevnZqY4YOiddLgR19D/RjkFChDvcteH +JgiIqEF6yoNscP1iknIXvl1mtm/GhzKXsl7AEe5YFdnvO3lu7VrxU4J7BSN7khrV +zjRf1hJnpX22XqLEbZ9dWiKGR7NAbS64kyXP1JfMAi3h4aydS+QDkKUKheCRiDvl +2VVIsroTBC1NuKIaKPlY +=a1zZ +-----END PGP SIGNATURE----- diff --git a/l10n-67.0.1.tar.xz b/l10n-67.0.1.tar.xz deleted file mode 100644 index 819306a..0000000 --- a/l10n-67.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a392aa778ba7a172a632cb520e41438503d18f9bcc66247c44a1f2b54524e0a3 -size 49123532 diff --git a/l10n-67.0.2.tar.xz b/l10n-67.0.2.tar.xz new file mode 100644 index 0000000..a4317a4 --- /dev/null +++ b/l10n-67.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53af41d74d56ea50fbaace614a74325e098b8eee67d5d6f15a57d3e7c4641dc7 +size 49115964 diff --git a/source-stamp.txt b/source-stamp.txt index 1dc5cca..4420d4c 100644 --- a/source-stamp.txt +++ b/source-stamp.txt @@ -1,2 +1,2 @@ -REV=e219b566bff653cc9c69534d85f53bc1c5e25940 +REV=1a95e4b8b2d28e76ef63335f96f2b4cc151497f9 REPO=http://hg.mozilla.org/releases/mozilla-release