summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-02-25 01:54:32 +0100
committerJohn Kehayias <john.kehayias@protonmail.com>2026-02-25 14:36:40 -0500
commitbac100b7ef4f6a0516fe26cc28290adb1958b194 (patch)
tree91def2cc31070ead7a41f406a5f673b13adb28f6
parent4811a684f4ced58cebfa945c3ccbbca6c26807fd (diff)
nongnu: firefox-esr: Update to 140.8.0esr [security fixes].
Fixes CVE-2026-2757, CVE-2026-2758, CVE-2026-2759, CVE-2026-2760, CVE-2026-2761, CVE-2026-2762, CVE-2026-2763, CVE-2026-2764, CVE-2026-2765, CVE-2026-2766, CVE-2026-2767, CVE-2026-2768, CVE-2026-2769, CVE-2026-2770, CVE-2026-2771, CVE-2026-2772, CVE-2026-2773, CVE-2026-2774, CVE-2026-2775, CVE-2026-2776, CVE-2026-2777, CVE-2026-2778, CVE-2026-2779, CVE-2026-2780, CVE-2026-2781, CVE-2026-2782, CVE-2026-2783, CVE-2026-2784, CVE-2026-2785, CVE-2026-2786, CVE-2026-2787, CVE-2026-2788, CVE-2026-2789, CVE-2026-2790, CVE-2026-2791, CVE-2026-2792, CVE-2026-2793. * nongnu/packages/mozilla.scm (firefox-esr): Update to 140.8.0esr. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-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 caf4866..62101ff 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 "20260216125345")
+(define %firefox-esr-build-id "20260223141139")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "140.7.1esr")
+ (version "140.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 "09r8ydd7yh6x0fqm2rxcw9f71pyar0dpnv358bkb2ynimfp2cbg4"))
+ (base32 "1rl26836r8kl02mhkxni44xgclx03y24l1yqjxjky9v8xwwz79sp"))
(patches
(nongnu-patches
"firefox-restore-desktop-files.patch"