AlmaLinux changes
This commit is contained in:
commit
dc92c868e1
2
.gitignore
vendored
2
.gitignore
vendored
@ -191,3 +191,5 @@
|
||||
/thunderbird-langpacks-140.10.1esr-20260511.tar.xz
|
||||
/thunderbird-140.11.0esr.processed-source.tar.xz
|
||||
/thunderbird-langpacks-140.11.0esr-20260521.tar.xz
|
||||
/thunderbird-140.12.0esr.processed-source.tar.xz
|
||||
/thunderbird-langpacks-140.12.0esr-20260615.tar.xz
|
||||
|
||||
4
sources
4
sources
@ -2,5 +2,5 @@ SHA512 (nss-3.112.0-1.el9_4.src.rpm) = 6386239e79f8095b05270b3c8b76ac9203b0df196
|
||||
SHA512 (cbindgen-vendor.tar.xz) = 2b8db32c0bca2fa27304ee4fd3a5cc38bc43a11500b23842747813d221e55719c51cf4c0e027e41857f58ce1e283ce97b69c2c7d1eae93ecbb08c2f729e2bf55
|
||||
SHA512 (nss-3.112.0-4.el8_2.src.rpm) = 59cca3df7a0ec6a731f4a36f8f560d496d240da0c16650f047ae686e683b883dc2630aedbe46a8b2cb21662c15f03f1efbe99da42055cc3a5418da4839e28da2
|
||||
SHA512 (nspr-4.36.0-2.el8_2.src.rpm) = fcc720afd2453a5110975fac9dd06f636491234780b62cbfcc235a485b4935e97c4f438292c686d27d9dc86b56f43399c024bee4fffcdff5f27c62d105310645
|
||||
SHA512 (thunderbird-140.11.0esr.processed-source.tar.xz) = ae1121171fea4435d718a5a08e09b0ca78277aa57bf31b29ee77d76fc64cb9db624061b8b6f58bb94aa598dcef8ba60c260bed326c680d8f6bea5a42468175a4
|
||||
SHA512 (thunderbird-langpacks-140.11.0esr-20260521.tar.xz) = 3a128bcdbc9258cfc43281b8d2b6f7be4c440d64b361ee74429e4812ab5d40e6047942bb35cb464579c86b583e203e417b927f74cd2a609270b68ddc8cd07229
|
||||
SHA512 (thunderbird-140.12.0esr.processed-source.tar.xz) = bb9133765193bdda4c8e59e0c6adb984b131536d30e523e163de264086d5dcdbe1a2138de1e549268e972aeda00b01dcd0edaa70c2490706bc34c934d39988f8
|
||||
SHA512 (thunderbird-langpacks-140.12.0esr-20260615.tar.xz) = bdf1f9810a488a050c7decd093dd0e7299166d1d8fdb4db73ff4a983c9182acf6e9a7cf12df07c206b542663b7e9c20c8078ab2e649c561cd981ab6b7038868c
|
||||
|
||||
178
thunderbird-add-mlkem768-secp256r1-support-nss-3.124.patch
Normal file
178
thunderbird-add-mlkem768-secp256r1-support-nss-3.124.patch
Normal file
File diff suppressed because one or more lines are too long
@ -75,6 +75,10 @@ end}
|
||||
%global nspr_version_max 4.37
|
||||
%global nss_version 3.112
|
||||
%global nss_version_max 3.113
|
||||
%if 0%{?rhel} >= 10 && 0%{?rhel_minor_version} > 2
|
||||
%global nss_version_max 3.125
|
||||
%global nspr_version_max 4.40
|
||||
%endif
|
||||
%global rust_version 1.84
|
||||
%global system_libvpx 0
|
||||
|
||||
@ -137,7 +141,7 @@ end}
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 140.11.0
|
||||
Version: 140.12.0
|
||||
Release: 1%{?dist}.alma.1
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
@ -165,7 +169,7 @@ ExcludeArch: %{ix86}
|
||||
#Source0: https://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?pre_version}/source/thunderbird-%%{version}%%{?pre_version}.processed-source.tar.xz
|
||||
Source0: thunderbird-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
||||
%if %{with langpacks}
|
||||
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260521.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260615.tar.xz
|
||||
%endif
|
||||
Source2: cbindgen-vendor.tar.xz
|
||||
Source3: process-official-tarball
|
||||
@ -237,6 +241,7 @@ Patch123: thunderbird-adapt-ml-dsa-support-to-rhel-nss.patch
|
||||
Patch124: thunderbird-enable-ml-dsa-in-manager-ssl.patch
|
||||
# RHEL downstream only - add mlkem768-secp256r1 support
|
||||
Patch125: thunderbird-add-mlkem768-secp256r1-support.patch
|
||||
Patch126: thunderbird-add-mlkem768-secp256r1-support-nss-3.124.patch
|
||||
|
||||
# ---- Fedora specific patches ----
|
||||
Patch151: firefox-enable-addons.patch
|
||||
@ -1100,8 +1105,12 @@ echo "--------------------------------------------"
|
||||
%endif
|
||||
%patch -P11 -p1 -b .rust-file-removal
|
||||
%patch -P14 -p1 -b .cargo-lock-version
|
||||
|
||||
%if 0%{?rhel} >= 10 && 0%{?rhel_minor_version} <= 2
|
||||
%patch -P15 -p1 -b .build-system-nss
|
||||
%patch -P16 -p1 -b .tb-build-system-nss
|
||||
%endif
|
||||
|
||||
%patch -P18 -p1 -b .annobin-fix
|
||||
%patch -P19 -p1 -b .min-lexical
|
||||
|
||||
@ -1132,9 +1141,17 @@ echo "--------------------------------------------"
|
||||
%patch -P120 -p1 -b .integrate-ml-dsa-signature-verification-for-pkix-certificate-chain-validation
|
||||
%patch -P121 -p1 -b .add-ml-dsa-certificate-support-to-certviewer
|
||||
%patch -P122 -p1 -b .enable-ml-dsa-signature-verification-for-certificate-chain-validation
|
||||
%if 0%{?rhel_minor_version} <= 2
|
||||
%patch -P123 -p1 -b .adapt-ml-dsa-support-to-rhel-nss
|
||||
%endif
|
||||
%patch -P124 -p1 -b .enable-ml-dsa-in-manager-ssl
|
||||
|
||||
%if 0%{?rhel_minor_version} <= 2
|
||||
%patch -P125 -p1 -b .add-mlkem768-secp256r1-support
|
||||
%else
|
||||
%patch -P126 -p1 -b .add-mlkem768-secp256r1-support-nss-3.124
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
# ---- Fedora specific patches ----
|
||||
@ -1722,9 +1739,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Sat May 30 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.11.0-1.alma.1
|
||||
* Wed Jun 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.12.0-1.alma.1
|
||||
- AlmaLinux changes
|
||||
|
||||
* Mon Jun 15 2026 Jan Horak <jhorak@redhat.com> - 140.12.0-1
|
||||
- Update to 140.12.0 ESR
|
||||
|
||||
* Thu May 21 2026 Jan Horak <jhorak@redhat.com> - 140.11.0-1
|
||||
- Update to 140.11.0 ESR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user