diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-02-25 10:44:04 +0100 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-02-25 14:36:50 -0500 |
| commit | da4e72efef62d48dbc2eb089c36972ff55fe6acd (patch) | |
| tree | ab6aab9e0c264680344af3644d4c063b14a0d537 /nongnu/packages | |
| parent | bac100b7ef4f6a0516fe26cc28290adb1958b194 (diff) | |
nongnu: firefox: Update to 148.0 [security fixes].
Fixes CVE-2026-2757, CVE-2026-2758, CVE-2026-2759, CVE-2026-2760,
CVE-2026-2761, CVE-2026-2762, CVE-2026-2763, CVE-2026-2764,
CVE-2026-2765, CVE-2026-2766, CVE-2026-2767, CVE-2026-2768,
CVE-2026-2769, CVE-2026-2770, CVE-2026-2771, CVE-2026-2772,
CVE-2026-2773, CVE-2026-2774, CVE-2026-2775, CVE-2026-2776,
CVE-2026-2777, CVE-2026-2778, CVE-2026-2779, CVE-2026-2780,
CVE-2026-2781, CVE-2026-2782, CVE-2026-2783, CVE-2026-2784,
CVE-2026-2785, CVE-2026-2786, CVE-2026-2787, CVE-2026-2788,
CVE-2026-2789, CVE-2026-2790, CVE-2026-2791, CVE-2026-2792,
CVE-2026-2793, CVE-2026-2794, CVE-2026-2795, CVE-2026-2796,
CVE-2026-2797, CVE-2026-2798, CVE-2026-2799, CVE-2026-2800,
CVE-2026-2801, CVE-2026-2802, CVE-2026-2803, CVE-2026-2804,
CVE-2026-2805, CVE-2026-2806, CVE-2026-2807.
* nongnu/packages/mozilla.scm (firefox): Update to 148.0.
(rust-firefox): Set to rust-1.92.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages')
| -rw-r--r-- | nongnu/packages/mozilla.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 62101ff..527593b 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -84,7 +84,7 @@ ;;; it is a tradeoff worth making. ;;; 0: https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html (define-public rust-firefox-esr rust) -(define-public rust-firefox rust) +(define-public rust-firefox rust-1.92) ;; Update this id with every firefox update to its release date. ;; It's used for cache validation and therefore can lead to strange bugs. @@ -526,20 +526,20 @@ 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 "20260216125045") +(define %firefox-build-id "20260223140545") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "147.0.4") + (version "148.0") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "1xwl5vc7504gx15yj0kvrxn3k250sja22d8j6dyrhxxican441xw")) + (base32 "0vybaiiknrzk2zvg46w5sxb0i0m9rmy4msvpxklxpdr3182fb4zc")) (patches (nongnu-patches "firefox-restore-desktop-files.patch" |
