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 2a89ee2..f32b2da 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -551,13 +551,13 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" | |||
| 551 | 551 | ||
| 552 | ;; Update this id with every firefox update to its release date. | 552 | ;; Update this id with every firefox update to its release date. |
| 553 | ;; It's used for cache validation and therefore can lead to strange bugs. | 553 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 554 | (define %firefox-build-id "20250203132324") | 554 | (define %firefox-build-id "20250218001747") |
| 555 | 555 | ||
| 556 | (define-public firefox | 556 | (define-public firefox |
| 557 | (package | 557 | (package |
| 558 | (inherit firefox-esr) | 558 | (inherit firefox-esr) |
| 559 | (name "firefox") | 559 | (name "firefox") |
| 560 | (version "135.0") | 560 | (version "135.0.1") |
| 561 | (source | 561 | (source |
| 562 | (origin | 562 | (origin |
| 563 | (method url-fetch) | 563 | (method url-fetch) |
| @@ -573,7 +573,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" | |||
| 573 | "firefox-esr-compare-paths.patch" | 573 | "firefox-esr-compare-paths.patch" |
| 574 | "firefox-use-system-wide-dir.patch"))) | 574 | "firefox-use-system-wide-dir.patch"))) |
| 575 | (sha256 | 575 | (sha256 |
| 576 | (base32 "0q5r2q6q56kyzl5pknrir9bzlhmzbvv9hi5gi4852izgcali4zl2")))) | 576 | (base32 "01krqfx3havzknjl45affmlhl3dkk3is951iy3rr1qrvrvfxzyvl")))) |
| 577 | (arguments | 577 | (arguments |
| 578 | (substitute-keyword-arguments (package-arguments firefox-esr) | 578 | (substitute-keyword-arguments (package-arguments firefox-esr) |
| 579 | ((#:phases phases) | 579 | ((#:phases phases) |
