nongnu: firefox: Update to 113.0 [security fixes].

Fixes CVE-2023-32205, CVE-2023-32206, CVE-2023-32207, CVE-2023-32208,
CVE-2023-32209, CVE-2023-32210, CVE-2023-32211, CVE-2023-32212,
CVE-2023-32213, CVE-2023-32214, CVE-2023-32215, CVE-2023-32216 and
MFSA-TMP-2023-0002.

* nongnu/packages/mozilla.scm (firefox): Update to 113.0.
(rust-firefox): Set to `rust` as this is now `rust-1.67`.
This commit is contained in:
Jonathan Brielmaier 2023-05-12 12:38:21 +02:00
parent e2954112f6
commit 817552dc8b
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -75,7 +75,7 @@
;; https://searchfox.org under the particular firefox release, like
;; mozilla-esr102.
(define-public rust-firefox-esr rust) ; 1.60 is the default in Guix
(define-public rust-firefox (@@ (gnu packages rust) rust-1.65)) ; 1.63 is also listed, but 1.61 is the minimum needed
(define-public rust-firefox rust) ; 1.65 is the minimum
(define icu4c-72
(package
@ -512,20 +512,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
;; 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 "20230425000000")
(define %firefox-build-id "20230509000000")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
(version "112.0.2")
(version "113.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 "0blrcnak6gk8m05yah5mxq336rdbr7k50vi98mncmcc27fd83976"))))
(base32 "09r60z34clfidx7nmgsckww262n8l1z50lrlkc3n634xrd2609ks"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)