# HG changeset patch # User Wolfgang Rosenauer # Date 1611482515 -3600 # Node ID fdd746757dda9da7b62471077a736d569cfd298b # Parent 4cfe46c9a944b742574ecc306cb3feed8edcb259 minor updates diff -r 4cfe46c9a944 -r fdd746757dda MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sun Dec 27 10:49:49 2020 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Sun Jan 24 11:01:55 2021 +0100 @@ -1,4 +1,30 @@ ------------------------------------------------------------------- +Mon Jan 11 18:02:01 UTC 2021 - Matthias Mailänder + +- Fix AppStream screenshot links + +------------------------------------------------------------------- +Thu Jan 7 17:11:43 UTC 2021 - Andreas Stieger + +- Mozilla Firefox 84.0.2 + MFSA 2021-01 (bsc#1180623) + * CVE-2020-16044 (bmo#1683964) + Use-after-free write when handling a malicious COOKIE-ECHO + SCTP chunk + +------------------------------------------------------------------- +Sun Dec 27 09:52:50 UTC 2020 - Wolfgang Rosenauer + +- Mozilla Firefox 84.0.1 + * Fixed problems loading secure websites and crashes for users + with certain third-party PKCS11 modules and smartcards installed + (bmo#1682881) (fixed in NSS 3.59.1) + * Fixed a bug causing some Unity JS games to not load on Apple + Silicon devices due to improper detection of the OS version + (bmo#1680516) +- requires NSS 3.59.1 + +------------------------------------------------------------------- Sun Dec 13 18:18:58 UTC 2020 - Wolfgang Rosenauer - Mozilla Firefox 84.0 diff -r 4cfe46c9a944 -r fdd746757dda MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sun Dec 27 10:49:49 2020 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Jan 24 11:01:55 2021 +0100 @@ -1,7 +1,7 @@ # # spec file for package MozillaFirefox # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # 2006-2020 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -30,8 +30,8 @@ # major 69 # mainver %major.99 %define major 84 -%define mainver %major.0 -%define orig_version 84.0 +%define mainver %major.0.2 +%define orig_version 84.0.2 %define orig_suffix %{nil} %define update_channel release %define branding 1 @@ -101,7 +101,7 @@ BuildRequires: libproxy-devel BuildRequires: makeinfo BuildRequires: mozilla-nspr-devel >= 4.29 -BuildRequires: mozilla-nss-devel >= 3.59 +BuildRequires: mozilla-nss-devel >= 3.59.1 BuildRequires: nasm >= 2.14 BuildRequires: nodejs10 >= 10.22.1 %if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000 diff -r 4cfe46c9a944 -r fdd746757dda MozillaFirefox/firefox-appdata.xml --- a/MozillaFirefox/firefox-appdata.xml Sun Dec 27 10:49:49 2020 +0100 +++ b/MozillaFirefox/firefox-appdata.xml Sun Jan 24 11:01:55 2021 +0100 @@ -32,16 +32,8 @@ - https://support.cdn.mozilla.net/media/uploads/gallery/images/2015-05-20-16-04-21-88bff4.png - New tab page with speed dials - - - https://support.cdn.mozilla.net/media/uploads/gallery/images/2015-12-22-15-15-05-3c0a80.png - Search suggestions from home page - - - https://addons.cdn.mozilla.net/user-media/previews/full/159/159648.png - Firefox with Adwaita theme + https://en.opensuse.org/images/d/d8/Mozilla_Firefox_78.6.0esr_openSUSE_15.2_KDE5.71.0_Spectacle.png + The openSUSE wiki mdn@lists.mozilla.org diff -r 4cfe46c9a944 -r fdd746757dda MozillaFirefox/tar_stamps --- a/MozillaFirefox/tar_stamps Sun Dec 27 10:49:49 2020 +0100 +++ b/MozillaFirefox/tar_stamps Sun Jan 24 11:01:55 2021 +0100 @@ -1,11 +1,11 @@ PRODUCT="firefox" CHANNEL="release" -VERSION="84.0" +VERSION="84.0.2" VERSION_SUFFIX="" -PREV_VERSION="83.0" +PREV_VERSION="84.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="98507f230e7442065b287ced065ac77d4d8ea35d" -RELEASE_TIMESTAMP="20201211215739" +RELEASE_TAG="7e22d68e1ebfc0839092237feeefad46cfbd8651" +RELEASE_TIMESTAMP="20210105180113"