nongnu: firefox: Update to 98.0 [security fixes].

Fixes CVE-2022-26383, CVE-2022-26384, CVE-2022-26387, CVE-2022-26381,
CVE-2022-26382, CVE-2022-26385 and CVE-2022-0843.

* nongnu/packages/mozilla.scm (firefox): Update to 98.0.
This commit is contained in:
Jonathan Brielmaier 2022-03-08 22:42:12 +01:00
parent 80ff4afc44
commit 9e34a99fe7
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -86,19 +86,19 @@
;; 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-build-id "20220208000000") (define %firefox-build-id "20220308000000")
(define-public firefox (define-public firefox
(package (package
(name "firefox") (name "firefox")
(version "97.0") (version "98.0")
(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 "0a6z94kwgycgis4mgl13dh52kw7zmsya2qpxhcrh6b8j8z5pv2kc")))) (base32 "1pglnq657vxz6ywlqhl8a6a24x4vkzwv0zk60rbh9n87s08lq2px"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list