summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <wolf@wolfsden.cz>2023-08-29 17:47:58 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2023-08-30 23:38:30 +0200
commit5ec7313c123c73727546e58134324369eee4e0bf (patch)
treec9a6d0a90def01e3a7a239d291a655b74cae1b28
parent639c25bb691129607b4aa5bd87ad13f9c3d2667c (diff)
nongnu: firefox-esr: Update to 115.2.0esr [security fixes].
Fixes CVE-2023-4573, CVE-2023-4574, CVE-2023-4575, CVE-2023-4576, CVE-2023-4577, CVE-2023-4578, CVE-2023-4580, CVE-2023-4581, CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585, CVE-2023-4051 and CVE-2023-4053. * nongnu/packages/mozilla.scm (firefox-esr): Update to 115.2.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 f506f76..8b3b8dc 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -95,19 +95,19 @@
95 95
96;; Update this id with every firefox update to it's release date. 96;; Update this id with every firefox update to it's release date.
97;; It's used for cache validation and therefor can lead to strange bugs. 97;; It's used for cache validation and therefor can lead to strange bugs.
98(define %firefox-esr-build-id "20230816000000") 98(define %firefox-esr-build-id "20230829000000")
99 99
100(define-public firefox-esr 100(define-public firefox-esr
101 (package 101 (package
102 (name "firefox-esr") 102 (name "firefox-esr")
103 (version "115.1.0esr") 103 (version "115.2.0esr")
104 (source 104 (source
105 (origin 105 (origin
106 (method url-fetch) 106 (method url-fetch)
107 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 107 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
108 version "/source/firefox-" version ".source.tar.xz")) 108 version "/source/firefox-" version ".source.tar.xz"))
109 (sha256 109 (sha256
110 (base32 "19hpds04wws7kw96a253zi3nk4wp1iyjw1l3xb059237ddbjxjd7")))) 110 (base32 "0mr4swx3yx2digni71vqy3gckxh0y4417k37rfi5bnaql794slsi"))))
111 (build-system gnu-build-system) 111 (build-system gnu-build-system)
112 (arguments 112 (arguments
113 (list 113 (list