summaryrefslogtreecommitdiff
path: root/nongnu/packages/mozilla.scm
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2021-02-24 12:12:20 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2021-02-24 12:12:20 +0100
commit8e6214f685964114199bd2435c04b919377a8cda (patch)
tree467f43aabe540240c7f48446e6f2a2167263056b /nongnu/packages/mozilla.scm
parent7428b7288eed0a50eed7a4fe373ac92c06a84588 (diff)
nongnu: firefox: Update to 86.0 [security fixes].
Fixes CVE-2021-23969, CVE-2021-23970, CVE-2021-23968, CVE-2021-23974, CVE-2021-23971, CVE-2021-23976, CVE-2021-23977, CVE-2021-23972, CVE-2021-23975, CVE-2021-23973, CVE-2021-23978 and CVE-2021-23979. * nongnu/packages/mozilla.scm (firefox): Update to 86.0.
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-rw-r--r--nongnu/packages/mozilla.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 60a3385..fcacd54 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -78,19 +78,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 "20210209000000")
+(define %firefox-build-id "20210223000000")
(define-public firefox
(package
(name "firefox")
- (version "85.0.2")
+ (version "86.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 "11s22qff36digwl3bhlsgqg8fprkip4jpvysr07199nscp1csmxi"))))
+ (base32 "1paqkflyfp7jh2cymkkaic4barxyglswfmrgjqdf7a7n5i54gb63"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -379,7 +379,7 @@
("python" ,python)
("python2" ,python-2.7)
("rust" ,rust-1.47)
- ("rust-cbindgen" ,rust-cbindgen-0.15)
+ ("rust-cbindgen" ,rust-cbindgen-0.16)
("which" ,which)
("yasm" ,yasm)))
(home-page "https://mozilla.org/firefox/")