From 8e6214f685964114199bd2435c04b919377a8cda Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 24 Feb 2021 12:12:20 +0100 Subject: 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. --- nongnu/packages/mozilla.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nongnu/packages') 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/") -- cgit v1.2.3