summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-04-15 22:41:36 +0200
committerHilton Chain <hako@ultrarare.space>2025-04-17 13:52:38 +0800
commitb7fbe3ee7901b3462669a5128ff6a204c5a5153f (patch)
tree396e9ce96d5b9dfd1c4ae93e7c5fab0eea5d05dd /nongnu
parent649a92315a0fc4fbcf14d0c7cb28e1de9056f009 (diff)
nongnu: firefox: Update to 137.0.2 [security fixes].
Fixes CVE-2025-3608. * nongnu/packages/mozilla.scm (firefox): Update to 137.0.2. 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 f07d5a5..57576a3 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -524,13 +524,13 @@ 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 "20250407191524")
+(define %firefox-build-id "20250414143137")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "137.0.1")
+ (version "137.0.2")
(source
(origin
(method url-fetch)
@@ -546,7 +546,7 @@ Release (ESR) version.")
"firefox-esr-compare-paths.patch"
"firefox-use-system-wide-dir.patch")))
(sha256
- (base32 "1r0b5vfhqkw5vgf7bb0ylcw4vlg9mpfj96n8whfppj8r5rhah788"))))
+ (base32 "01yd5cq6qgww6w2kq1bchy9j81blim15kdz7bvx8n512m2x3mz06"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)