summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2024-11-27 23:02:47 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-11-27 23:02:47 +0100
commitd8c25a0ad28092a6831e01ed9099b7cfd09dc910 (patch)
treeaae9223594a1aac2a29f66dcafc86a9b4a2e42a9 /nongnu
parent8dbfc04639cf198bef92d6f7f90472564bdb5727 (diff)
nongnu: firefox: Update to 133.0 [security fixes].
Fixes CVE-2024-11691, CVE-2024-11692, CVE-2024-11693, CVE-2024-11694, CVE-2024-11695, CVE-2024-11696, CVE-2024-11697, CVE-2024-11698, CVE-2024-11699, CVE-2024-11700, CVE-2024-11701, CVE-2024-11702, CVE-2024-11703, CVE-2024-11704, CVE-2024-11705, CVE-2024-11706 and CVE-2024-11708. * nongnu/packages/mozilla.scm (firefox): Update to 133.0.
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/mozilla.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 4137ad9..656bf7b 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-2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2020-2024 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2021 pineapples <guixuser6392@protonmail.com>
;;; Copyright © 2021, 2024 Brice Waegeneire <brice@waegenei.re>
@@ -528,13 +528,13 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
;; Update this id with every firefox update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs.
-(define %firefox-build-id "20241014032024")
+(define %firefox-build-id "20241126000000")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "131.0.3")
+ (version "133.0")
(source
(origin
(method url-fetch)
@@ -546,7 +546,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
%load-path)
"firefox-restore-desktop-files.patch")))
(sha256
- (base32 "1l30y1pf2kkhnnnazj2x7j1hy3sxz6x9vjj3lbx3wi9pfzwz6zbs"))))
+ (base32 "0q6cqfnwc2x09frdvsndmhck8ixrnbl281j9rqw5w8bd7fd2qas9"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)