Merge raspbian changes to Debian directory into firefox 95 series.
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 21 Dec 2021 16:47:59 +0000 (16:47 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 21 Dec 2021 16:47:59 +0000 (16:47 +0000)
1  2 
debian/changelog
debian/patches/series
debian/rules

index 1fbcec13b4c76f9cbc3c975cf8ba4696bea49959,5f59e1303e5bc74d1b6aca318402f91ca3cfa4b6..138233abf0789d666df0a030d3bae62f3ad2c6dc
@@@ -1,58 -1,27 +1,78 @@@
 -firefox-esr (78.14.0esr-1+rpi1) bookworm-staging; urgency=medium
++firefox-esr (91.4.0esr-1+rpi1) bookworm-staging; urgency=medium
+   [changes brought forward from 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 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.
+  -- Raspbian forward porter <root@raspbian.org>  Wed, 22 Sep 2021 20:12:57 +0000
 -firefox-esr (78.14.0esr-1) unstable; urgency=medium
 +firefox-esr (91.4.0esr-1) unstable; urgency=medium
  
    * New upstream release.
 -  * Fixes for mfsa2021-39, also known as CVE-2021-38493.
 +  * Fixes cubeb deadlock. Closes: #998679.
 +  * Fixes for mfsa2021-53, also known as:
 +    CVE-2021-43536, CVE-2021-43537, CVE-2021-43538, CVE-2021-43539,
 +    CVE-2021-43541, CVE-2021-43542, CVE-2021-43543, CVE-2021-43545,
 +    CVE-2021-43546, MOZ-2021-0009.
 +
 + -- Mike Hommey <glandium@debian.org>  Wed, 08 Dec 2021 06:38:58 +0900
 +
 +firefox-esr (91.3.0esr-2) unstable; urgency=medium
 +
 +  * debian/firefox.in: Use `command -v` instead of `which`. Closes: #996455.
 +
 +  * modules/fdlibm/src/math_private.h: Fix FTBFS on i386. bz#1729459.
 +  * .cargo/config.in, Cargo.lock, Cargo.toml,
 +    third_party/rust/cc/.cargo-checksum.json,
 +    third_party/rust/cc/Cargo.toml, third_party/rust/cc/src/lib.rs,
 +    third_party/rust/cc/src/windows_registry.rs: Update cc crate to
 +    b2f6b146b75299c444e05bbde50d03705c7c4b6e, aka 1.0.71 + GCC-11 fix for
 +    armhf. bz#1739040.
 +
 + -- Mike Hommey <glandium@debian.org>  Sat, 27 Nov 2021 06:50:56 +0900
 +
 +firefox-esr (91.3.0esr-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Fixes for mfsa2021-49, also known as:
 +    CVE-2021-38503, CVE-2021-38504, CVE-2021-38506, CVE-2021-38507,
 +    MOZ-2021-0008, CVE-2021-38508, CVE-2021-38509, MOZ-2021-0007.
 +    (MOZ-* pending CVE assignment)
 +
 + -- Mike Hommey <glandium@debian.org>  Wed, 03 Nov 2021 06:04:59 +0900
 +
 +firefox-esr (91.2.0esr-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Fixes for mfsa2021-45, also known as:
 +    CVE-2021-38496, CVE-2021-38497, CVE-2021-38498, CVE-2021-32810,
 +    CVE-2021-38500, CVE-2021-38501.
 +
 + -- Mike Hommey <glandium@debian.org>  Wed, 06 Oct 2021 06:29:51 +0900
 +
 +firefox-esr (91.1.0esr-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Fixes for mfsa2021-40, also known as CVE-2021-38495.
 +
 + -- Mike Hommey <glandium@debian.org>  Wed, 08 Sep 2021 07:46:16 +0900
 +
 +firefox-esr (91.0.1esr-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Fixes for mfsa2021-37, also known as CVE-2021-29991.
  
    * debian/import-tar.py, debian/repack.py: Fixed for python 3.9.
  
index 04b3e7231653387b91ce99e587f21fdc4d265296,30b0ca56f475afcd7305f7ddb0277baf575f3ff8..31c75202e6e0f39e7158d454f88e0a31dd8c5f3e
@@@ -16,6 -23,9 +16,10 @@@ debian-hacks/Use-the-Mozilla-Location-S
  debian-hacks/Avoid-using-vmrs-vmsr-on-armel.patch
  debian-hacks/Use-remoting-name-for-call-to-gdk_set_program_class.patch
  debian-hacks/Use-build-id-as-langpack-version-for-reproducibility.patch
 -debian-hacks/Don-t-build-ICU-in-parallel.patch
  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
+ raspbian-rust-triplet-hack.patch
+ try-to-disable-neon.patch
+ try-harder-to-disable-neon.patch
+ disable-neon-in-qcms.patch
diff --cc debian/rules
Simple merge