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

Fixes CVE-2024-29944.

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

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Tomas Volf 2024-03-22 16:54:27 +01:00 committed by John Kehayias
parent 5c33acaaa5
commit 5bfbb978e9
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -97,19 +97,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 "20240318135224")
(define %firefox-esr-build-id "20240322120907")
(define-public firefox-esr
(package
(name "firefox-esr")
(version "115.9.0esr")
(version "115.9.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 "00r847l2j2wk20wf1plbnz2ifyqkvwqmaqwq6zknsqz6qmqk6fyv"))))
(base32 "0agr8s42lpbq5gixsgj5kpcvimbnyx6msr4il4rvmf7gpw47hr93"))))
(build-system gnu-build-system)
(arguments
(list