From d8c25a0ad28092a6831e01ed9099b7cfd09dc910 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 27 Nov 2024 23:02:47 +0100 Subject: [PATCH] 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. --- nongnu/packages/mozilla.scm | 8 ++++---- 1 file 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 ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2019, 2020 Adrian Malacoda -;;; Copyright © 2020-2023 Jonathan Brielmaier +;;; Copyright © 2020-2024 Jonathan Brielmaier ;;; Copyright © 2020 Zhu Zihao ;;; Copyright © 2021 pineapples ;;; Copyright © 2021, 2024 Brice Waegeneire @@ -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)