summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-03-27 21:47:46 +0100
committerJohn Kehayias <john.kehayias@protonmail.com>2026-03-27 17:30:04 -0400
commit62ea83535efec8809187c8110b5583b79d053686 (patch)
treeeee6a94226026d8199f204a13708a5fd984fe466 /nongnu/packages
parent1ceaab0101dbcd6fd359cb40432d3a782363a97f (diff)
nongnu: firefox-esr: Update to 140.9.0esr [security fixes].HEADmaster
Fixes CVE-2025-59375, CVE-2026-4684, CVE-2026-4685, CVE-2026-4686, CVE-2026-4687, CVE-2026-4688, CVE-2026-4689, CVE-2026-4690, CVE-2026-4691, CVE-2026-4692, CVE-2026-4693, CVE-2026-4694, CVE-2026-4695, CVE-2026-4696, CVE-2026-4697, CVE-2026-4698, CVE-2026-4699, CVE-2026-4700, CVE-2026-4701, CVE-2026-4702, CVE-2026-4704, CVE-2026-4705, CVE-2026-4706, CVE-2026-4707, CVE-2026-4708, CVE-2026-4709, CVE-2026-4710, CVE-2026-4711, CVE-2026-4712, CVE-2026-4713, CVE-2026-4714, CVE-2026-4715, CVE-2026-4716, CVE-2026-4717, CVE-2026-4718, CVE-2026-4719, CVE-2026-4720, CVE-2026-4721. * nongnu/packages/mozilla.scm (firefox-esr): Update to 140.9.0esr. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages')
-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 57798e2..5c0400f 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 "20260223141139")
+(define %firefox-esr-build-id "20260323123835")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "140.8.0esr")
+ (version "140.9.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 "1rl26836r8kl02mhkxni44xgclx03y24l1yqjxjky9v8xwwz79sp"))
+ (base32 "0b79x61w51fjf12p5sr9pipg4b3fjdnbsg0j20fdai3jq6jb4wmr"))
(patches
(nongnu-patches
"firefox-restore-desktop-files.patch"