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

Fixes CVE-2023-4863.

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

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
Tomas Volf 2023-09-13 00:41:25 +02:00 committed by Jelle Licht
parent e951cda078
commit fd8ebc2cda
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -95,19 +95,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 "20230829000000") (define %firefox-esr-build-id "20230912000000")
(define-public firefox-esr (define-public firefox-esr
(package (package
(name "firefox-esr") (name "firefox-esr")
(version "115.2.0esr") (version "115.2.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 "0mr4swx3yx2digni71vqy3gckxh0y4417k37rfi5bnaql794slsi")))) (base32 "0rn9a099n9hwbbxmys4arjid06knzzvrg913azl60zmd0fvbafal"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list