summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-05-18 00:29:36 +0200
committerHilton Chain <hako@ultrarare.space>2025-05-18 19:59:30 +0800
commit3f530e5b31460fd05a460bec45072201809d57fc (patch)
tree69072de6c36ace3d5a25456678adb6d3c6e6f78a
parent366eb8a5b3899db4343e92e7c13fc4c5cc89d332 (diff)
nongnu: firefox-esr: Update to 128.10.1esr [security fixes].
Fixes CVE-2025-4920, CVE-2025-4921. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.10.1esr. Signed-off-by: Hilton Chain <hako@ultrarare.space>
-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 4795efe8..fdda312a 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -86,19 +86,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 "20250428115526")
+(define %firefox-esr-build-id "20250517203007")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "128.10.0esr")
+ (version "128.10.1esr")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "1bqw0xmhr6v25lbbqipdcpnvgffvhj5484qdghn3x2qswhk3xn1f"))
+ (base32 "1fd0znc7ar0sh2gx204bhifl82qr5al9mxz0804l1ylbm7g2anz8"))
(patches
(map (lambda (patch)
(search-path