From dcbd889c1b8ce2511d87765728d768aa220b5ab0 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 30 Mar 2022 14:02:48 -0400 Subject: lw 98.0 stackrpms rc1 --- librewolf/debian/changelog | 95 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 7 deletions(-) (limited to 'librewolf/debian/changelog') diff --git a/librewolf/debian/changelog b/librewolf/debian/changelog index 900e7ab..561a836 100644 --- a/librewolf/debian/changelog +++ b/librewolf/debian/changelog @@ -1,16 +1,97 @@ -librewolf (95.0.1-1+stackrpms) unstable; urgency=low +librewolf (98.0-2+stackrpms) obs; urgency=low - * Fork to stackrpms release of LibreWolf. - * USE AT YOUR OWN RISK! This is a customized package for - stackrpms usage. + * Fork to librewolf release - -- B. Stack Wed, 05 Jan 2022 16:23:43 -0500 + -- B. Stack Wed, 30 Mar 2022 13:55:33 -0400 -librewolf (95.0.1-1) unstable; urgency=low +librewolf (98.0-2) unstable; urgency=low * Fork to librewolf release - -- B. Stack Wed, 29 Dec 2021 14:58:04 +0000 + -- B. Stack Tue, 22 Mar 2022 19:01:42 -0400 + +firefox (98.0-2) unstable; urgency=medium + + * debian/rules: Install crash reporter files on arm64. + + * js/src/jit/GenerateAtomicOperations.py: Work around a GCC issue with + generated atomics. bz#1756347. + + -- Mike Hommey Thu, 10 Mar 2022 09:09:43 +0900 + +firefox (98.0-1) unstable; urgency=medium + + * New upstream release. + * Fixes for mfsa2022-10, also known as: + CVE-2022-26383, CVE-2022-26384, CVE-2022-26387, CVE-2022-26381, + CVE-2022-26382, CVE-2022-26385, CVE-2022-0843. + * Fixes for mfsa2022-09, also known as: CVE-2022-26485, CVE-2022-26486. + + * debian/control*: + - Bump nss build dependency. + - Downgrade rust dependency to 1.56, and cargo to 0.57. + + * Cargo.lock, config/makefiles/rust.mk, python/mozboot/mozboot/util.py, + servo/components/style/Cargo.toml, servo/components/style/build.rs, + servo/components/style/lib.rs, + servo/components/style/stylesheets/page_rule.rs, + servo/components/style/stylist.rs, + third_party/rust/audioipc2-client/.cargo-checksum.json, + third_party/rust/audioipc2-client/Cargo.toml, + third_party/rust/audioipc2-client/build.rs, + third_party/rust/audioipc2-client/src/lib.rs, + third_party/rust/wgpu-hal/.cargo-checksum.json, + third_party/rust/wgpu-hal/src/gles/egl.rs: Relax minimum supported Rust + version to 1.56.0. + + -- Mike Hommey Wed, 09 Mar 2022 07:09:27 +0900 + +firefox (97.0-1) unstable; urgency=medium + + * New upstream release. + * Fixes for mfsa2022-04, also known as: + CVE-2022-22754, CVE-2022-22755, CVE-2022-22756, CVE-2022-22759, + CVE-2022-22760, CVE-2022-22761, CVE-2022-22764, CVE-2022-0511. + + * debian/control*: Bump nss, rustc and cargo build dependencies. + * debian/browser.install.in: Install libipcclientcerts.so. + + -- Mike Hommey Wed, 09 Feb 2022 07:53:42 +0900 + +firefox (96.0.3-1) unstable; urgency=medium + + * New upstream release. + + -- Mike Hommey Mon, 31 Jan 2022 06:21:31 +0900 + +firefox (96.0.1-1) unstable; urgency=medium + + * New upstream release. + + * modules/libpref/init/StaticPrefList.yaml: Disable cookie sameSite + schemeful. bz#1750264. + * dom/media/webrtc/third_party_build/gn-configs/x64_*_arm_linux.json, + dom/media/webrtc/third_party_build/gn-configs/x64_*_ppc64_linux.json, + third_party/libwebrtc/**/moz.build: Add webrtc configs for arm and + ppc64 linux. bz#1738845. + + -- Mike Hommey Sat, 15 Jan 2022 07:41:14 +0900 + +firefox (96.0-1) unstable; urgency=medium + + * New upstream release. + * Fixes for mfsa2022-01, also known as: + CVE-2022-22743, CVE-2022-22742, CVE-2022-22741, CVE-2022-22740, + CVE-2022-22738, CVE-2022-22737, CVE-2021-4140, CVE-2022-22748, + CVE-2022-22745, CVE-2022-22747, CVE-2022-22739, CVE-2022-22751, + CVE-2022-22752. + + * debian/rules: + - Adjust preprocessor command to upstream changes. + - Set an objdir when using the preprocessor, and clean that up. + * debian/control*: Bump nss build dependency. + + -- Mike Hommey Wed, 12 Jan 2022 08:03:30 +0900 firefox (95.0.1-1) unstable; urgency=medium -- cgit