From 4c0b9a86521a6d06c895b41e62c254da83feff7a Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sat, 15 Jan 2022 20:31:05 +0100 Subject: nongnu: firefox: Update to 96.0 [security fixes]. Fixes CVE-2022-22746, CVE-2022-22743, CVE-2022-22742, CVE-2022-22741, CVE-2022-22740, CVE-2022-22738, CVE-2022-22737, CVE-2021-4140, CVE-2022-22750, CVE-2022-22749, CVE-2022-22748, CVE-2022-22745, CVE-2022-22744, CVE-2022-22747, CVE-2022-22736, CVE-2022-22739, CVE-2022-22751 and CVE-2022-22752. * nongnu/packages/mozilla.scm (firefox): Update to 96.0. [inputs]: Use `icu4c-70`. --- nongnu/packages/mozilla.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 8d28928..c43bccb 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2020 Oleg Pykhalov ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2019, 2020 Adrian Malacoda -;;; Copyright © 2020, 2021 Jonathan Brielmaier +;;; Copyright © 2020-2022 Jonathan Brielmaier ;;; Copyright © 2020 Zhu Zihao ;;; Copyright © 2021 pineapples ;;; Copyright © 2021 Brice Waegeneire @@ -83,19 +83,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 "20211219000000") +(define %firefox-build-id "20220111000000") (define-public firefox (package (name "firefox") - (version "95.0.2") + (version "96.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 "0r2dwymgrv25yz8jlsgdmmxs77880dp9r859val3kgbr37vcny61")))) + (base32 "1h30g34mrkx1dlad8iszr7npmym6r2bw89pd9xsf53w3mla35c5l")))) (build-system gnu-build-system) (arguments `(#:configure-flags @@ -362,7 +362,7 @@ ("gtk+" ,gtk+) ("gtk+-2" ,gtk+-2) ("hunspell" ,hunspell) - ("icu4c" ,icu4c) + ("icu4c" ,icu4c-70) ("jemalloc" ,jemalloc) ("libcanberra" ,libcanberra) ("libevent" ,libevent) -- cgit v1.2.3