diff options
| author | Mark H Weaver <mhw@netris.org> | 2026-02-14 03:25:17 -0500 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2026-02-16 17:44:02 -0500 |
| commit | 9f04c691bb4d0dcdc4cc93c3bbd8082fb46951ca (patch) | |
| tree | 3299421e2b788a8c3e33fb0a730a885e0d8e94d9 /gnu | |
| parent | 1f6549554556f8a2981c1613655de0d36e6f711c (diff) | |
gnu: icecat: Update to 140.7.1-gnu1 [fixes CVE-2026-2447].
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update 'gnuzilla-commit' and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Update line numbers to
apply cleanly.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnuzilla.scm | 10 | ||||
| -rw-r--r-- | gnu/packages/patches/icecat-makeicecat.patch | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 95c09065611..02ad4d27d5a 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.7.0") +(define %icecat-base-version "140.7.1") (define %icecat-version (string-append %icecat-base-version "-gnu1")) -(define %icecat-build-id "20260113000000") ;must be of the form YYYYMMDDhhmmss +(define %icecat-build-id "20260214000000") ;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 - "0a8mrc4pja4cjhayg4af5lsfrf7161gfq03idwik0vvjf68772k0")))) + "09r8ydd7yh6x0fqm2rxcw9f71pyar0dpnv358bkb2ynimfp2cbg4")))) - (gnuzilla-commit "c211e9c18a24310266543cb3c90256ef2660815c") + (gnuzilla-commit "99b530e0e474acb69372a1efbf6139d2c976a1be") (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 - "1grs891b5hq3xssid33jm7vzmjr23gk3f4qv1ngdlhkgs82r4s8s")))) + "06fr45091p68r8s72ibzdf2ggx2p729if1n1wa46d7y591qby2dy")))) ;; 'search-patch' returns either a valid file name or #f, so wrap it ;; in 'assume-valid-file-name' to avoid 'local-file' warnings. diff --git a/gnu/packages/patches/icecat-makeicecat.patch b/gnu/packages/patches/icecat-makeicecat.patch index 1529f181d78..b36a2aa8441 100644 --- a/gnu/packages/patches/icecat-makeicecat.patch +++ b/gnu/packages/patches/icecat-makeicecat.patch @@ -6,7 +6,7 @@ diff --git a/makeicecat b/makeicecat index bf2b7a6..bc3b19b 100755 --- a/makeicecat +++ b/makeicecat -@@ -56,7 +56,7 @@ readonly SOURCEDIR=icecat-${FFVERSION} +@@ -59,7 +59,7 @@ readonly SOURCEDIR=icecat-${FFVERSION} # debug/shell options readonly DEVEL=0 set -euo pipefail @@ -15,7 +15,7 @@ index bf2b7a6..bc3b19b 100755 ############################################################################### -@@ -928,12 +928,12 @@ finalize_sourceball() +@@ -907,12 +907,12 @@ finalize_sourceball() # entry point ############################################################################### @@ -34,7 +34,7 @@ index bf2b7a6..bc3b19b 100755 apply_patches configure configure_search -@@ -945,4 +945,4 @@ prepare_macos_packaging +@@ -924,4 +924,4 @@ prepare_macos_packaging configure_extensions configure_onboarding apply_bugfixes |
