diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-02-16 16:17:22 +0100 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-02-16 12:43:10 -0500 |
| commit | 1980960f932063f42f97ad3be4b020f68d24e62b (patch) | |
| tree | 47c4f3b609a25967c65c8c283fcda1410900ff03 /nongnu/packages/mozilla.scm | |
| parent | 440b07a4e0e2722b03389b793346ac841e7c1de6 (diff) | |
nongnu: firefox-esr: Update to 140.7.1esr [security fixes].
Fixes CVE-2026-2447.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 140.7.1esr.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages/mozilla.scm')
| -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 a4ca650..caf4866 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -88,19 +88,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 "20260112140008") +(define %firefox-esr-build-id "20260216125345") (define-public firefox-esr (package (name "firefox-esr") - (version "140.7.0esr") + (version "140.7.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 "0a8mrc4pja4cjhayg4af5lsfrf7161gfq03idwik0vvjf68772k0")) + (base32 "09r8ydd7yh6x0fqm2rxcw9f71pyar0dpnv358bkb2ynimfp2cbg4")) (patches (nongnu-patches "firefox-restore-desktop-files.patch" |
