nongnu: firefox Update to 100.0 [security fixes].

Fixes CVE-2022-29909, CVE-2022-29910, CVE-2022-29911, CVE-2022-29914,
CVE-2022-29915, CVE-2022-29916, CVE-2022-29917 and CVE-2022-29918.

* nongnu/packages/mozilla.scm (firefox): Update to 100.0.
This commit is contained in:
Jonathan Brielmaier 2022-05-05 19:05:11 +02:00
parent 176f36df21
commit 8f8bdc8ec6
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 "20220412000000") (define %firefox-build-id "20220503000000")
(define-public firefox (define-public firefox
(package (package
(name "firefox") (name "firefox")
(version "99.0.1") (version "100.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 "02z0fa55nmnl90hiyqq0b65r3mg09c339l5jidr8ln4rrrwj5lkn")))) (base32 "0zsy5nxkq44k23bcgswfl4rxaib0k52d2lp6lim8hw7vw320qk36"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list