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


From: guix-commits
Subject: branch master updated: gnu: icecat: Update to 78.15.0-guix0-preview1 [security fixes].
Date: Tue, 05 Oct 2021 13:36:35 -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 a55932f  gnu: icecat: Update to 78.15.0-guix0-preview1 [security 
fixes].
a55932f is described below

commit a55932fe73077fe189e62471b7d7764bef2a6c2e
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon Oct 4 15:23:58 2021 -0400

    gnu: icecat: Update to 78.15.0-guix0-preview1 [security fixes].
    
    Includes fixes for CVE-2021-38496 and CVE-2021-38500.
    
    * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
    (icecat-source): Update upstream source hash.
---
 gnu/packages/gnuzilla.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 9f6e1f2..a67e518 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -685,8 +685,8 @@ in C/C++.")
 ;; XXXX: Workaround 'snippet' limitations.
 (define computed-origin-method (@@ (guix packages) computed-origin-method))
 
-(define %icecat-version "78.14.0-guix0-preview1")
-(define %icecat-build-id "20210907000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "78.15.0-guix0-preview1")
+(define %icecat-build-id "20211005000000") ;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'
@@ -708,7 +708,7 @@ in C/C++.")
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "1ymjlg6p23c510m764pqr4sldrvk0c7g490a29js2cqc2nj2h3ma"))))
+              "0l91cxdc5v9fps79ckb1kid4gw6v5qng1jd9zvaacwaiv628shx4"))))
 
          (upstream-icecat-base-version "78.7.0") ; maybe older than 
base-version
          ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))



reply via email to

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