summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2022-03-08 22:42:12 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-03-08 23:02:15 +0100
commit9e34a99fe728b374c6b9646b4e6dfd41b145e26b (patch)
treed5bf9d992cda58f5a56984fe3abe997be24981b0
parent80ff4afc449ab12901196cad3e521797141be212 (diff)
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.
-rw-r--r--nongnu/packages/mozilla.scm6
1 files 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