summaryrefslogtreecommitdiff
path: root/nongnu/packages/mozilla.scm
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2023-05-12 12:38:21 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2023-05-12 12:38:21 +0200
commit817552dc8ba99328aede4db407f39bb3a850db97 (patch)
treeddea2aca51bbd8b2c44f63a6bb403fea0e1caafd /nongnu/packages/mozilla.scm
parente2954112f625305cdc158b148b44b7bdfec44aa8 (diff)
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`.
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-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 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)