diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-04-28 21:02:25 +0200 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-05-02 01:59:13 +0800 |
| commit | 5f2630e69fbbe9e79c350a67545f0fef7e93e223 (patch) | |
| tree | 0e4779e0416e538aba2a77e36b1a38df6451c6ae | |
| parent | 7e2c3063e508cbec140680702b69f914f6c37534 (diff) | |
nongnu: firefox: Update to 150.0.1 [security fixes].
Fixes CVE-2026-6746, CVE-2026-6747, CVE-2026-6748, CVE-2026-6749,
CVE-2026-6750, CVE-2026-6751, CVE-2026-6752, CVE-2026-6753,
CVE-2026-6754, CVE-2026-6755, CVE-2026-6756, CVE-2026-6757,
CVE-2026-6758, CVE-2026-6759, CVE-2026-6760, CVE-2026-6761,
CVE-2026-6762, CVE-2026-6763, CVE-2026-6764, CVE-2026-6765,
CVE-2026-6766, CVE-2026-6767, CVE-2026-6768, CVE-2026-6769,
CVE-2026-6770, CVE-2026-6771, CVE-2026-6772, CVE-2026-6773,
CVE-2026-6774, CVE-2026-6775, CVE-2026-6776, CVE-2026-6777,
CVE-2026-6778, CVE-2026-6779, CVE-2026-6780, CVE-2026-6781,
CVE-2026-6782, CVE-2026-6783, CVE-2026-6784, CVE-2026-6785,
CVE-2026-6786, CVE-2026-7320, CVE-2026-7322, CVE-2026-7323,
CVE-2026-7324.
* nongnu/packages/mozilla.scm (firefox): Update to 150.0.1.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
| -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 02367a7..68a7420 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 "20260406133250") | 529 | (define %firefox-build-id "20260427192124") |
| 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 "149.0.2") | 535 | (version "150.0.1") |
| 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 "1kkhg3lgyakinn5ankxrlxbf39wi61mqbhwrj1l4q5l7y0n1m4va")) | 542 | (base32 "1v3fbwvd0khm3xwsgwcp6wpwmkz0v6fyk37hxj0mqkwjimqgmkra")) |
| 543 | (patches | 543 | (patches |
| 544 | (nongnu-patches | 544 | (nongnu-patches |
| 545 | "firefox-restore-desktop-files.patch" | 545 | "firefox-restore-desktop-files.patch" |
