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

Fixes CVE-2022-46871, CVE-2022-46877, CVE-2023-23598, CVE-2023-23599,
CVE-2023-23601, CVE-2023-23602, CVE-2023-23603, and CVE-2023-23605.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.7.0.
This commit is contained in:
John Kehayias 2023-01-17 23:19:06 -05:00
parent ce3a334e1c
commit 94f631012a
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -233,19 +233,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 "20221213000000")
(define %firefox-esr-build-id "20230117000000")
(define-public firefox-esr
(package
(name "firefox-esr")
(version "102.6.0esr")
(version "102.7.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 "1zhggzrk7lgip8jm37idh22qks76kmjy4yqy2qi63mvnv2j58cfj"))))
(base32 "1ahl66x8chnsz80capqa5ivyrqhc50s91zrcgz1jxd7w2ws61957"))))
(build-system gnu-build-system)
(arguments
(list