summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-02-04 21:12:56 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2025-02-06 21:46:52 +0100
commite4fafbad8ed8c5077941670e7eba00b7eb09469d (patch)
treea6d4619db67f71c81779c9c0ad7724225ea7c3b5
parent9b14c315efe02ce1936c3725df9f567461f14b7f (diff)
nongnu: firefox-esr: Update to 128.7.0esr [security fixes].
Fixes CVE-2024-11704, CVE-2025-1009, CVE-2025-1010, CVE-2025-1011, CVE-2025-1012, CVE-2025-1013, CVE-2025-1014, CVE-2025-1016, CVE-2025-1017. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.7.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 0c92990..88d47ec 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -86,19 +86,19 @@
86 86
87;; Update this id with every firefox update to its release date. 87;; Update this id with every firefox update to its release date.
88;; It's used for cache validation and therefore can lead to strange bugs. 88;; It's used for cache validation and therefore can lead to strange bugs.
89(define %firefox-esr-build-id "20250106141840") 89(define %firefox-esr-build-id "20250203132125")
90 90
91(define-public firefox-esr 91(define-public firefox-esr
92 (package 92 (package
93 (name "firefox-esr") 93 (name "firefox-esr")
94 (version "128.6.0esr") 94 (version "128.7.0esr")
95 (source 95 (source
96 (origin 96 (origin
97 (method url-fetch) 97 (method url-fetch)
98 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 98 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
99 version "/source/firefox-" version ".source.tar.xz")) 99 version "/source/firefox-" version ".source.tar.xz"))
100 (sha256 100 (sha256
101 (base32 "0245hrqmra5a3qhfj2jgq8ykvdabvnf48pjascfh419dw4y9v8xp")) 101 (base32 "1xwl6z8ax3dw5hjb5lwpl5641rmlizmfqs3xg74cnczsvm7bz9z0"))
102 (patches 102 (patches
103 (map (lambda (patch) 103 (map (lambda (patch)
104 (search-path 104 (search-path