diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 2c793c5..d6475ef 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Mon Feb 19 22:01:04 UTC 2024 - Wolfgang Rosenauer + +- Mozilla Thunderbird 115.8.0 + MFSA 2024-07 (bsc#1220048) + * CVE-2024-1546 (bmo#1843752) + Out-of-bounds memory read in networking channels + * CVE-2024-1547 (bmo#1877879) + Alert dialog could have been spoofed on another site + * CVE-2024-1548 (bmo#1832627) + Fullscreen Notification could have been hidden by select + element + * CVE-2024-1549 (bmo#1833814) + Custom cursor could obscure the permission dialog + * CVE-2024-1550 (bmo#1860065) + Mouse cursor re-positioned unexpectedly could have led to + unintended permission grants + * CVE-2024-1551 (bmo#1864385) + Multipart HTTP Responses would accept the Set-Cookie header + in response parts + * CVE-2024-1552 (bmo#1874502) + Incorrect code generation on 32-bit ARM devices + * CVE-2024-1553 (bmo#1855686, bmo#1867982, bmo#1871498, + bmo#1872296, bmo#1873521, bmo#1873577, bmo#1873597, + bmo#1873866, bmo#1874080, bmo#1874740, bmo#1875795, + bmo#1875906, bmo#1876425, bmo#1878211, bmo#1878286) + Memory safety bugs fixed in Firefox 123, Firefox ESR 115.8, + and Thunderbird 115.8 + * new: Added option to show packet dump when OpenPGP fails to + decrypt (bmo#1874504) + * fixed: Thunderbird slowed down significantly when opening + email files (.eml) (bmo#1863957) + * fixed: Inbox view intermittently reverted to default view + after moving or deleting messages (bmo#1725127) + * fixed: Size of collapsed folders in folder pane did not + include size of subfolders (bmo#1870641) + * fixed: Hovering over folder does not always expand subfolders + (bmo#1873101) + * fixed: Switching to thread pane of a folder using keyboard + navigation did not focus top message (bmo#1869557) + * fixed: Clicking "Sent unsent messages" in Outbox context menu + while in offline mode did not prompt user to go online + (bmo#1873487) + * fixed: Mail tab-specific Unified Toolbar buttons received + focus incorrectly (bmo#1872239) + * fixed: Quick Filter settings did not persist when Quick + Filter bar was turned off (bmo#1850266) + * fixed: Quick Filters were unusually slow (bmo#1849650) + * fixed: OpenPGP Key Manager filtering did not work + (bmo#1873655) + * fixed: OpenPGP sometimes attempted to decrypt message with + incorrect key (bmo#1865620) + * fixed: Autoconfig failed on servers that did not support + OAuth2 (bmo#1869122) + * fixed: Opening different attachments with the same name in + different messages could cause attachment files to become + conflated (bmo#1873023) + * fixed: Overflowed attachment list could not be scrolled + (bmo#1871343) + * fixed: Passwords disappeared from password manager list after + applying and clearing filters (bmo#1874646) + * fixed: Cookies in cookie manager list disappeared after + applying and then clearing filters (bmo#1876733) + ------------------------------------------------------------------- Sun Jan 21 09:10:11 UTC 2024 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 5dee8e5..9931904 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -29,8 +29,8 @@ # major 69 # mainver %%major.99 %define major 115 -%define mainver %major.7.0 -%define orig_version 115.7.0 +%define mainver %major.8.0 +%define orig_version 115.8.0 %define orig_suffix %nil %define update_channel release %define source_prefix thunderbird-%{orig_version} diff --git a/l10n-115.7.0.tar.xz b/l10n-115.7.0.tar.xz deleted file mode 100644 index 857d1af..0000000 --- a/l10n-115.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d509324355c7dc776493ff221bd27becab12338fa400f2dfbe9a4164da3ecdb -size 28282412 diff --git a/l10n-115.8.0.tar.xz b/l10n-115.8.0.tar.xz new file mode 100644 index 0000000..8be7554 --- /dev/null +++ b/l10n-115.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cf508cfbc2a3636faf476e298c2f93e538fdf766b86d8aa0f643fc8bf2a2da +size 28293800 diff --git a/mozilla.keyring b/mozilla.keyring index 683eab9..7588492 100644 --- a/mozilla.keyring +++ b/mozilla.keyring @@ -12,8 +12,8 @@ pub rsa4096 2015-07-17 [SC] uid [ full ] Mozilla Software Releases sub rsa4096 2015-07-17 [S] [expired: 2017-07-16] sub rsa4096 2017-06-22 [S] [expired: 2019-06-22] -sub rsa4096 2019-05-30 [S] [expires: 2021-05-29] -sub rsa4096 2021-05-17 [S] [expires: 2023-05-17] +sub rsa4096 2019-05-30 [S] [expired: 2021-05-29] +sub rsa4096 2021-05-17 [S] [expired: 2023-05-17] sub rsa4096 2023-05-05 [S] [expires: 2025-05-04] -----BEGIN PGP PUBLIC KEY BLOCK----- diff --git a/tar_stamps b/tar_stamps index 93cf3d1..309edb1 100644 --- a/tar_stamps +++ b/tar_stamps @@ -1,10 +1,10 @@ PRODUCT="thunderbird" CHANNEL="esr115" -VERSION="115.7.0" +VERSION="115.8.0" VERSION_SUFFIX="" -PREV_VERSION="115.6.1" +PREV_VERSION="115.7.0" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr115" -RELEASE_TAG="403b56578d94234d5cbda0f73fe18caae7c17b49" -RELEASE_TIMESTAMP="20240119095007" +RELEASE_TAG="7b8fc4b9edc8825b4f16238a3715c0f785283b1c" +RELEASE_TIMESTAMP="20240216174500" diff --git a/thunderbird-115.7.0.source.tar.xz b/thunderbird-115.7.0.source.tar.xz deleted file mode 100644 index c13553b..0000000 --- a/thunderbird-115.7.0.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19f483d4c26e47daaeabb8fb99605b12f4e842aec2814dfb92d78b1a73459f43 -size 532459912 diff --git a/thunderbird-115.7.0.source.tar.xz.asc b/thunderbird-115.7.0.source.tar.xz.asc deleted file mode 100644 index 62fdfa5..0000000 --- a/thunderbird-115.7.0.source.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEErdcHlHlwDcrf3VM34207E/PZMnQFAmWqto4ACgkQ4207E/PZ -MnS1OxAAlOIrvYsbTN6NKXz1EpkGkVHAhHanbRy8IooTaLg26AeT9rNhvqJK8CBC -bmOAzsIKnXd638NI+1Od59RTUatgsxZtpxaXiOzC09LQyRtp48qKPmmaZWD5Tj7r -JT1cXxvF+o+0yd79JJoKpSnIcOWUG0gUp3iviGLA8DxX4vJQ3DzElM6dBYkuac8s -f7xl/RzJCUaOPbIpvkrh0PIFFseJy6V4jUIJYQVqF0Bnz3LDH8IUNqj7modLJYvU -q00efKymoZgptfU54AlxaXZYErmmqK/6iHE4KSa78XpOzbXDxi9s0cgaZ0BZPnR9 -pk5MGE/dVCm7d4MAbyVvzsUf8D/bsprSMxdjqi/iKgjlzdIzCGu7o6LRZ5hA+KlL -A+64Kzabkg+Guq5mgr0dy5ZqrJYBjGy7mcY3C+r7CS5O1ApPka7sJjbmMWB98mfs -m6bWiv4troeOkUeWfpHYNWUHaSZP2QlhTl+yyp1g6WIdZzAHRcrNc25ORQxlajBj -d9X2qeRDZUXPQ/7qZ0FoJmIbfgwDjaagF4/mYM4ip7GEjsnUdXzjGXUaz7pKYCck -G3yecoDV1UM9iK3Oeg9yHIPRL+t1sdiep3abHCW0DWTNe72LFuJLof7Ti8wD4NdB -/ZsPCdU9APFtwW6IdBFrmn855fRnvKMC/ffu+MYXjmZt3rX7+7I= -=SkMQ ------END PGP SIGNATURE----- diff --git a/thunderbird-115.8.0.source.tar.xz b/thunderbird-115.8.0.source.tar.xz new file mode 100644 index 0000000..209a72e --- /dev/null +++ b/thunderbird-115.8.0.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804c8cb0896b2cf24643621c0c879c9bb8c56abd517eb9d603cec6fdb91561c7 +size 540914844 diff --git a/thunderbird-115.8.0.source.tar.xz.asc b/thunderbird-115.8.0.source.tar.xz.asc new file mode 100644 index 0000000..aab7520 --- /dev/null +++ b/thunderbird-115.8.0.source.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEErdcHlHlwDcrf3VM34207E/PZMnQFAmXP9WYACgkQ4207E/PZ +MnRCKBAArJ1OpkmFleT6S49udtfUMkXdvFXE5xtZNgXu3s9jkr4Z4qnS3kCNzHBX +6xwvur4coHKD2QgNFbKy2cxVZHxLlexbnocszZfgfDuVv+cOIeO1gjz73PYM06Mw +njgOahuOam2lhMX0FO5kK2lE9FHUOqlB7hlh9IV/C7a8qRu28uzskyyHi741GGE+ +/UcDTOCjk5BR6bI2/vPgbg2For/dK9xiUhcNyffrfdar1Ofkbd1DU03bJnTxn8FV +E9Z5OHEKBLEI1u7M0ymxagLpXZa5xrSGefdnMc7Vv6No3sL/OdOUmzuXJeUscJxp +3i2IxNHfOnJMppF98NdhQEpWudOTGqqOW1NY4JNkskXflajEhJZv/Ef/Hzabdyoa +eqtkabcsII4MetXVuapEQGmkQy4ece7Gpjk9JWGsDCHmORjplubvMsdA9+myZIeE +jMLYQ7lHCcs1iiGowPa9AAEjcZMthkOte1pshNMPvRgiOwm4Sc2Cv1sqVvYbSTcQ +qe5z/OXh0ypU00jt2EvsM41KPNILOEwrvYTVm2S2ymmBIL0YMvEb6LdGItv/OMaU +VoAIlIPrp9FPNfumRmF0PLTRPsNeqaVT2jfwDRC12LOpb4fa6+AGYZDyhqVzHsag +HJ9Z7xS9h5sAUmIn3TaUXvCaQ4ICn2y/MqfjgyV6bmiB5LrzB60= +=TVJL +-----END PGP SIGNATURE-----