diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-03-04 22:31:57 +0100 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-03-05 22:19:13 -0500 |
commit | 1a9a7431d350ad2630e13aef1e88361e2a4e163a (patch) | |
tree | b6d90d4319dd898973076b9b40c2be2b2cea99cf | |
parent | d0b6099324cd47961064bd96ae830c4ca6d1bada (diff) |
nongnu: firefox-esr: Update to 128.8.0esr [security fixes].
Fixes CVE-2024-43097, CVE-2025-1930, CVE-2025-1931, CVE-2025-1932,
CVE-2025-1933, CVE-2025-1934, CVE-2025-1935, CVE-2025-1936,
CVE-2025-1937, CVE-2025-1938.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.8.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 4a8c8db..98f142c 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 "20250203132125") +(define %firefox-esr-build-id "20250303134822") (define-public firefox-esr (package (name "firefox-esr") - (version "128.7.0esr") + (version "128.8.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 "1xwl6z8ax3dw5hjb5lwpl5641rmlizmfqs3xg74cnczsvm7bz9z0")) + (base32 "1grjk8r9bdapi7pqcbimbl65wvfrww7hy1fz7hmhyiw5q89cn7r0")) (patches (map (lambda (patch) (search-path |