Merge version 1:102.6.0-1+rpi1 and 1:102.7.1-1 to produce 1:102.7.1-1+rpi1 archive/raspbian/1%102.7.1-1+rpi1 raspbian/1%102.7.1-1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Tue, 31 Jan 2023 20:04:21 +0000 (20:04 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Tue, 31 Jan 2023 20:04:21 +0000 (20:04 +0000)
1  2 
debian/changelog
debian/patches/series

index f388a6cfba0217ea430afe09145689b9607ad1f9,bcc078aba1d62ad6318b92e62ba46b81da5ce52d..286a2b7924e4854af86a7810a2a7d34d7a29860a
@@@ -1,46 -1,26 +1,70 @@@
- thunderbird (1:102.6.0-1+rpi1) bookworm-staging; urgency=medium
++thunderbird (1:102.7.1-1+rpi1) bookworm-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.
 +
 +  [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 <root@raspbian.org>  Sat, 24 Dec 2022 18:38:56 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Tue, 31 Jan 2023 20:04:16 +0000
++
+ thunderbird (1:102.7.1-1) unstable; urgency=medium
+   * [dbc3385] New upstream version 102.7.1
+     Fixed CVE issues in upstream version 102.7 (MFSA 2023-03):
+     CVE-2022-46871: libusrsctp library out of date
+     CVE-2023-23598: Arbitrary file read from GTK drag and drop on Linux
+     CVE-2023-23601: URL being dragged from cross-origin iframe into same
+                     tab triggers navigation
+     CVE-2023-23602: Content Security Policy wasn't being correctly applied
+                     to WebSockets in WebWorkers
+     CVE-2022-46877: Fullscreen notification bypass
+     CVE-2023-23603: Calls to <code>console.log</code> allowed bypasing
+                     Content Security Policy via format directive
+     CVE-2023-23605: Memory safety bugs fixed in Thunderbird 102.7
+     Fixed CVE issues in upstream version 102.7.1 (MFSA not yet released):
+     CVE-2023-0430: Revocation status of S/Mime signature certificates was
+                    not checked
+   * [af92a36] Rebuild patch queue from patch-queue branch
+     Added patch:
+     debian-hacks/Python-3.11-Don-t-use-mode-rU-any-more.patch
+     (Closes: #1028885)
+  -- Carsten Schoenert <c.schoenert@t-online.de>  Tue, 24 Jan 2023 16:32:06 +0100
  
  thunderbird (1:102.6.0-1) unstable; urgency=medium
  
index 4afa475320c6b8b065b4e956a0822822c84638e0,7297b572a2e4ec243173846f7618b52570ab2526..2419abf8bc96e5dae1b8269d8b170d19bf8ede8e
@@@ -25,12 -25,4 +25,13 @@@ 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
+ debian-hacks/Python-3.11-Don-t-use-mode-rU-any-more.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