summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-06-16 22:24:33 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2026-06-16 23:06:04 +0200
commitf946e8d849820bd0bf9dba6823870a6646a4f7ba (patch)
tree921415e70b0f2e7a127955a3da823a3b7f295b6b
parent8bb44c03e410a1adf32de1869c4815964c1c4865 (diff)
nongnu: firefox-esr: Update to 140.12.0esr [security fixes].
Fixes CVE-2026-12289, CVE-2026-12290, CVE-2026-12291, CVE-2026-12292, CVE-2026-12294, CVE-2026-12295, CVE-2026-12296, CVE-2026-12297, CVE-2026-12298, CVE-2026-12299, CVE-2026-12302, CVE-2026-12304, CVE-2026-12305, CVE-2026-12306, CVE-2026-12307, CVE-2026-12308, CVE-2026-12309, CVE-2026-12310, CVE-2026-12311, CVE-2026-12312, CVE-2026-12313, CVE-2026-12314, CVE-2026-12315, CVE-2026-12324, CVE-2026-12325, CVE-2026-12327, CVE-2026-12328, CVE-2026-12329, CVE-2026-12330. * nongnu/packages/mozilla.scm (firefox-esr): Update to 140.12.0esr. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-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 63ed03c..8b0af01 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -88,19 +88,19 @@
88 88
89;; Update this id with every firefox update to its release date. 89;; Update this id with every firefox update to its release date.
90;; It's used for cache validation and therefore can lead to strange bugs. 90;; It's used for cache validation and therefore can lead to strange bugs.
91(define %firefox-esr-build-id "20260518115835") 91(define %firefox-esr-build-id "20260615135810")
92 92
93(define-public firefox-esr 93(define-public firefox-esr
94 (package 94 (package
95 (name "firefox-esr") 95 (name "firefox-esr")
96 (version "140.11.0esr") 96 (version "140.12.0esr")
97 (source 97 (source
98 (origin 98 (origin
99 (method url-fetch) 99 (method url-fetch)
100 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 100 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
101 version "/source/firefox-" version ".source.tar.xz")) 101 version "/source/firefox-" version ".source.tar.xz"))
102 (sha256 102 (sha256
103 (base32 "0a70qpx0grqyqxzdyaxdb2xcc5932dai05bsh0jdlvrm2whls0qv")) 103 (base32 "0qnfmkasmnjkk2hia95h3i3qr34mbm4fys495cqb8lhi0bvbkpw5"))
104 (patches 104 (patches
105 (nongnu-patches 105 (nongnu-patches
106 "firefox-restore-desktop-files.patch" 106 "firefox-restore-desktop-files.patch"