guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: icecat: Update to 115.11.0-guix0-preview1 [s


From: guix-commits
Subject: branch master updated: gnu: icecat: Update to 115.11.0-guix0-preview1 [security fixes].
Date: Tue, 14 May 2024 12:28:36 -0400

This is an automated email from the git hooks/post-receive script.

mhw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 898b5f30f3 gnu: icecat: Update to 115.11.0-guix0-preview1 [security 
fixes].
898b5f30f3 is described below

commit 898b5f30f3d485d48275c920da172863da9524c6
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon May 13 21:35:41 2024 -0400

    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.
---
 gnu/packages/gnuzilla.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 81c976e9a7..814b610bba 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]