diff --git a/D110204-fscreen.diff b/D110204-fscreen.diff old mode 100644 new mode 100755 diff --git a/build-debuginfo-fix.patch b/build-debuginfo-fix.patch old mode 100644 new mode 100755 diff --git a/build-mozconfig-fix.patch b/build-mozconfig-fix.patch old mode 100644 new mode 100755 diff --git a/build-nss-version.patch b/build-nss-version.patch old mode 100644 new mode 100755 diff --git a/build-ppc64le-inline.patch b/build-ppc64le-inline.patch old mode 100644 new mode 100755 diff --git a/build-rhel7-nasm-dwarf.patch b/build-rhel7-nasm-dwarf.patch old mode 100644 new mode 100755 diff --git a/distribution.ini b/distribution.ini old mode 100644 new mode 100755 diff --git a/download b/download index bdd18f1bd15b3ac78856fa2cb5a5a2fdc9e5cd7c..80ccaedbcacf05e75e61588cd5b725db15b8f7f6 100644 --- a/download +++ b/download @@ -1,5 +1,5 @@ -9030c1f285ee079a4c386e525e57a2b1 cbindgen-vendor.tar.xz -c9f2564d7ee920f269434494b24ea440 firefox-91.8.0esr.processed-source.tar.xz -2755fb9e4dd8e596b3aa02f7460b94d5 firefox-langpacks-91.8.0esr-20220405.tar.xz -5b7e3326f4484ce1ab685e74f8477a26 nspr-4.32.0-1.el8_1.src.rpm 770fbbfb259e656b8f3879934137d10c nss-3.67.0-7.el8_1.src.rpm +5b7e3326f4484ce1ab685e74f8477a26 nspr-4.32.0-1.el8_1.src.rpm +9030c1f285ee079a4c386e525e57a2b1 cbindgen-vendor.tar.xz +2883bbb515d59401bbec06d3e3182fb8 firefox-langpacks-91.9.0esr-20220426.tar.xz +38e4a8d4dc51e0250cb2afef8caf0aea firefox-91.9.0esr.processed-source.tar.xz diff --git a/expat-CVE-2022-25235.patch b/expat-CVE-2022-25235.patch old mode 100644 new mode 100755 diff --git a/expat-CVE-2022-25236.patch b/expat-CVE-2022-25236.patch old mode 100644 new mode 100755 diff --git a/expat-CVE-2022-25315.patch b/expat-CVE-2022-25315.patch old mode 100644 new mode 100755 diff --git a/firefox-anolis-default-prefs.js b/firefox-anolis-default-prefs.js old mode 100644 new mode 100755 diff --git a/firefox-enable-addons.patch b/firefox-enable-addons.patch old mode 100644 new mode 100755 diff --git a/firefox-mozconfig b/firefox-mozconfig old mode 100644 new mode 100755 diff --git a/firefox-nss-addon-hack.patch b/firefox-nss-addon-hack.patch old mode 100644 new mode 100755 diff --git a/firefox-symbolic.svg b/firefox-symbolic.svg old mode 100644 new mode 100755 diff --git a/firefox.1 b/firefox.1 old mode 100644 new mode 100755 diff --git a/firefox.desktop b/firefox.desktop old mode 100644 new mode 100755 diff --git a/firefox.sh.in b/firefox.sh.in old mode 100644 new mode 100755 diff --git a/firefox.spec b/firefox.spec old mode 100644 new mode 100755 index 71670af1848bfaa19f7ea973e4f4a30cc04971ed..89c87c7b566a46dcdfe04c94679566e24950f13b --- a/firefox.spec +++ b/firefox.spec @@ -19,7 +19,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".an8") if match then - return 6 + return 7 end return -1 end} @@ -129,7 +129,7 @@ end} Summary: Mozilla Firefox Web browser Name: firefox -Version: 91.8.0 +Version: 91.9.0 Release: 1%{anolis_release}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -154,7 +154,7 @@ ExcludeArch: aarch64 s390 ppc # Link to official tarball: https://hg.mozilla.org/releases/mozilla-release/archive/firefox-%%{version}%%{?pre_version}.source.tar.xz Source0: firefox-%{version}%{?pre_version}.processed-source.tar.xz %if %{build_langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20220405.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20220426.tar.xz %endif Source2: cbindgen-vendor.tar.xz @@ -431,7 +431,7 @@ echo "use_rustts %{?use_rustts}" %patch224 -p1 -b .1170092 # the nss changed in 8.6 and later, so addons are working in older releases -%if 0%{?rhel_minor_version} >= 6 +%if (0%{?rhel} == 8 && %{rhel_minor_version} >= 6) || 0%{?rhel} >= 9 %patch225 -p1 -b .firefox-nss-addon-hack %endif @@ -1260,10 +1260,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Sat Apr 09 2022 Liwei Ge - 91.8.0-1.0.1 +* Thu May 05 2022 Liwei Ge - 91.9.0-1.0.1 - Add firefox-anolis-default-prefs.js - Remove bookmarks +* Tue Apr 26 2022 Eike Rathke - 91.9.0-1 +- Update to 91.9.0 + * Tue Apr 05 2022 Eike Rathke - 91.8.0-1 - Update to 91.8.0 diff --git a/google-api-key b/google-api-key old mode 100644 new mode 100755 diff --git a/mozilla-1170092.patch b/mozilla-1170092.patch old mode 100644 new mode 100755 diff --git a/mozilla-api-key b/mozilla-api-key old mode 100644 new mode 100755 diff --git a/mozilla-bmo1005535.patch b/mozilla-bmo1005535.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo1504834-part1.patch b/mozilla-bmo1504834-part1.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo1504834-part2.patch b/mozilla-bmo1504834-part2.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo1504834-part3.patch b/mozilla-bmo1504834-part3.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo1504834-part4.patch b/mozilla-bmo1504834-part4.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo1554971.patch b/mozilla-bmo1554971.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo1602730.patch b/mozilla-bmo1602730.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo1626236.patch b/mozilla-bmo1626236.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo849632.patch b/mozilla-bmo849632.patch old mode 100644 new mode 100755 diff --git a/mozilla-bmo998749.patch b/mozilla-bmo998749.patch old mode 100644 new mode 100755 diff --git a/mozilla-s390-context.patch b/mozilla-s390-context.patch old mode 100644 new mode 100755 diff --git a/mozilla-s390x-skia-gradient.patch b/mozilla-s390x-skia-gradient.patch old mode 100644 new mode 100755 diff --git a/nss-setup-flags-env.inc b/nss-setup-flags-env.inc old mode 100644 new mode 100755 diff --git a/rhbz-1173156.patch b/rhbz-1173156.patch old mode 100644 new mode 100755