From 9e34a99fe728b374c6b9646b4e6dfd41b145e26b Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Tue, 8 Mar 2022 22:42:12 +0100 Subject: 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. --- nongnu/packages/mozilla.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index d7b32fe..7df2657 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -86,19 +86,19 @@ ;; 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-build-id "20220208000000") +(define %firefox-build-id "20220308000000") (define-public firefox (package (name "firefox") - (version "97.0") + (version "98.0") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "0a6z94kwgycgis4mgl13dh52kw7zmsya2qpxhcrh6b8j8z5pv2kc")))) + (base32 "1pglnq657vxz6ywlqhl8a6a24x4vkzwv0zk60rbh9n87s08lq2px")))) (build-system gnu-build-system) (arguments (list -- cgit v1.2.3