From: Raspbian automatic forward porter Date: Sun, 3 Jul 2022 18:56:37 +0000 (+0100) Subject: Merge version 91.10.0esr-1~deb11u1+rpi1 and 91.11.0esr-1~deb11u1 to produce 91.11... X-Git-Tag: archive/raspbian/91.11.0esr-1_deb11u1+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=90198ea18f7ca1a4479a2d65e5b2ec9854dede14;p=firefox-esr.git Merge version 91.10.0esr-1~deb11u1+rpi1 and 91.11.0esr-1~deb11u1 to produce 91.11.0esr-1~deb11u1+rpi1 --- 9a585d60db4916cdf7f89bca478ac9b3b07ed16b diff --cc debian/changelog index a168368b1a3,231843dfc44..9c4f1a379be --- a/debian/changelog +++ b/debian/changelog @@@ -1,26 -1,15 +1,39 @@@ - firefox-esr (91.10.0esr-1~deb11u1+rpi1) bullseye-staging; urgency=medium ++firefox-esr (91.11.0esr-1~deb11u1+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 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 introduce in 60.8.0esr-1+rpi1 by Peter Michael Green] + * Use a fake homedir for build (Closes: 933757). + + [changes introduced in 68.2.0esr-1+rpi1 by Peter Michael Green] + * Disable webrtc, it seems to fail to build on raspbian. + * Try to disable Neon + + [changes introduced in 78.3.0esr-2+rpi1 by Peter Michael Green] + * Clean up pycache directories. + * Disable neon in qcms. + + [changes brought over from thunderbird 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 Sat, 11 Jun 2022 19:21:47 +0000 ++ -- Raspbian forward porter Sun, 03 Jul 2022 18:56:33 +0000 ++ + firefox-esr (91.11.0esr-1~deb11u1) bullseye-security; urgency=medium + + * New upstream release. + * Fixes for mfsa2022-25, also known as: + CVE-2022-34479, CVE-2022-34470, CVE-2022-34468, CVE-2022-34481, + CVE-2022-31744, CVE-2022-34472, CVE-2022-2200, CVE-2022-34484. + + * build/moz.configure/bindgen.configure, + gfx/webrender_bindings/webrender_ffi.h: Work around build failure with + newer cbindgen. bz#1773259 + + -- Mike Hommey Wed, 29 Jun 2022 06:30:12 +0900 firefox-esr (91.10.0esr-1~deb11u1) bullseye-security; urgency=medium diff --cc debian/patches/series index 78e2e6c29ca,4ff2b03643a..92ab69bb398 --- a/debian/patches/series +++ b/debian/patches/series @@@ -19,8 -19,4 +19,9 @@@ debian-hacks/Use-build-id-as-langpack-v debian-hacks/Allow-to-build-with-older-versions-of-nodejs-10.patch debian-hacks/Allow-to-build-with-cargo-in-Debian-unstable.patch debian-hacks/Fix-math_private.h-for-i386-FTBFS.patch + debian-hacks/Work-around-build-failure-with-newer-cbindgen.-bz-17.patch +raspbian-rust-triplet-hack.patch +try-to-disable-neon.patch +try-harder-to-disable-neon.patch +disable-neon-in-qcms.patch +use-a-define-instead-of-a-typedef-for-do.patch