From 63145a63fb40f92a8162eb2c1853e8b953f2ee79 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 15 Feb 2023 11:52:49 +0100 Subject: nongnu: firefox-esr: Update to 102.8.0esr [security fixes]. This fixes CVE-2023-0767, CVE-2023-25728, CVE-2023-25729, CVE-2023-25730, CVE-2023-25732, CVE-2023-25734, CVE-2023-25737, CVE-2023-25738, CVE-2023-25739, CVE-2023-25742, CVE-2023-25743, CVE-2023-25744 and CVE-2023-25746. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.8.0.esr. --- 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 e46c641..433f93f 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -233,19 +233,19 @@ according to Unicode Standard Annex #31") ;; 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 "20230117000000") +(define %firefox-esr-build-id "20230214000000") (define-public firefox-esr (package (name "firefox-esr") - (version "102.7.0esr") + (version "102.8.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 "1ahl66x8chnsz80capqa5ivyrqhc50s91zrcgz1jxd7w2ws61957")))) + (base32 "0j6afrgfsmd0adbbmffw4p1f2hznpck9d36z3bsjx36f7cjgdy27")))) (build-system gnu-build-system) (arguments (list -- cgit v1.2.3