diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-01-07 17:56:29 +0100 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-08 14:44:01 -0500 |
commit | 7912c08045872e8d31597e0c943a1bf6edf0056c (patch) | |
tree | ad1d7ae694b3b1fc06e0abf5f8380fc6cfc4759b | |
parent | 6dc7d74abd47a4508bafa2a0ab58f6230fdfb904 (diff) |
nongnu: firefox-esr: Update to 128.6.0esr [security fixes].
Fixes CVE-2025-0237, CVE-2025-0238, CVE-2025-0239, CVE-2025-0240,
CVE-2025-0241, CVE-2025-0242, CVE-2025-0243.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.6.0esr.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-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 a06b2af9..b20450ab 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 "20241212121753") +(define %firefox-esr-build-id "20250106141840") (define-public firefox-esr (package (name "firefox-esr") - (version "128.5.2esr") + (version "128.6.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 "13rmd16ib5s9bm4yyr5q4i8dayaq38fglr4c9fjbv729h7mk7mi5")) + (base32 "0245hrqmra5a3qhfj2jgq8ykvdabvnf48pjascfh419dw4y9v8xp")) (patches (map (lambda (patch) (search-path |