diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-07-21 23:13:02 +0200 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-07-25 12:42:28 +0800 |
| commit | 67656e58dace6ee6392ae3ff24c6f33a1653d11a (patch) | |
| tree | 26008bfe305ee104d2d7059c189e5b797b3bef51 /nongnu | |
| parent | 4a8b7b082ec8f899c4b14bafa5547ea203685078 (diff) | |
nongnu: firefox-esr: Update to 140.13.0esr [security fixes].
Fixes CVE-2026-15718, CVE-2026-15719, CVE-2026-16349, CVE-2026-16350,
CVE-2026-16351, CVE-2026-16352, CVE-2026-16353, CVE-2026-16354,
CVE-2026-16355, CVE-2026-16356, CVE-2026-16357, CVE-2026-16358,
CVE-2026-16359, CVE-2026-16360, CVE-2026-16361, CVE-2026-16362,
CVE-2026-16363, CVE-2026-16368, CVE-2026-16369, CVE-2026-16371,
CVE-2026-16374, CVE-2026-16375, CVE-2026-16377, CVE-2026-16379,
CVE-2026-16381, CVE-2026-16383, CVE-2026-16387, CVE-2026-16390,
CVE-2026-16391, CVE-2026-16396, CVE-2026-16405, CVE-2026-16412.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 140.13.0esr.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu')
| -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 439697a..2eaa711 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -88,19 +88,19 @@ | |||
| 88 | 88 | ||
| 89 | ;; Update this id with every firefox update to its release date. | 89 | ;; Update this id with every firefox update to its release date. |
| 90 | ;; It's used for cache validation and therefore can lead to strange bugs. | 90 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 91 | (define %firefox-esr-build-id "20260615135810") | 91 | (define %firefox-esr-build-id "20260720102539") |
| 92 | 92 | ||
| 93 | (define-public firefox-esr | 93 | (define-public firefox-esr |
| 94 | (package | 94 | (package |
| 95 | (name "firefox-esr") | 95 | (name "firefox-esr") |
| 96 | (version "140.12.0esr") | 96 | (version "140.13.0esr") |
| 97 | (source | 97 | (source |
| 98 | (origin | 98 | (origin |
| 99 | (method url-fetch) | 99 | (method url-fetch) |
| 100 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 100 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 101 | version "/source/firefox-" version ".source.tar.xz")) | 101 | version "/source/firefox-" version ".source.tar.xz")) |
| 102 | (sha256 | 102 | (sha256 |
| 103 | (base32 "0qnfmkasmnjkk2hia95h3i3qr34mbm4fys495cqb8lhi0bvbkpw5")) | 103 | (base32 "00adf648nrhzngb4ssx31l17bh4zym491mx7b8ca3g9ajk39sfzm")) |
| 104 | (patches | 104 | (patches |
| 105 | (nongnu-patches | 105 | (nongnu-patches |
| 106 | "firefox-restore-desktop-files.patch" | 106 | "firefox-restore-desktop-files.patch" |
