summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-05-27 17:48:56 +0200
committerHilton Chain <hako@ultrarare.space>2025-05-28 20:23:55 +0800
commit007985d517ff3e7b441cfc0406457317ea08d1e0 (patch)
tree384279a8cb6baf04842d12ad77c5a3841263936a
parentb2a1bbec492a839382e9332d30e631856d7cd027 (diff)
nongnu: firefox: Update to 139.0 [security fixes].
Fixes CVE-2025-5262, CVE-2025-5263, CVE-2025-5264, CVE-2025-5265, CVE-2025-5266, CVE-2025-5267, CVE-2025-5268, CVE-2025-5270, CVE-2025-5271, CVE-2025-5272. * nongnu/packages/mozilla.scm (firefox): Update to 139.0. Signed-off-by: Hilton Chain <hako@ultrarare.space>
-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 3568d16..c75fd1c 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -524,13 +524,13 @@ Release (ESR) version.")
524 524
525;; Update this id with every firefox update to its release date. 525;; Update this id with every firefox update to its release date.
526;; It's used for cache validation and therefore can lead to strange bugs. 526;; It's used for cache validation and therefore can lead to strange bugs.
527(define %firefox-build-id "20250517192316") 527(define %firefox-build-id "20250526082650")
528 528
529(define-public firefox 529(define-public firefox
530 (package 530 (package
531 (inherit firefox-esr) 531 (inherit firefox-esr)
532 (name "firefox") 532 (name "firefox")
533 (version "138.0.4") 533 (version "139.0")
534 (source 534 (source
535 (origin 535 (origin
536 (method url-fetch) 536 (method url-fetch)
@@ -546,7 +546,7 @@ Release (ESR) version.")
546 "firefox-ge-138-compare-paths.patch" 546 "firefox-ge-138-compare-paths.patch"
547 "firefox-use-system-wide-dir.patch"))) 547 "firefox-use-system-wide-dir.patch")))
548 (sha256 548 (sha256
549 (base32 "0mjh2if31ibx68a66cvxh5sa20xb78gdn9wdw0wv745dinq0vlrz")))) 549 (base32 "12si1538mdgmvkpsqkc42x7rdll7mmapkczx8vipp53qbwafgp4c"))))
550 (arguments 550 (arguments
551 (substitute-keyword-arguments (package-arguments firefox-esr) 551 (substitute-keyword-arguments (package-arguments firefox-esr)
552 ((#:phases phases) 552 ((#:phases phases)