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

Fixes CVE-2023-32205, CVE-2023-32206, CVE-2023-32207, CVE-2023-32211,
CVE-2023-32212, CVE-2023-32213, CVE-2023-32214 and CVE-2023-32215.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.11.0esr.
This commit is contained in:
Jonathan Brielmaier 2023-05-12 11:08:04 +02:00
parent 9d58bb6e3e
commit b3044ea938
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 "20230411000000")
(define %firefox-esr-build-id "20230509000000")
(define-public firefox-esr
(package
(name "firefox-esr")
(version "102.10.0esr")
(version "102.11.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 "1y7v19xxl6jchywd0zxy5vr4pj23pi6di4lhlivxpki2pkgm8scc"))))
(base32 "0cyfij00i9m1pwwyfhiq2qasbfr2ykdwziqykj8878kyjvkj1wg7"))))
(build-system gnu-build-system)
(arguments
(list