From 5ec7313c123c73727546e58134324369eee4e0bf Mon Sep 17 00:00:00 2001 From: Tomas Volf Date: Tue, 29 Aug 2023 17:47:58 +0200 Subject: 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 --- nongnu/packages/mozilla.scm | 6 +++--- 1 file 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 @@ ;; Update this id with every firefox update to it's release date. ;; It's used for cache validation and therefor can lead to strange bugs. -(define %firefox-esr-build-id "20230816000000") +(define %firefox-esr-build-id "20230829000000") (define-public firefox-esr (package (name "firefox-esr") - (version "115.1.0esr") + (version "115.2.0esr") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "19hpds04wws7kw96a253zi3nk4wp1iyjw1l3xb059237ddbjxjd7")))) + (base32 "0mr4swx3yx2digni71vqy3gckxh0y4417k37rfi5bnaql794slsi")))) (build-system gnu-build-system) (arguments (list -- cgit v1.2.3