summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-06-24 18:03:00 +0200
committerHilton Chain <hako@ultrarare.space>2025-06-25 03:04:30 +0800
commit57c186c44fdec1461af63286cb9442424ca8a0b2 (patch)
tree2dc001078fe13afc251e7f66c4505e98eb8af8ef
parent3cf2590392d022eecf873475c5dea583fb3d237a (diff)
nongnu: firefox-esr: Update to 128.12.0esr [security fixes].
Fixes CVE-2025-6424, CVE-2025-6425, CVE-2025-6426, CVE-2025-6429, CVE-2025-6430. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.12.0esr. 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 7798165b..d8deb825 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -87,19 +87,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 "20250526081800")
+(define %firefox-esr-build-id "20250623124138")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "128.11.0esr")
+ (version "128.12.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 "1v7zl6krm2vk3j30fd8zbnazvbqiwg93dgymrznfa3v798vr1vgj"))
+ (base32 "0gwpkpl053jv8j7bl8cjdqngxfj5wbj2mm48rqzws5nbqs3fpv9b"))
(patches
(map (lambda (patch)
(search-path