summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-07-14 20:08:51 +0200
committerHilton Chain <hako@ultrarare.space>2026-07-25 12:42:29 +0800
commit4581b82a02ccc3a0491fa51c04135e3f7a0948c8 (patch)
tree5230f1baef0357f579917329d42464026fb23ccd /nongnu
parent67656e58dace6ee6392ae3ff24c6f33a1653d11a (diff)
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 <hako@ultrarare.space>
Diffstat (limited to 'nongnu')
-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 2eaa711..085d65f 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -526,20 +526,20 @@ Release (ESR) version.")
526 526
527;; Update this id with every firefox update to its release date. 527;; Update this id with every firefox update to its release date.
528;; It's used for cache validation and therefore can lead to strange bugs. 528;; It's used for cache validation and therefore can lead to strange bugs.
529(define %firefox-build-id "20260706221127") 529(define %firefox-build-id "20260714035250")
530 530
531(define-public firefox 531(define-public firefox
532 (package 532 (package
533 (inherit firefox-esr) 533 (inherit firefox-esr)
534 (name "firefox") 534 (name "firefox")
535 (version "152.0.5") 535 (version "152.0.6")
536 (source 536 (source
537 (origin 537 (origin
538 (method url-fetch) 538 (method url-fetch)
539 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 539 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
540 version "/source/firefox-" version ".source.tar.xz")) 540 version "/source/firefox-" version ".source.tar.xz"))
541 (sha256 541 (sha256
542 (base32 "095j5jnv15qh4iqcvzz4nj290wp6y48zwr8n0z239266baq420qa")) 542 (base32 "03hgcrhdc56qiy1f5b8ps2z7vc5fqk9xznp642mfvm0rim7hq8pa"))
543 (patches 543 (patches
544 (nongnu-patches 544 (nongnu-patches
545 "firefox-restore-desktop-files.patch" 545 "firefox-restore-desktop-files.patch"