~ruther/guix-local

898b5f30f3d485d48275c920da172863da9524c6 — Mark H Weaver 2 years ago 6e86089
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.
1 files changed, 6 insertions(+), 6 deletions(-)

M gnu/packages/gnuzilla.scm
M gnu/packages/gnuzilla.scm => gnu/packages/gnuzilla.scm +6 -6
@@ 523,9 523,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.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 @@ variable defined below.  It requires guile-json to be installed."
                  "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 @@ variable defined below.  It requires guile-json to be installed."
                                      (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.