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

Fixes CVE-2022-40956, CVE-2022-40957, CVE-2022-40958, CVE-2022-40959,
CVE-2022-40960 and CVE-2022-40962.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.3.0esr.
This commit is contained in:
Jonathan Brielmaier 2022-09-22 19:50:36 +02:00
parent 415aeda016
commit ccb2e98821
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -271,19 +271,19 @@ according to Unicode Standard Annex #31")
;; 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 "20220823000000")
(define %firefox-esr-build-id "20220920000000")
(define-public firefox-esr
(package
(name "firefox-esr")
(version "102.2.0esr")
(version "102.3.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 "1zwpgis7py1bf8p88pz3mpai6a02qrdb8ww2fa9kxxdl9b8r2k81"))))
(base32 "0nmm861p4zakdvi9lj0ac8dkf9v17250rzcmrx1f6r7rvjv273ih"))))
(build-system gnu-build-system)
(arguments
(list