diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-01-28 00:00:23 +0100 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-01-29 17:57:13 -0500 |
| commit | 216cf961b56a8b2679239ba102089ab94c259e89 (patch) | |
| tree | 3ab583de9101722a88c4a87b8a066c8de7685798 /nongnu/packages/mozilla.scm | |
| parent | 3e6b14f47674677fd88a0b576df27eca1db77b33 (diff) | |
nongnu: firefox: Update to 147.0.2 [security fixes].
Fixes CVE-2026-24868, CVE-2026-24869.
* nongnu/packages/mozilla.scm (firefox): Update to 147.0.2.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages/mozilla.scm')
| -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 afa7549..043d7f1 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -529,20 +529,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 "20260112140453") +(define %firefox-build-id "20260126221405") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "147.0") + (version "147.0.2") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "1znr9wp4f79b83mv0as9kj0nh09yjxzqv4nbi4bmn7jgfmiqwb92")) + (base32 "1na2v48nv0wqkh9gjbh9xqw62wy6a215cvlxl08pac8vqcs3v7b8")) (patches (map (lambda (patch) (search-path |
