diff options
| author | Mark H Weaver <mhw@netris.org> | 2026-03-23 00:30:08 -0400 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2026-03-24 14:11:39 -0400 |
| commit | 1720eee400e1bb6d8f07cf7dc9c7cf0b6272e8df (patch) | |
| tree | 0235903dd54692bcc913dea528cf5d475c66e91e | |
| parent | b0fa1dc468f8285f4593b9bbdc182640e72114f1 (diff) | |
gnu: icecat: Update to 140.9.0-gnu1 [security fixes].
Includes fixes for CVE-2025-59375, CVE-2026-4684, CVE-2026-4685,
CVE-2026-4686, CVE-2026-4687, CVE-2026-4688, CVE-2026-4689,
CVE-2026-4690, CVE-2026-4691, CVE-2026-4692, CVE-2026-4693,
CVE-2026-4694, CVE-2026-4695, CVE-2026-4696, CVE-2026-4697,
CVE-2026-4698, CVE-2026-4699, CVE-2026-4700, CVE-2026-4701,
CVE-2026-4702, CVE-2026-4704, CVE-2026-4705, CVE-2026-4706,
CVE-2026-4707, CVE-2026-4708, CVE-2026-4709, CVE-2026-4710,
CVE-2026-4711, CVE-2026-4712, CVE-2026-4713, CVE-2026-4714,
CVE-2026-4715, CVE-2026-4716, CVE-2026-4717, CVE-2026-4718,
CVE-2026-4719, CVE-2026-4720, and CVE-2026-4721.
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update 'gnuzilla-commit' and hashes.
| -rw-r--r-- | gnu/packages/gnuzilla.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 57e07f77991..e5a06d95107 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -604,9 +604,9 @@ in the case of Firefox, it is browser/locales/all-locales." "zh-CN" "zh-TW")) -(define %icecat-base-version "140.8.0") +(define %icecat-base-version "140.9.0") (define %icecat-version (string-append %icecat-base-version "-gnu1")) -(define %icecat-build-id "20260224000000") ;must be of the form YYYYMMDDhhmmss +(define %icecat-build-id "20260324000000") ;must be of the form YYYYMMDDhhmmss ;; 'icecat-source' is a "computed" origin that generates an IceCat tarball ;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat' @@ -626,9 +626,9 @@ in the case of Firefox, it is browser/locales/all-locales." "firefox-" upstream-firefox-version ".source.tar.xz")) (sha256 (base32 - "1rl26836r8kl02mhkxni44xgclx03y24l1yqjxjky9v8xwwz79sp")))) + "0b79x61w51fjf12p5sr9pipg4b3fjdnbsg0j20fdai3jq6jb4wmr")))) - (gnuzilla-commit "e2809896cda6560800040c638982dba7945fe43a") + (gnuzilla-commit "10a8be3fcf725ed01ffb7279ec27c2fba55dd2d2") (gnuzilla-source (origin (method git-fetch) @@ -639,7 +639,7 @@ in the case of Firefox, it is browser/locales/all-locales." (string-take gnuzilla-commit 8))) (sha256 (base32 - "0x0762cy54imkc6qkzp6y7xi7slm9q1lnrkf5n7p8jd7m9fg5qq5")))) + "076s3zpq0cj24a2pjarb57k1xv9z45xazps8rgypzw8yc4pxi9rj")))) ;; 'search-patch' returns either a valid file name or #f, so wrap it ;; in 'assume-valid-file-name' to avoid 'local-file' warnings. |
