mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
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.
This commit is contained in:
parent
7428b7288e
commit
8e6214f685
1 changed files with 4 additions and 4 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue