From 4581b82a02ccc3a0491fa51c04135e3f7a0948c8 Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Tue, 14 Jul 2026 20:08:51 +0200 Subject: nongnu: firefox: Update to 152.0.6 [security fixes]. Fixes CVE-2026-15718, CVE-2026-15719. * nongnu/packages/mozilla.scm (firefox): Update to 152.0.6. Signed-off-by: Hilton Chain --- 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 2eaa711..085d65f 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -526,20 +526,20 @@ Release (ESR) version.") ;; Update this id with every firefox update to its release date. ;; It's used for cache validation and therefore can lead to strange bugs. -(define %firefox-build-id "20260706221127") +(define %firefox-build-id "20260714035250") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "152.0.5") + (version "152.0.6") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "095j5jnv15qh4iqcvzz4nj290wp6y48zwr8n0z239266baq420qa")) + (base32 "03hgcrhdc56qiy1f5b8ps2z7vc5fqk9xznp642mfvm0rim7hq8pa")) (patches (nongnu-patches "firefox-restore-desktop-files.patch" -- cgit v1.2.3