summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-05-14 18:14:47 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-05-14 19:02:23 +0200
commit81d5098e9b7667814d9d62ad545ad9168e6baa23 (patch)
tree6ba34824c3f6031b268e3c72c6c58ef60b105712
parent7081518be7d2dbb58f3fbfeb1785254a6f0059c8 (diff)
nongnu: firefox-esr: Update to 115.11.0esr [security fixes].
Fixes CVE-2024-4367, CVE-2024-4767, CVE-2024-4768, CVE-2024-4769, CVE-2024-4770, CVE-2024-4777. * nongnu/packages/mozilla.scm (firefox-esr): Update to 115.11.0esr. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r--nongnu/packages/mozilla.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 0588ad6..7807894 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -97,19 +97,19 @@
;; 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-esr-build-id "20240415130026")
+(define %firefox-esr-build-id "20240513132822")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "115.10.0esr")
+ (version "115.11.0esr")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "1wpf4vcrvnvhnfzqavbkzqbn51bds1l9f6ld4mzh9xwm7mrkrz8a"))))
+ (base32 "1q15c318b5k8b5cady3w0xpwyala9ji0a62lsf5jnsimdbqldghn"))))
(build-system gnu-build-system)
(arguments
(list