summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2023-03-14 19:23:29 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2023-03-14 19:23:29 +0100
commit07f6c3fb2b825fb1b14b2896f9e650fee6ae916a (patch)
tree2262987af40ccf45b640675d54e542a44a1c7dd4
parent2dde2a60067ee383b753b85d608a7c20ff315634 (diff)
nongnu: firefox-esr: Update to 102.9.0esr [security fixes].
Fixes CVE-2023-25751, CVE-2023-25752, CVE-2023-28162, CVE-2023-28163, CVE-2023-28164 and CVE-2023-28176. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.9.0esr.
-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 4a18ed9..b9384d8 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -249,19 +249,19 @@ according to Unicode Standard Annex #31")
249 249
250;; Update this id with every firefox update to it's release date. 250;; Update this id with every firefox update to it's release date.
251;; It's used for cache validation and therefor can lead to strange bugs. 251;; It's used for cache validation and therefor can lead to strange bugs.
252(define %firefox-esr-build-id "20230214000000") 252(define %firefox-esr-build-id "20230313000000")
253 253
254(define-public firefox-esr 254(define-public firefox-esr
255 (package 255 (package
256 (name "firefox-esr") 256 (name "firefox-esr")
257 (version "102.8.0esr") 257 (version "102.9.0esr")
258 (source 258 (source
259 (origin 259 (origin
260 (method url-fetch) 260 (method url-fetch)
261 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 261 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
262 version "/source/firefox-" version ".source.tar.xz")) 262 version "/source/firefox-" version ".source.tar.xz"))
263 (sha256 263 (sha256
264 (base32 "0j6afrgfsmd0adbbmffw4p1f2hznpck9d36z3bsjx36f7cjgdy27")))) 264 (base32 "1l8xlbba8sa9dg132k96ch8mz97i5lyhpvkxi8d85jh97xi79c1i"))))
265 (build-system gnu-build-system) 265 (build-system gnu-build-system)
266 (arguments 266 (arguments
267 (list 267 (list