From 22d7c3dd547de54c2828c0ad675a2c2e06041f92 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Apr 2024 17:12:13 +0200 Subject: Merging debian version 115.8.0esr-1~deb12u1. Signed-off-by: Daniel Baumann --- debian/changelog | 9 +++++++++ .../patches/debian-hacks/Relax-nodejs-minimum-version.patch | 12 ++++++------ debian/patches/debian-hacks/Set-DPI-to-system-settings.patch | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 784bc9a71b..fdd5e2bbce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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~deb12u1progress7u1) graograman; urgency=medium * Initial reupload to graograman. diff --git a/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch b/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch index 8839a39026..cd5517cee3 100644 --- a/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch +++ b/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch @@ -7,15 +7,15 @@ Subject: Relax nodejs minimum version 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozbuild/mozbuild/nodeutil.py b/python/mozbuild/mozbuild/nodeutil.py -index 8ec724a..efc7b7f 100644 +index 42f2627..c0e766c 100644 --- a/python/mozbuild/mozbuild/nodeutil.py +++ b/python/mozbuild/mozbuild/nodeutil.py -@@ -11,7 +11,7 @@ from mozboot.util import get_tools_dir - from mozfile import which +@@ -11,7 +11,7 @@ from mozfile import which + from packaging.version import Version from six import PY3 --NODE_MIN_VERSION = StrictVersion("12.22.12") -+NODE_MIN_VERSION = StrictVersion("12.22") - NPM_MIN_VERSION = StrictVersion("6.14.16") +-NODE_MIN_VERSION = Version("12.22.12") ++NODE_MIN_VERSION = Version("12.22") + NPM_MIN_VERSION = Version("6.14.16") diff --git a/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch b/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch index fdd947bd4a..ca1feb9543 100644 --- a/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch +++ b/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch @@ -7,7 +7,7 @@ Subject: Set DPI to system settings 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml -index ba2705d..c1b0831 100644 +index f32cab1..700dcb4 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -8256,7 +8256,7 @@ -- cgit v1.2.3