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.8.0-guix0-preview1 [sec


From: guix-commits
Subject: branch master updated: gnu: icecat: Update to 78.8.0-guix0-preview1 [security fixes].
Date: Wed, 24 Feb 2021 00:33:38 -0500

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 15c4b98  gnu: icecat: Update to 78.8.0-guix0-preview1 [security fixes].
15c4b98 is described below

commit 15c4b98daa4a4cb020f38531eb6be1557f7ee398
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue Feb 23 17:42:06 2021 -0500

    gnu: icecat: Update to 78.8.0-guix0-preview1 [security fixes].
    
    Includes fixes for CVE-2021-23968, CVE-2021-23969, CVE-2021-23973, and
    CVE-2021-23978.
    
    * 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 7f33019..dfc6194 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -694,8 +694,8 @@ from forcing GEXP-PROMISE."
                       #:system system
                       #:guile-for-build guile)))
 
-(define %icecat-version "78.7.0-guix0-preview1")
-(define %icecat-build-id "20210126000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "78.8.0-guix0-preview1")
+(define %icecat-build-id "20210223000000") ;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'
@@ -717,7 +717,7 @@ from forcing GEXP-PROMISE."
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "0hqnc98k4irq0lsp154binrl0c6kxy6xmab3ss9jwx6d53dl380s"))))
+              "0451hhjrj9hb6limxim7sbhvw4gs6dd2gmnfxjjx07z3wbgdzwhw"))))
 
          (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]