This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 41bdb94546 gnu: icecat: Update to 140.15.0-gnu1 [security fixes].
41bdb94546 is described below
commit 41bdb9454697a097fc991372307bdf7508103a1e
Author: Mark H Weaver <[email protected]>
AuthorDate: Mon Aug 31 11:03:52 2026 -0400
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.
---
gnu/packages/gnuzilla.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c4fafda984..1d98cacb83 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."
"zh-TW"))
;;; Please keep these versions in sync with icedove.
-(define %icecat-base-version "140.14.0")
+(define %icecat-base-version "140.15.0")
(define %icecat-version (string-append %icecat-base-version "-gnu1"))
-(define %icecat-build-id "20260818000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-build-id "20260901000000") ;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'
@@ -278,9 +278,9 @@ in the case of Firefox, it is browser/locales/all-locales."
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
- "0fa2cqfi2f0vrm8ya64b8whiwjkpcn0r21583qp960z7aka6n018"))))
+ "0975j3gyy42jn8f967pr1mb12d6shx14ws9i3qpig58galyb12rm"))))
- (gnuzilla-commit "c30067bdb3fc64b60acede199896d1187f4fd42b")
+ (gnuzilla-commit "55f4022a5d5703cbc6877cb470d2b2dfba8e521d")
(gnuzilla-source
(origin
(method git-fetch)
@@ -291,7 +291,7 @@ in the case of Firefox, it is browser/locales/all-locales."
(string-take gnuzilla-commit 8)))
(sha256
(base32
- "0011f7a2sniwzjlcysnjjn5x73mfwcckpnl7rp7fywiiajpnvnqm"))))
+ "1qs6iyi655pn9pbfw0kvy0hpm4az8055mygf59mmagpdia4hbmjs"))))
;; 'search-patch' returns either a valid file name or #f, so wrap it
;; in 'assume-valid-file-name' to avoid 'local-file' warnings.