From 87caf19955eacb1d32cd61135e10f234c4f2c219c5350d95444c0627cef205e2 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 2 Oct 2022 16:53:19 +0000 Subject: [PATCH] - Mozilla Thunderbird 102.3.1 * Compose window encryption options now only appear for encryption technologies that have already been configured * Number of contacts in currently selected address book now displayed at bottom of Address Book list column Fixes * Password prompt did not include server hostname for POP servers * Edit Contact was missing from Contacts sidebar context menus * Address Book contact lists cut off display of some characters, the result being unreadable MFSA 2022-43 * CVE-2022-39249 (bmo#1791765) Matrix SDK bundled with Thunderbird vulnerable to an impersonation attack by malicious server administrators * CVE-2022-39250 (bmo#1791765) Matrix SDK bundled with Thunderbird vulnerable to a device verification attack * CVE-2022-39251 (bmo#1791765) Matrix SDK bundled with Thunderbird vulnerable to an impersonation attack * CVE-2022-39236 (bmo#1791765) Matrix SDK bundled with Thunderbird vulnerable to a data corruption issue OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=660 --- MozillaThunderbird.changes | 27 +++++++++++++++++++++++++++ MozillaThunderbird.spec | 4 ++-- l10n-102.3.0.tar.xz | 3 --- l10n-102.3.1.tar.xz | 3 +++ tar_stamps | 8 ++++---- thunderbird-102.3.0.source.tar.xz | 3 --- thunderbird-102.3.0.source.tar.xz.asc | 16 ---------------- thunderbird-102.3.1.source.tar.xz | 3 +++ thunderbird-102.3.1.source.tar.xz.asc | 16 ++++++++++++++++ 9 files changed, 55 insertions(+), 28 deletions(-) delete mode 100644 l10n-102.3.0.tar.xz create mode 100644 l10n-102.3.1.tar.xz delete mode 100644 thunderbird-102.3.0.source.tar.xz delete mode 100644 thunderbird-102.3.0.source.tar.xz.asc create mode 100644 thunderbird-102.3.1.source.tar.xz create mode 100644 thunderbird-102.3.1.source.tar.xz.asc diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 7ea9906..e1cf0e3 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Sep 28 08:13:07 UTC 2022 - Wolfgang Rosenauer + +- Mozilla Thunderbird 102.3.1 + * Compose window encryption options now only appear for encryption + technologies that have already been configured + * Number of contacts in currently selected address book now + displayed at bottom of Address Book list column + Fixes + * Password prompt did not include server hostname for POP servers + * Edit Contact was missing from Contacts sidebar context menus + * Address Book contact lists cut off display of some characters, + the result being unreadable + MFSA 2022-43 + * CVE-2022-39249 (bmo#1791765) + Matrix SDK bundled with Thunderbird vulnerable to an + impersonation attack by malicious server administrators + * CVE-2022-39250 (bmo#1791765) + Matrix SDK bundled with Thunderbird vulnerable to a device + verification attack + * CVE-2022-39251 (bmo#1791765) + Matrix SDK bundled with Thunderbird vulnerable to an + impersonation attack + * CVE-2022-39236 (bmo#1791765) + Matrix SDK bundled with Thunderbird vulnerable to a data + corruption issue + ------------------------------------------------------------------- Fri Sep 16 08:17:49 UTC 2022 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index eacc75e..bba62a6 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -29,8 +29,8 @@ # major 69 # mainver %major.99 %define major 102 -%define mainver %major.3.0 -%define orig_version 102.3.0 +%define mainver %major.3.1 +%define orig_version 102.3.1 %define orig_suffix %{nil} %define update_channel release %define source_prefix thunderbird-%{orig_version} diff --git a/l10n-102.3.0.tar.xz b/l10n-102.3.0.tar.xz deleted file mode 100644 index 02fc36d..0000000 --- a/l10n-102.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a467eb0f81c24c1953155e9c8944cc76b635dd3025dfd9ed54f30485f7f724 -size 29427756 diff --git a/l10n-102.3.1.tar.xz b/l10n-102.3.1.tar.xz new file mode 100644 index 0000000..9683e4c --- /dev/null +++ b/l10n-102.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8669d12ea14ec513c8f4fdbb28798b91e05cf7bab8e34794e30fd40d7857b8d1 +size 29432200 diff --git a/tar_stamps b/tar_stamps index 59fe718..3b51c40 100644 --- a/tar_stamps +++ b/tar_stamps @@ -1,10 +1,10 @@ PRODUCT="thunderbird" CHANNEL="esr102" -VERSION="102.3.0" +VERSION="102.3.1" VERSION_SUFFIX="" -PREV_VERSION="102.2.2" +PREV_VERSION="102.3.0" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr102" -RELEASE_TAG="04f60827c1b53ab86121c7d122d3a8216219ff9f" -RELEASE_TIMESTAMP="20220914215727" +RELEASE_TAG="07a17b101f904a686bbdf798ba2e820079a8323f" +RELEASE_TIMESTAMP="20220928170044" diff --git a/thunderbird-102.3.0.source.tar.xz b/thunderbird-102.3.0.source.tar.xz deleted file mode 100644 index c65738a..0000000 --- a/thunderbird-102.3.0.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b57710ff7e502c6f68dca78c87958fa588a08494194b75dd52c17f6ca6f89d -size 515366928 diff --git a/thunderbird-102.3.0.source.tar.xz.asc b/thunderbird-102.3.0.source.tar.xz.asc deleted file mode 100644 index 11b5ef9..0000000 --- a/thunderbird-102.3.0.source.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEEQ2D+IQnEl2MYb44h6+QekPbxL20FAmMjNCoACgkQ6+QekPbx -L20tvxAAr4LsjzZ4KCeC7TPz+qKcVH1msZvsTShdcLZxEoAJidAJZGkxwVllUI1G -7RSTZZLeYyxcs+GDTvVDCMNp20xeZvmGMWjtIH78TBRou0CBp/hfvj7VZPtoi+Ym -h3a/Ir6ZcJvVReabEJtaJkLUXgLLuDAN0mH02MNVCYhu7xboWyPDpvDn7RSLcIkq -ZOfWA6m+G3D3Ux8DoeDACYFoldNscA87C4iJXm2Iz0gcMJuSF2rqs9iSo0QMAOMD -VR5znQlMNP3tWbKn92LAHH6G9kgKuc5Jg/jTdbCJd49ET08cp6bMHHYk8U+BzdQC -WthaLHJfDNre3XQ+/aFmqVltPFN4BJ3bluPUPVlHXBojB212QTFht2e/QPJoNLVS -VVQ2eX/gPPPOIhp+cLIy1bsHJiOnEIc1tmKkz0X6lfk1OoQLuYNNz6ot2W/TSLVh -N3j1aGXRjaiIhMPmywNcKyvppVVKRrbThY96q+nJKoZb+M0GpFjs2OUnLKifnexM -RsWehtWJ1L09LSO2JB+Q32FK5ZVFCJ3QXr86dVpuxvNCqrbJ/+o7NLj+HkQsqdCd -y6ZlA87Qz4rN4uSOBv7WA2FBjemLrVLhndVFC3aYZ9zhTAYJjh3h7jq9I1vs+Wk1 -8PKeYCcjWhlQEO2AFEKY0fiKe9hRdnZBIJdHS+5TFPR52KrmxnQ= -=14wZ ------END PGP SIGNATURE----- diff --git a/thunderbird-102.3.1.source.tar.xz b/thunderbird-102.3.1.source.tar.xz new file mode 100644 index 0000000..11c4866 --- /dev/null +++ b/thunderbird-102.3.1.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daaac8161eb0c2b12280dcdadd7361de91674d4099b2902bc4ddea63d9666e3 +size 502887916 diff --git a/thunderbird-102.3.1.source.tar.xz.asc b/thunderbird-102.3.1.source.tar.xz.asc new file mode 100644 index 0000000..b7c442b --- /dev/null +++ b/thunderbird-102.3.1.source.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEQ2D+IQnEl2MYb44h6+QekPbxL20FAmM0ndAACgkQ6+QekPbx +L20lmg//agLtYO5wzqPtY37LZhBiDwfvQpYki/lMBxOGAV+sRB2XX+JSw9XHwcQ8 +X4mw/gSGJz09rNhLsUGdx381qy7tb9Vc3R0ZFNR3An5mpZcMCAI+yEhq/lpQ2Y6u +Lhiai5kaaPHrGamw5JS68t1iPFAiRH5X1qwXA7/x0eiRjXaJuHDe4JoMyGMmvMkY +boNeUVKJOI8sr1kMDaPV6l1HG8y02DSlDf+nc+cL/9303URZOVO/Y/9KKld8ClRa +CW8OvnsdW/CukBQJYa8zht9BC4vyXVL1zow27+It0IKXSkinaYUhbBarU5W5iUWI +rPHOoiV8ZtEVGZSfGSHWP911bEI5bizt1fHJ7oWMZYP7S2U8/IjReBVtaHDQj/Na +edBHJowPdGcDHtKYD0lB1Na0q9+oCj78Txy0fMa07NvflteqUrq++CuZC2+8tetY +KXGDGAVh7omr+P9Pqby88h8m7WHII9TXx9fEldhAGQEy4w/UMkdW3bJzJ6hubSAQ +lTglWW8vU6N3r9cKTvwGym47zoRGqfNx3oMN/0pIqIQB2fVjQe+lwzxC/H1ISKfA +KweQWZc0nsXUkAK7DTXEOsLaEbxrKbzS0qPQS0hJDxvS9fvecVMRtSzkqEzkdXcR +Koomjd1MC/DAZ2DTz15lomcHZ+rbAYkVhYaEnMPq0ZLZXz8MFGg= +=ldk7 +-----END PGP SIGNATURE-----