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

This fixes CVE-2022-38472, CVE-2022-38473, CVE-2022-38476,
CVE-2022-38477 and CVE-2022-38478.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.2.0esr.
This commit is contained in:
Jonathan Brielmaier 2022-08-23 18:38:23 +02:00
parent f1961c103a
commit 13644a6bb8
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -533,19 +533,19 @@ according to Unicode Standard Annex #31")
;; Update this id with every firefox update to it's release date. ;; 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. ;; It's used for cache validation and therefor can lead to strange bugs.
(define %firefox-esr-build-id "20220726000000") (define %firefox-esr-build-id "20220823000000")
(define-public firefox-esr (define-public firefox-esr
(package (package
(name "firefox-esr") (name "firefox-esr")
(version "102.1.0esr") (version "102.2.0esr")
(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 "0q4lawxynvdiihlqnqiwxdp0ai71qq2fp6mkdsy5p08vgmr6wyv3")))) (base32 "1zwpgis7py1bf8p88pz3mpai6a02qrdb8ww2fa9kxxdl9b8r2k81"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list