From db0bb9d0a680955cce7d5ea5b97ecee9fac7b7ea Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Wed, 9 Oct 2024 18:50:43 +0200 Subject: [PATCH] nongnu: firefox-esr: Update to 128.3.1esr [security fixes]. Fixes CVE-2024-9680. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.3.1esr. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/mozilla.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 2d2aaf5..3c7e457 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -84,19 +84,19 @@ ;; Update this id with every firefox update to its release date. ;; It's used for cache validation and therefore can lead to strange bugs. -(define %firefox-esr-build-id "20240930125522") +(define %firefox-esr-build-id "20241009105551") (define-public firefox-esr (package (name "firefox-esr") - (version "128.3.0esr") + (version "128.3.1esr") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "1b7klijyighsmwi4cfxqdyxxgmz7skjpjxw1pjh866mnfi6mdxak")))) + (base32 "1a3h7p7126pxzpidb1lqckvhfh1had805mai4l96mnc878phbx61")))) (build-system gnu-build-system) (arguments (list