From 817552dc8ba99328aede4db407f39bb3a850db97 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Fri, 12 May 2023 12:38:21 +0200 Subject: [PATCH] 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`. --- 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 093d8c2..e1d3a21 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -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)