nongnu: firefox-esr: Update to 128.12.0esr [security fixes].

Fixes CVE-2025-6424, CVE-2025-6425, CVE-2025-6426, CVE-2025-6429,
CVE-2025-6430.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.12.0esr.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Tomas Volf 2025-06-24 18:03:00 +02:00 committed by Hilton Chain
parent 3cf2590392
commit 57c186c44f
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -87,19 +87,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 "20250526081800") (define %firefox-esr-build-id "20250623124138")
(define-public firefox-esr (define-public firefox-esr
(package (package
(name "firefox-esr") (name "firefox-esr")
(version "128.11.0esr") (version "128.12.0esr")
(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 "1v7zl6krm2vk3j30fd8zbnazvbqiwg93dgymrznfa3v798vr1vgj")) (base32 "0gwpkpl053jv8j7bl8cjdqngxfj5wbj2mm48rqzws5nbqs3fpv9b"))
(patches (patches
(map (lambda (patch) (map (lambda (patch)
(search-path (search-path