From: Peter Michael Green Date: Thu, 11 Apr 2024 09:56:00 +0000 (+0000) Subject: Manual merge of version 115.7.0esr-1+rpi1 and 115.9.1esr-1~deb12u1 to produce 115... X-Git-Tag: archive/raspbian/115.9.1esr-1_deb12u1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=27baef16ac25da341107b63fbb26d24d2b7c3ed3;p=firefox-esr.git Manual merge of version 115.7.0esr-1+rpi1 and 115.9.1esr-1~deb12u1 to produce 115.9.1esr-1~deb12u1+rpi1 --- 27baef16ac25da341107b63fbb26d24d2b7c3ed3 diff --cc debian/changelog index 595ac5032f0,bd8773777fa..c4beb5ff447 --- a/debian/changelog +++ b/debian/changelog @@@ -1,39 -1,32 +1,67 @@@ - firefox-esr (115.7.0esr-1+rpi1) trixie-staging; urgency=medium ++firefox-esr (115.9.1esr-1~deb12u1+rpi1) bookworm-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. + + [changes brought over from thunderbird 1:102.1.1-1+rpi1 by Peter Michael Green] + * Disable more armv7/neon stuff. + + [changes introduced in 102.2.0esr-1+rpi1 by Peter Michael Green] + * Disable jit (or at least try to) + + Pass disable-jit from debian/rules + + Nerf jit detection in s/moz.configure + + [changes introduced in 115.3.0esr-1+rpi1 by Peter Michael Green] + * Disable conflicting include in js/src/jit/shared/AtomicOperations-shared-jit.cpp + - -- Raspbian forward porter Fri, 09 Feb 2024 06:28:50 +0000 ++ -- Peter Michael Green Thu, 11 Apr 2024 08:12:48 +0000 + - firefox-esr (115.7.0esr-1) unstable; urgency=medium + firefox-esr (115.9.1esr-1~deb12u1) bookworm-security; urgency=medium + + * New upstream release. + * Fixes for mfsa2024-16, also known as CVE-2024-29944. + + * debian/control*, debian/rules: Undo workaround for bug 1052002. + + -- Mike Hommey Sat, 23 Mar 2024 05:09:32 +0900 + + firefox-esr (115.9.0esr-1~deb12u1) bookworm-security; urgency=medium + + * New upstream release. + * Fixes for mfsa2024-13, also known as: + CVE-2024-0743, CVE-2024-2607, CVE-2024-2608, CVE-2024-2616, + CVE-2023-5388, CVE-2024-2610, CVE-2024-2611, CVE-2024-2612, + CVE-2024-2614. + + -- Mike Hommey Wed, 20 Mar 2024 05:59:40 +0900 + + firefox-esr (115.8.0esr-1~deb12u1) bookworm-security; urgency=medium + + * New upstream release. + * Fixes for mfsa2024-06, also known as: + CVE-2024-1546, CVE-2024-1547, CVE-2024-1548, CVE-2024-1549, + CVE-2024-1550, CVE-2024-1551, CVE-2024-1552, CVE-2024-1553. + + -- Mike Hommey Wed, 21 Feb 2024 06:08:41 +0900 + + firefox-esr (115.7.0esr-1~deb12u1) bookworm-security; urgency=medium * New upstream release. * Fixes for mfsa2024-02, also known as: diff --cc debian/rules index a41d0b44783,0b48b60b65e..e72d4234ade --- a/debian/rules +++ b/debian/rules @@@ -142,13 -140,9 +142,9 @@@ ifeq (default,$(origin CXX) CXX := g++ endif - ifeq (,$(filter buster bullseye,$(DIST))) - PATH := /usr/lib/llvm-14/bin:$(PATH) - endif - -ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH))) +#ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH))) CONFIGURE_FLAGS += --disable-jit -endif +#endif CXXFLAGS := $(CFLAGS) # Work around https://sourceware.org/bugzilla/show_bug.cgi?id=30578