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.3.1-guix0-preview1 [fi


From: guix-commits
Subject: branch master updated: gnu: icecat: Update to 115.3.1-guix0-preview1 [fixes CVE-2023-5217].
Date: Tue, 03 Oct 2023 15:46:25 -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 f3b907c168 gnu: icecat: Update to 115.3.1-guix0-preview1 [fixes 
CVE-2023-5217].
f3b907c168 is described below

commit f3b907c1688c1f8a89052d011a6f39a5e5199049
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue Oct 3 15:43:24 2023 -0400

    gnu: icecat: Update to 115.3.1-guix0-preview1 [fixes CVE-2023-5217].
    
    * 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 ab629afd3d..ac96d7fb1f 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -541,9 +541,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.3.0")
+(define %icecat-base-version "115.3.1")
 (define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
-(define %icecat-build-id "20230926000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-build-id "20230928000000") ;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'
@@ -563,12 +563,12 @@ variable defined below.  It requires guile-json to be 
installed."
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "1jkhfrnjyjr3c7xs724ny0wv3jamld8ia6ggx273ppw17l5wa7ca"))))
+              "0lqymabkhxpdhmgz81if8za1hdakh8nlm4cmsir4y1fa95p2bnkx"))))
 
          ;; The upstream-icecat-base-version may be older than the
          ;; %icecat-base-version.
-         (upstream-icecat-base-version "115.3.0")
-         (gnuzilla-commit "3486a3e29280093102e11411d4f05987133ba789")
+         (upstream-icecat-base-version "115.3.1")
+         (gnuzilla-commit "1b0f0ba84716023657dd7dff72cb408e35380a60")
          (gnuzilla-source
           (origin
             (method git-fetch)
@@ -580,7 +580,7 @@ variable defined below.  It requires guile-json to be 
installed."
                                       (string-take gnuzilla-commit 8)))
             (sha256
              (base32
-              "0x3dlrvf59w8sgg5n6ryaj39yxr2573zmshimfh4mzbidv3j4aw5"))))
+              "0kvdyg2kzjabldqa10any5ad8r06pcybamvfnkn7nwcvd86g8s0v"))))
 
          ;; '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]