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.9.0-guix0-preview1 [se


From: guix-commits
Subject: branch master updated: gnu: icecat: Update to 115.9.0-guix0-preview1 [security fixes].
Date: Tue, 19 Mar 2024 10:17:33 -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 ee11b22fcc gnu: icecat: Update to 115.9.0-guix0-preview1 [security 
fixes].
ee11b22fcc is described below

commit ee11b22fcc7d8b42847e9d940ce5be3bc0d4f880
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon Mar 18 23:05:00 2024 -0400

    gnu: icecat: Update to 115.9.0-guix0-preview1 [security fixes].
    
    Includes fixes for CVE-2023-5388, CVE-2024-0743, CVE-2024-2605,
    CVE-2024-2607, CVE-2024-2608, CVE-2024-2610, CVE-2024-2611,
    CVE-2024-2612, CVE-2024-2614, and CVE-2024-2616.
    
    * 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 1910a6d64c..5df9f1f47b 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -522,9 +522,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.8.0")
+(define %icecat-base-version "115.9.0")
 (define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
-(define %icecat-build-id "20240220000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-build-id "20240319000000") ;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'
@@ -544,12 +544,12 @@ variable defined below.  It requires guile-json to be 
installed."
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "1slmp2v1q3my81z8kiym9rpxw5d9n4sn07v7hv99517w7vr8d05g"))))
+              "00r847l2j2wk20wf1plbnz2ifyqkvwqmaqwq6zknsqz6qmqk6fyv"))))
 
          ;; The upstream-icecat-base-version may be older than the
          ;; %icecat-base-version.
-         (upstream-icecat-base-version "115.8.0")
-         (gnuzilla-commit "7e2ff1ad7e03d2bfe0b2daf3f25961b06cab8848")
+         (upstream-icecat-base-version "115.9.0")
+         (gnuzilla-commit "d1dab742d12e2ffacae70733b14016287fc46613")
          (gnuzilla-source
           (origin
             (method git-fetch)
@@ -561,7 +561,7 @@ variable defined below.  It requires guile-json to be 
installed."
                                       (string-take gnuzilla-commit 8)))
             (sha256
              (base32
-              "1lv3vfqv0zb634gnvzb37fs04rb1jlrd2n1k51yjsvdznpqfpi1y"))))
+              "16z2l0fbbxpl2q80w9mx0x89cq82plkb45jpf172xah0k782akhd"))))
 
          ;; '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]