Update to 91.8.0

This commit is contained in:
Eike Rathke 2022-04-11 15:29:10 +02:00
parent 6ed0a431e0
commit 3c539f55d2
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -353,3 +353,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-91.6.2.source.tar.xz
/thunderbird-langpacks-91.7.0-20220308.tar.xz
/thunderbird-91.7.0.source.tar.xz
/thunderbird-91.8.0.source.tar.xz
/thunderbird-langpacks-91.8.0-20220405.tar.xz

View File

@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = 105a7d93d63920d8c232421a29f6330c171343d27807feaeadb1737374e5cf1d48916cb6e9ce04773dd81bb3c52a6f5cef12e633b0922cb9f91ca99acc9e4b78
SHA512 (thunderbird-langpacks-91.7.0-20220308.tar.xz) = e606af74edc52edf0905b9314c30a0865c7f9d1ac19347bb7601c1574b1c569b95faeda4dc760f6bdd652f20ec081b25396312672f7371d9e106977beb72347f
SHA512 (thunderbird-91.7.0.source.tar.xz) = 2afaee16f155edcb0bdb46ebe282a733cf041ec6f562aebd06f8b675e46917f6f500fcc532fc54d74f3f4b0b489a88934a2c6c304f849873de4bc2690b9056a0
SHA512 (thunderbird-91.8.0.source.tar.xz) = 147c7ad68b0a32cc0fd4405935836af1fa77bbce6a1e367b51ef9871e7fc2a8fe908a1d200be34326f4f339d272e62f619b75680201fe82d301ddd02e23824d5
SHA512 (thunderbird-langpacks-91.8.0-20220405.tar.xz) = 9d194379c25afb2d4e26dabd16a94b30b26f386dbe2970a9e1d32a5e9cf923f4e430f275f7f1bb185e34f1170344dbea86dbe8c80411c6c898e4a848fbfd922d

View File

@ -89,13 +89,13 @@ ExcludeArch: s390x
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 91.7.0
Version: 91.8.0
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
%if %{build_langpacks}
Source1: thunderbird-langpacks-%{version}-20220308.tar.xz
Source1: thunderbird-langpacks-%{version}-20220405.tar.xz
%endif
Source3: get-calendar-langpacks.sh
Source4: cbindgen-vendor.tar.xz
@ -737,6 +737,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Mon Apr 11 2022 Eike Rathke <erack@redhat.com> - 91.8.0-1
- Update to 91.8.0
* Tue Mar 15 2022 Eike Rathke <erack@redhat.com> - 91.7.0-1
- Update to 91.7.0
- plus patches to bundled expat against CVE-2022-25235 CVE-2022-25236 CVE-2022-25315