Merge version 1:91.6.2-1~deb11u1+rpi1 and 1:91.7.0-2~deb11u1 to produce 1:91.7.0... archive/raspbian/1%91.7.0-2_deb11u1+rpi1 raspbian/1%91.7.0-2_deb11u1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Thu, 24 Mar 2022 06:30:28 +0000 (06:30 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Thu, 24 Mar 2022 06:30:28 +0000 (06:30 +0000)
1  2 
debian/changelog
debian/patches/series

index 1a3e058fe4d75d672dc9d032e92830a3b75cdc0d,bd7251e8fc1b687b00c6517435ddf8851ab530d8..082713c0be6ac83d02db517eca328bf2faafac14
@@@ -1,39 -1,32 +1,69 @@@
- thunderbird (1:91.6.2-1~deb11u1+rpi1) bullseye-staging; urgency=medium
++thunderbird (1:91.7.0-2~deb11u1+rpi1) bullseye-staging; urgency=medium
 +
 +  [changes brought over from firefox-esr 60.3.0esr-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> 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 <plugwash@raspbian.org> 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 <plugwash@raspbian.org> 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.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Fri, 11 Mar 2022 07:47:52 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Thu, 24 Mar 2022 06:30:24 +0000
++
+ thunderbird (1:91.7.0-2~deb11u1) bullseye-security; urgency=medium
+   * Rebuild for bullseye-security
+  -- Carsten Schoenert <c.schoenert@t-online.de>  Sat, 19 Mar 2022 18:24:05 +0100
+ thunderbird (1:91.7.0-2) unstable; urgency=medium
+   * [c348b62] Rebuild patch-queue from patch queue branch
+     Added patch:
+     fixes/Bug-1494436-Unset-MOZ_APP_LAUNCHER-for-external-MIME-hand.patch
+     (Closes: #948691)
+     Thanks go out to Simon McVittie for preparing this patch!
+  -- Carsten Schoenert <c.schoenert@t-online.de>  Wed, 16 Mar 2022 06:55:46 +0100
+ thunderbird (1:91.7.0-1) unstable; urgency=medium
+   * [952f6d0] New upstream version 91.7.0
+     Fixed CVE issues in upstream version 91.7 (MFSA 2022-12):
+     CVE-2022-26383: Browser window spoof using fullscreen mode
+     CVE-2022-26384: iframe allow-scripts sandbox bypass
+     CVE-2022-26387: Time-of-check time-of-use bug when verifying add-on
+                     signatures
+     CVE-2022-26381: Use-after-free in text reflows
+     CVE-2022-26386: Temporary files downloaded to /tmp and accessible by other
+                     local users
+  -- Carsten Schoenert <c.schoenert@t-online.de>  Tue, 15 Mar 2022 17:54:46 +0100
  
  thunderbird (1:91.6.2-1~deb11u1) bullseye-security; urgency=medium
  
index ef9ba7c5ff35927e05350969f9877a4e6529737c,ce6b174a738ea1e1af659dff98c660edf08bba7a..d4a3b4f69a897034691d132cd25447a2ef8a3a05
@@@ -28,9 -28,4 +28,10 @@@ porting-armhf/Don-t-use-LLVM-internal-a
  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/Bug-1494436-Unset-MOZ_APP_LAUNCHER-for-external-MIME-hand.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