diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-02-18 23:59:22 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2025-02-24 21:32:48 +0100 |
commit | 3d164c87184f29fe42d98a2e0e668b589be0e8ff (patch) | |
tree | 51c4fa62cff4f94f3df755d3e87561003e48e8d6 | |
parent | db43a520c6f6a62db9895a584fe0c84ca14acdcc (diff) |
nongnu: firefox: Update to 135.0.1 [security fixes].
Fixes CVE-2025-1414.
* nongnu/packages/mozilla.scm (firefox): Update to 135.0.1.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 2a89ee20..f32b2da3 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -551,13 +551,13 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" ;; 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 "20250203132324") +(define %firefox-build-id "20250218001747") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "135.0") + (version "135.0.1") (source (origin (method url-fetch) @@ -573,7 +573,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" "firefox-esr-compare-paths.patch" "firefox-use-system-wide-dir.patch"))) (sha256 - (base32 "0q5r2q6q56kyzl5pknrir9bzlhmzbvv9hi5gi4852izgcali4zl2")))) + (base32 "01krqfx3havzknjl45affmlhl3dkk3is951iy3rr1qrvrvfxzyvl")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases) |