summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-05-21 22:16:59 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2026-05-21 23:11:33 +0200
commitc9f9a91e12089f79040e164cfa3d451674af22ea (patch)
tree8a1e01a932d77f1ba91ab2413c8ee956657bb7b8
parentc7d5be188434e5573269709cdb73a8b5d21a8d2c (diff)
nongnu: firefox: Update to 151.0.1 [security fixes].
Fixes CVE-2026-8090, CVE-2026-8092, CVE-2026-8093, CVE-2026-8388, CVE-2026-8389, CVE-2026-8390, CVE-2026-8391, CVE-2026-8401, CVE-2026-8945, CVE-2026-8946, CVE-2026-8947, CVE-2026-8948, CVE-2026-8949, CVE-2026-8950, CVE-2026-8951, CVE-2026-8952, CVE-2026-8953, CVE-2026-8954, CVE-2026-8955, CVE-2026-8956, CVE-2026-8957, CVE-2026-8958, CVE-2026-8959, CVE-2026-8960, CVE-2026-8961, CVE-2026-8962, CVE-2026-8963, CVE-2026-8964, CVE-2026-8965, CVE-2026-8966, CVE-2026-8967, CVE-2026-8968, CVE-2026-8969, CVE-2026-8970, CVE-2026-8971, CVE-2026-8972, CVE-2026-8973, CVE-2026-8974, CVE-2026-8975. * nongnu/packages/mozilla.scm (firefox): Update to 151.0.1. 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 a854cf2..f73bb83 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 "20260427192124") 529(define %firefox-build-id "20260521120238")
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 "150.0.1") 535 (version "151.0.1")
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 "1v3fbwvd0khm3xwsgwcp6wpwmkz0v6fyk37hxj0mqkwjimqgmkra")) 542 (base32 "1h440pkdqkx3085ij9nz9n9h1b6c2p92bg3lf983my6b711f62m8"))
543 (patches 543 (patches
544 (nongnu-patches 544 (nongnu-patches
545 "firefox-restore-desktop-files.patch" 545 "firefox-restore-desktop-files.patch"