summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2022-05-21 09:06:34 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-05-21 09:06:34 +0200
commite87ff5f3a24b8a0696b8259594ac4fcf6fce0bc3 (patch)
tree5309de4ca480e2edeb32c97a00af1f49c050a994
parenta95251a11f108b4d7f86a483841e3bf962ce9606 (diff)
nongnu: firefox: Upddate to 100.0.2 [security fixes].
Fixes CVE-2022-1802 and CVE-2022-1529. * nongnu/packages/mozilla.scm (firefox): Update to 100.0.2.
-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 d9e9d2f..455482c 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 "20220516000000")
+(define %firefox-build-id "20220520000000")
(define-public firefox
(package
(name "firefox")
- (version "100.0.1")
+ (version "100.0.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "178wqmrnf9cilhnw57s8h44ipx2r0im2jdrv98mx6siaqghmbg0k"))))
+ (base32 "05w499jjsi8n04zwwr5vskriddafd6dghyhlizykhsag41hrh46w"))))
(build-system gnu-build-system)
(arguments
(list