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 <jonathan.brielmaier@web.de>
This commit is contained in:
Tomas Volf 2024-10-09 18:50:43 +02:00 committed by Jonathan Brielmaier
parent ea84538b88
commit db0bb9d0a6
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -84,19 +84,19 @@
;; Update this id with every firefox update to its release date. ;; Update this id with every firefox update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs. ;; 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 (define-public firefox-esr
(package (package
(name "firefox-esr") (name "firefox-esr")
(version "128.3.0esr") (version "128.3.1esr")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz")) version "/source/firefox-" version ".source.tar.xz"))
(sha256 (sha256
(base32 "1b7klijyighsmwi4cfxqdyxxgmz7skjpjxw1pjh866mnfi6mdxak")))) (base32 "1a3h7p7126pxzpidb1lqckvhfh1had805mai4l96mnc878phbx61"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list