summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2022-01-15 20:31:05 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-01-15 20:31:05 +0100
commit4c0b9a86521a6d06c895b41e62c254da83feff7a (patch)
tree5c8ece823616a83ecf5fd6aed1b45b7c7452e961
parentf93ee0b8b170ac5963c59a3c25ddb7f5ef242aaf (diff)
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`.
-rw-r--r--nongnu/packages/mozilla.scm10
1 files 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 <go.wigust@gmail.com>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2019, 2020 Adrian Malacoda <malacoda@monarch-pass.net>
-;;; Copyright © 2020, 2021 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2020-2022 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2021 pineapples <guixuser6392@protonmail.com>
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
@@ -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)