summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-08-18 21:39:58 +0200
committerJohn Kehayias <john.kehayias@protonmail.com>2026-08-18 20:53:08 -0400
commit6876158c60b6c3939a38a56a70b8ebf1b585215d (patch)
tree2ca2d9d2f3d240bc2a945689d2b8d9ad021f4c68
parentda8dd258f7545976d1ff9b2fb83ef48e43862a2b (diff)
nongnu: firefox: Update to 154.0 [security fixes].
Fixes CVE-2026-74934, CVE-2026-74935, CVE-2026-74936, CVE-2026-74937, CVE-2026-74938, CVE-2026-74939, CVE-2026-74940, CVE-2026-74941, CVE-2026-74942, CVE-2026-74943, CVE-2026-74944, CVE-2026-74945, CVE-2026-74946, CVE-2026-74947, CVE-2026-74948, CVE-2026-74949, CVE-2026-74950, CVE-2026-74951, CVE-2026-74952, CVE-2026-74953, CVE-2026-74954, CVE-2026-74955, CVE-2026-74956, CVE-2026-74957, CVE-2026-74958, CVE-2026-74959, CVE-2026-74960, CVE-2026-74961, CVE-2026-74962, CVE-2026-74963, CVE-2026-74964, CVE-2026-74965, CVE-2026-74966, CVE-2026-74967, CVE-2026-74968, CVE-2026-74969, CVE-2026-74970, CVE-2026-74971, CVE-2026-74972, CVE-2026-74973, CVE-2026-74974, CVE-2026-74975, CVE-2026-74976, CVE-2026-74977, CVE-2026-74978, CVE-2026-74979, CVE-2026-74980, CVE-2026-74981, CVE-2026-74982, CVE-2026-74983, CVE-2026-74984, CVE-2026-74985, CVE-2026-74986, CVE-2026-74987, CVE-2026-74988, CVE-2026-74989, CVE-2026-74990, CVE-2026-75874. * nongnu/packages/mozilla.scm (firefox): Update to 154.0. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-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 382d289..241feb6 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 "20260720102324") 529(define %firefox-build-id "20260817115642")
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 "153.0.4") 535 (version "154.0")
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 "0j4a0ak5658n6iwgx4jc0agqlf1dc403p6qkrw23pfv69j987app")) 542 (base32 "16mrk2s6rbdfarq5ixk67kh893srbghsxp10dn5gfq4ad2rwbkin"))
543 (patches 543 (patches
544 (nongnu-patches 544 (nongnu-patches
545 "firefox-add-store-to-rdd-allowlist.patch" 545 "firefox-add-store-to-rdd-allowlist.patch"