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.
This commit is contained in:
Jonathan Brielmaier 2024-11-27 23:02:47 +01:00
parent 8dbfc04639
commit d8c25a0ad2
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -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)