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

Fixes CVE-2024-43097, CVE-2025-1930, CVE-2025-1931, CVE-2025-1932,
CVE-2025-1933, CVE-2025-1934, CVE-2025-1935, CVE-2025-1936,
CVE-2025-1937, CVE-2025-1938.

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

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Tomas Volf 2025-03-04 22:31:57 +01:00 committed by John Kehayias
parent d0b6099324
commit 1a9a7431d3
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -87,19 +87,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 "20250203132125")
(define %firefox-esr-build-id "20250303134822")
(define-public firefox-esr
(package
(name "firefox-esr")
(version "128.7.0esr")
(version "128.8.0esr")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
(base32 "1xwl6z8ax3dw5hjb5lwpl5641rmlizmfqs3xg74cnczsvm7bz9z0"))
(base32 "1grjk8r9bdapi7pqcbimbl65wvfrww7hy1fz7hmhyiw5q89cn7r0"))
(patches
(map (lambda (patch)
(search-path