diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-05-27 17:49:04 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-28 20:23:54 +0800 |
commit | b2a1bbec492a839382e9332d30e631856d7cd027 (patch) | |
tree | e8cfe7f243526ff827b5bb52468651a716329173 | |
parent | 4d9305bf3bdf1e966a0fba315b2dbc2d48c7c497 (diff) |
nongnu: firefox-esr: Update to 128.11.0esr [security fixes].
Fixes CVE-2025-5262, CVE-2025-5263, CVE-2025-5264, CVE-2025-5265,
CVE-2025-5266, CVE-2025-5267, CVE-2025-5268, CVE-2025-5269.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.11.0esr.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
-rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index fdda312a..3568d165 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 "20250517203007") +(define %firefox-esr-build-id "20250526081800") (define-public firefox-esr (package (name "firefox-esr") - (version "128.10.1esr") + (version "128.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 "1fd0znc7ar0sh2gx204bhifl82qr5al9mxz0804l1ylbm7g2anz8")) + (base32 "1v7zl6krm2vk3j30fd8zbnazvbqiwg93dgymrznfa3v798vr1vgj")) (patches (map (lambda (patch) (search-path |