mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-23 00:48:08 +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.
|
;; 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.
|
;; 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
|
(define-public firefox
|
||||||
(package
|
(package
|
||||||
(name "firefox")
|
(name "firefox")
|
||||||
(version "85.0.2")
|
(version "86.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
|
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
|
||||||
version "/source/firefox-" version ".source.tar.xz"))
|
version "/source/firefox-" version ".source.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11s22qff36digwl3bhlsgqg8fprkip4jpvysr07199nscp1csmxi"))))
|
(base32 "1paqkflyfp7jh2cymkkaic4barxyglswfmrgjqdf7a7n5i54gb63"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -379,7 +379,7 @@
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("python2" ,python-2.7)
|
("python2" ,python-2.7)
|
||||||
("rust" ,rust-1.47)
|
("rust" ,rust-1.47)
|
||||||
("rust-cbindgen" ,rust-cbindgen-0.15)
|
("rust-cbindgen" ,rust-cbindgen-0.16)
|
||||||
("which" ,which)
|
("which" ,which)
|
||||||
("yasm" ,yasm)))
|
("yasm" ,yasm)))
|
||||||
(home-page "https://mozilla.org/firefox/")
|
(home-page "https://mozilla.org/firefox/")
|
||||||
|
|
Loading…
Reference in a new issue