gnu: icecat: Update to 115.11.0-guix0-preview1 [security fixes].

Includes fixes for CVE-2024-4367, CVE-2024-4767, CVE-2024-4768,
CVE-2024-4769, CVE-2024-4770, and CVE-2024-4777.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
This commit is contained in:
Mark H Weaver 2024-05-13 21:35:41 -04:00
parent 6e86089d56
commit 898b5f30f3
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -523,9 +523,9 @@ (define all-mozilla-locales
;; XXXX: Workaround 'snippet' limitations.
(define computed-origin-method (@@ (guix packages) computed-origin-method))
(define %icecat-base-version "115.10.0")
(define %icecat-base-version "115.11.0")
(define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
(define %icecat-build-id "20240416000000") ;must be of the form YYYYMMDDhhmmss
(define %icecat-build-id "20240514000000") ;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'
@ -545,12 +545,12 @@ (define icecat-source
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
"1wpf4vcrvnvhnfzqavbkzqbn51bds1l9f6ld4mzh9xwm7mrkrz8a"))))
"1q15c318b5k8b5cady3w0xpwyala9ji0a62lsf5jnsimdbqldghn"))))
;; The upstream-icecat-base-version may be older than the
;; %icecat-base-version.
(upstream-icecat-base-version "115.10.0")
(gnuzilla-commit "40e114e5e8fd0b4d3621d6c8aebf0c78100578f2")
(upstream-icecat-base-version "115.11.0")
(gnuzilla-commit "5107c173217a594c52c6c301be62a4dc603b3f6f")
(gnuzilla-source
(origin
(method git-fetch)
@ -562,7 +562,7 @@ (define icecat-source
(string-take gnuzilla-commit 8)))
(sha256
(base32
"1x6miiafhv9ncddm7xxjz88amq9bpv6sqnw5k0yz6fy1ghw9ckw0"))))
"0228awp07x7p5dcrvg6mqfq33i636vkjayy36zh2v405ikyxhx7m"))))
;; 'search-patch' returns either a valid file name or #f, so wrap it
;; in 'assume-valid-file-name' to avoid 'local-file' warnings.