summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2026-08-31 11:03:52 -0400
committerMark H Weaver <mhw@netris.org>2026-09-01 09:53:32 -0400
commit41bdb9454697a097fc991372307bdf7508103a1e (patch)
treee39f808129f7e27cce1f031d07f48d9188b0e205 /gnu/packages
parent15bad3495e19bcf0dabdfc3631826af01a857513 (diff)
gnu: icecat: Update to 140.15.0-gnu1 [security fixes].
Includes fixes for CVE-2026-16365, CVE-2026-16371, CVE-2026-75874, CVE-2026-84119, CVE-2026-84120, CVE-2026-84121, CVE-2026-84122, CVE-2026-84124, CVE-2026-84131, CVE-2026-84143, and CVE-2026-84145. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update 'gnuzilla-commit' and hashes.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnuzilla.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c4fafda984f..1d98cacb83f 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -256,9 +256,9 @@ in the case of Firefox, it is browser/locales/all-locales."
256 "zh-TW")) 256 "zh-TW"))
257 257
258;;; Please keep these versions in sync with icedove. 258;;; Please keep these versions in sync with icedove.
259(define %icecat-base-version "140.14.0") 259(define %icecat-base-version "140.15.0")
260(define %icecat-version (string-append %icecat-base-version "-gnu1")) 260(define %icecat-version (string-append %icecat-base-version "-gnu1"))
261(define %icecat-build-id "20260818000000") ;must be of the form YYYYMMDDhhmmss 261(define %icecat-build-id "20260901000000") ;must be of the form YYYYMMDDhhmmss
262 262
263;; 'icecat-source' is a "computed" origin that generates an IceCat tarball 263;; 'icecat-source' is a "computed" origin that generates an IceCat tarball
264;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat' 264;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat'
@@ -278,9 +278,9 @@ in the case of Firefox, it is browser/locales/all-locales."
278 "firefox-" upstream-firefox-version ".source.tar.xz")) 278 "firefox-" upstream-firefox-version ".source.tar.xz"))
279 (sha256 279 (sha256
280 (base32 280 (base32
281 "0fa2cqfi2f0vrm8ya64b8whiwjkpcn0r21583qp960z7aka6n018")))) 281 "0975j3gyy42jn8f967pr1mb12d6shx14ws9i3qpig58galyb12rm"))))
282 282
283 (gnuzilla-commit "c30067bdb3fc64b60acede199896d1187f4fd42b") 283 (gnuzilla-commit "55f4022a5d5703cbc6877cb470d2b2dfba8e521d")
284 (gnuzilla-source 284 (gnuzilla-source
285 (origin 285 (origin
286 (method git-fetch) 286 (method git-fetch)
@@ -291,7 +291,7 @@ in the case of Firefox, it is browser/locales/all-locales."
291 (string-take gnuzilla-commit 8))) 291 (string-take gnuzilla-commit 8)))
292 (sha256 292 (sha256
293 (base32 293 (base32
294 "0011f7a2sniwzjlcysnjjn5x73mfwcckpnl7rp7fywiiajpnvnqm")))) 294 "1qs6iyi655pn9pbfw0kvy0hpm4az8055mygf59mmagpdia4hbmjs"))))
295 295
296 ;; 'search-patch' returns either a valid file name or #f, so wrap it 296 ;; 'search-patch' returns either a valid file name or #f, so wrap it
297 ;; in 'assume-valid-file-name' to avoid 'local-file' warnings. 297 ;; in 'assume-valid-file-name' to avoid 'local-file' warnings.