summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-04-28 21:01:25 +0200
committerHilton Chain <hako@ultrarare.space>2026-05-02 01:59:13 +0800
commit7e2c3063e508cbec140680702b69f914f6c37534 (patch)
tree317bba52bbc67e83cd017c5d2f860ef7b6c687b5
parentc68b963b8c826d14e0d93ad928cc87e5dd07ae1b (diff)
nongnu: firefox-esr: Update to 140.10.1esr [security fixes].
Fixes CVE-2026-6746, CVE-2026-6747, CVE-2026-6748, CVE-2026-6749, CVE-2026-6750, CVE-2026-6751, CVE-2026-6752, CVE-2026-6753, CVE-2026-6754, CVE-2026-6757, CVE-2026-6759, CVE-2026-6761, CVE-2026-6762, CVE-2026-6763, CVE-2026-6764, CVE-2026-6765, CVE-2026-6766, CVE-2026-6767, CVE-2026-6769, CVE-2026-6770, CVE-2026-6771, CVE-2026-6772, CVE-2026-6776, CVE-2026-6785, CVE-2026-6786, CVE-2026-7320, CVE-2026-7321, CVE-2026-7322, CVE-2026-7323. * nongnu/packages/mozilla.scm (firefox-esr): Update to 140.10.1esr. Signed-off-by: Hilton Chain <hako@ultrarare.space>
-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 a055c45..02367a7 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 "20260407093607")
+(define %firefox-esr-build-id "20260428112555")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "140.9.1esr")
+ (version "140.10.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 "1hld2kbzvrmr7pqq0r5hw639xl8kw29lm2hsbn0m4kxang1fdlj5"))
+ (base32 "1fx52y52c3dmgr5gm64x40r2n6zq5ckqiqsd6vlhsly5wb1w0xaf"))
(patches
(nongnu-patches
"firefox-restore-desktop-files.patch"