diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-07-09 00:08:35 +0200 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-07-09 11:07:55 -0400 |
| commit | 3b66965566fe8c96edb5a41fd39a9e5a90ad9b61 (patch) | |
| tree | e47bb7b165b6f864e2086df9fb7ee791fbe421a6 | |
| parent | fe63493aba7ad6107cb938fcd307c400b53a32b1 (diff) | |
nongnu: firefox: Update to 152.0.5 [security fixes].
Fixes CVE-2026-14241.
* nongnu/packages/mozilla.scm (firefox): Update to 152.0.5.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| -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 7272b23..439697a 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 "20260625124405") | 529 | (define %firefox-build-id "20260706221127") |
| 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 "152.0.3") | 535 | (version "152.0.5") |
| 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 "1ivy50zxynjm2ssl3kcbkzi1qwkpa1hdffrg95q7i31kphlwarm2")) | 542 | (base32 "095j5jnv15qh4iqcvzz4nj290wp6y48zwr8n0z239266baq420qa")) |
| 543 | (patches | 543 | (patches |
| 544 | (nongnu-patches | 544 | (nongnu-patches |
| 545 | "firefox-restore-desktop-files.patch" | 545 | "firefox-restore-desktop-files.patch" |
