From: Raspbian automatic forward porter Date: Sat, 12 Aug 2023 05:56:05 +0000 (+0100) Subject: Merge version 1:102.13.0-1~deb12u1+rpi1 and 1:102.14.0-1~deb12u1 to produce 1:102... X-Git-Tag: archive/raspbian/1%102.14.0-1_deb12u1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2f276034a42f034640e4496d11fe25d7010d9ed;p=thunderbird.git Merge version 1:102.13.0-1~deb12u1+rpi1 and 1:102.14.0-1~deb12u1 to produce 1:102.14.0-1~deb12u1+rpi1 --- d2f276034a42f034640e4496d11fe25d7010d9ed diff --cc debian/changelog index f2d99f6838,5f768d10d3..f10f139cbf --- a/debian/changelog +++ b/debian/changelog @@@ -1,46 -1,39 +1,83 @@@ - thunderbird (1:102.13.0-1~deb12u1+rpi1) bookworm-staging; urgency=medium ++thunderbird (1:102.14.0-1~deb12u1+rpi1) bookworm-staging; urgency=medium + + [changes brought over from firefox-esr 60.3.0esr-1+rpi1 by Peter Michael Green at Wed, 05 Dec 2018 06:56:52 +0000] + * Hack broken rust target selection so it produces the right target + on raspbian. + * Fix clean target. + + [changes introduced in 60.4.0-1+rpi1 by Peter Michael Green] + * Further fixes to clean target (still not completely fixed :( ). + + [changes introduced in 1:68.5.0-1~deb10u1+rpi1 by Peter Michael Green] + * Disable neon (patches taken from firefox-esr package) + * Build in a chroot with arm64 binutils-arm-linux-gnueabihf + + [changes brought forward from 1:68.5.0-1~deb10u1+rpi2 by Peter Michael Green at Sun, 15 Mar 2020 16:27:21 +0000] + * Actually build the binary packages on armhf. + * Yet more clean target fixing. + + [changes brought over from firefox-esr 78.3.0esr-2+rpi1 by Peter Michael Green] + * Clean up pycache directories. + * Disable neon in qcms. + + [changes introduced in 1:78.4.0-1~deb10u1+rpi1 by Peter Michael Green] + * Add export NSS_DISABLE_ARM32_NEON=1 to hopefully disable neon in nss. + * Adding the define in debian/rules didn't seem to work, try to patch out neon in nss instead + + [changes brought forward from 1:78.5.1-1+rpi2 by Peter Michael Green at Tue, 15 Dec 2020 00:33:33 +0000] + * Actually build thunderbird binary on armhf + (changelog says this was already done, but it got lost somewhere + along the way). + + [changes introduced in 1:91.3.2-1+rpi1 by Peter Michael Green] + * Use a #define instead of a typedef for double_t in fdlibm to prevent conflicting + definitions error. + + [changes introduced in 1:91.5.1-1+rpi1 by Peter Micheal Green] + * Further hacks to rust target selection. + + [changes introduced in 1:102.1.1-1+rpi1 by Peter Michael Green] + * Don't build rust code with Clto to avoid out of memory errors. + * Disable more armv7/neon stuff. + - -- Raspbian forward porter Sun, 30 Jul 2023 03:19:57 +0000 ++ -- Raspbian forward porter Sat, 12 Aug 2023 05:56:01 +0000 ++ + thunderbird (1:102.14.0-1~deb12u1) bookworm-security; urgency=medium + + * [bcc7c87] New upstream version 102.14.0 + Fixed CVE issues in upstream version 102.14 (MFSA 2023-32): + CVE-2023-4045: Offscreen Canvas could have bypassed cross-origin restrictions + CVE-2023-4046: Incorrect value used during WASM compilation + CVE-2023-4047: Potential permissions request bypass via clickjacking + CVE-2023-4048: Crash in DOMParser due to out-of-memory conditions + CVE-2023-4049: Fix potential race conditions when releasing platform objects + CVE-2023-4050: Stack buffer overflow in StorageManager + CVE-2023-4055: Cookie jar overflow caused unexpected cookie jar state + CVE-2023-4056: Memory safety bugs fixed in Firefox 116, Firefox ESR 115.1, + Firefox ESR 102.14, Thunderbird 115.1, and Thunderbird 102.14 + * Rebuild for bookworm-security + + -- Carsten Schoenert Fri, 04 Aug 2023 19:48:57 +0200 + + thunderbird (1:102.13.1-1~deb12u1) bookworm-security; urgency=medium + + * Rebuild for bookworm-security + + -- Carsten Schoenert Fri, 28 Jul 2023 16:02:28 +0200 + + thunderbird (1:102.13.1-1) unstable; urgency=medium + + * [e803b54] New upstream version 102.13.1 + Fixed CVE issues in upstream version 102.13.1 (MFSA 2023-28): + CVE-2023-3417: File Extension Spoofing using the Text Direction + Override Character + * [456ce20] Rebuild patch queue from patch-queue branch + Added patch: + fixes/gfx-Fix-inclusion-of-C-header.patch + fixes/toolkit-Fix-inclusion-of-C-header.patch + (Closes: #1037872) + + -- Carsten Schoenert Wed, 26 Jul 2023 19:48:59 +0200 thunderbird (1:102.13.0-1~deb12u1) bookworm-security; urgency=medium diff --cc debian/patches/series index 4afa475320,1fcec47dd2..fe8e10b476 --- a/debian/patches/series +++ b/debian/patches/series @@@ -25,12 -25,5 +25,14 @@@ porting-ppc64el/work-around-a-build-fai debian-hacks/Make-Thunderbird-build-reproducible.patch debian-hacks/Decrease-Cargo-minimal-version-to-1.46.0.patch debian-hacks/Fix-Floating-Point-Normalization-breakage-on-32bit-Linux.patch + fixes/gfx-Fix-inclusion-of-C-header.patch + fixes/toolkit-Fix-inclusion-of-C-header.patch +raspbian-rust-triplet-hack.patch +try-to-disable-neon.patch +try-harder-to-disable-neon.patch +disable-neon-in-qcms.patch +patch-out-neon-in-freebl.patch +use-a-define-instead-of-a-typedef-for-do.patch +further-raspbian-hacks-to-rust-target-se.patch +dont-build-rust-code-with-clto-to-avoid-.patch +disable-more-armv7neon-stuff.patch