aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2024-10-29 15:35:12 -0400
committerMark H Weaver <mhw@netris.org>2024-10-30 02:20:27 -0400
commit913fdb7ea870d0ed7e9bc58ea4832ee2292e22e0 (patch)
tree266feba6e06b4c743fc964ebe89b5ff1417dd966 /gnu/packages
parenta9c33e9f688fce88aed610ab04c650efb71b4ce6 (diff)
downloadguix-913fdb7ea870d0ed7e9bc58ea4832ee2292e22e0.tar
guix-913fdb7ea870d0ed7e9bc58ea4832ee2292e22e0.tar.gz
gnu: icecat: Update to 115.17.0-guix1 [security fixes].
Includes fixes for CVE-2024-10458, CVE-2024-10459, and CVE-2024-10463. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnuzilla.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 6ba27fac1f..7922e8a15e 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -533,9 +533,9 @@ variable defined below. It requires guile-json to be installed."
;; XXXX: Workaround 'snippet' limitations.
(define computed-origin-method (@@ (guix packages) computed-origin-method))
-(define %icecat-base-version "115.16.1")
+(define %icecat-base-version "115.17.0")
(define %icecat-version (string-append %icecat-base-version "-guix1"))
-(define %icecat-build-id "20241009000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-build-id "20241029000000") ;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'
@@ -555,12 +555,12 @@ variable defined below. It requires guile-json to be installed."
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
- "0rwk08sl1brmrwhh9k86kh3xnq3ml323z9basa60zjiq0whmmfy3"))))
+ "1hqnswi799wwkl8q2z7hxgjz3r8bmy3dv1hy81sywhx70ahq9wc0"))))
;; The upstream-icecat-base-version may be older than the
;; %icecat-base-version.
- (upstream-icecat-base-version "115.16.1")
- (gnuzilla-commit "2a76759a6220e9eeb9037671140b5574d6d1981e")
+ (upstream-icecat-base-version "115.17.0")
+ (gnuzilla-commit "a0b1a124e8e063a35389e1f20653047f37ca069b")
(gnuzilla-source
(origin
(method git-fetch)
@@ -572,7 +572,7 @@ variable defined below. It requires guile-json to be installed."
(string-take gnuzilla-commit 8)))
(sha256
(base32
- "1lhhyysbj9gxgi1fg1mka29ljb41s8jqz19ylqmwgdr5w0sgd4cn"))))
+ "1c4ckxp93nqy9cyxikgyljp5phgdngrzk4z6qh51si30yqmzv8kj"))))
;; 'search-patch' returns either a valid file name or #f, so wrap it
;; in 'assume-valid-file-name' to avoid 'local-file' warnings.