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

Fixes CVE-2023-34414 and CVE-2023-34416.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.12.0esr.
This commit is contained in:
Jonathan Brielmaier 2023-06-07 11:19:31 +02:00
parent 550ab7e8be
commit 27a471f56b
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -95,19 +95,19 @@
;; Update this id with every firefox update to it's release date.
;; It's used for cache validation and therefor can lead to strange bugs.
(define %firefox-esr-build-id "20230509000000")
(define %firefox-esr-build-id "20230606000000")
(define-public firefox-esr
(package
(name "firefox-esr")
(version "102.11.0esr")
(version "102.12.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 "0cyfij00i9m1pwwyfhiq2qasbfr2ykdwziqykj8878kyjvkj1wg7"))))
(base32 "189irpd8xkwh3qixbbcmn5jblx7jz80rilcq8ihaawpmdh76safp"))))
(build-system gnu-build-system)
(arguments
(list