diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-05-19 20:57:34 +0200 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2026-05-21 23:09:10 +0200 |
| commit | c7d5be188434e5573269709cdb73a8b5d21a8d2c (patch) | |
| tree | 695809a12e04ccfd79219b4bdd379ac1f38cf69c | |
| parent | 5f2630e69fbbe9e79c350a67545f0fef7e93e223 (diff) | |
nongnu: firefox-esr: Update to 140.11.0esr [security fixes].
Fixes CVE-2026-8090, CVE-2026-8092, CVE-2026-8094, CVE-2026-8388,
CVE-2026-8391, CVE-2026-8401, CVE-2026-8946, CVE-2026-8947,
CVE-2026-8949, CVE-2026-8950, CVE-2026-8953, CVE-2026-8954,
CVE-2026-8955, CVE-2026-8956, CVE-2026-8957, CVE-2026-8958,
CVE-2026-8959, CVE-2026-8961, CVE-2026-8962, CVE-2026-8968,
CVE-2026-8970, CVE-2026-8974, CVE-2026-8975.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 140.11.0esr.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| -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 68a7420..a854cf2 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 "20260428112555") | 91 | (define %firefox-esr-build-id "20260518115835") |
| 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.10.1esr") | 96 | (version "140.11.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 "1fx52y52c3dmgr5gm64x40r2n6zq5ckqiqsd6vlhsly5wb1w0xaf")) | 103 | (base32 "0a70qpx0grqyqxzdyaxdb2xcc5932dai05bsh0jdlvrm2whls0qv")) |
| 104 | (patches | 104 | (patches |
| 105 | (nongnu-patches | 105 | (nongnu-patches |
| 106 | "firefox-restore-desktop-files.patch" | 106 | "firefox-restore-desktop-files.patch" |
