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


From: guix-commits
Subject: branch master updated: gnu: icecat: Update to 91.9.0-guix0-preview1 [security fixes].
Date: Tue, 03 May 2022 14:57:39 -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 9916933a04 gnu: icecat: Update to 91.9.0-guix0-preview1 [security 
fixes].
9916933a04 is described below

commit 9916933a04e216d71733b83c6023778e7243c38b
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue May 3 05:20:13 2022 -0400

    gnu: icecat: Update to 91.9.0-guix0-preview1 [security fixes].
    
    Includes fixes for CVE-2022-29909, CVE-2022-29911, CVE-2022-29912,
    CVE-2022-29914, CVE-2022-29916, and CVE-2022-29917.
    
    * gnu/packages/gnuzilla.scm (%icecat-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 71e63543c2..91f8d3eb27 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -716,8 +716,8 @@ in C/C++.")
 ;; XXXX: Workaround 'snippet' limitations.
 (define computed-origin-method (@@ (guix packages) computed-origin-method))
 
-(define %icecat-version "91.8.0-guix0-preview1")
-(define %icecat-build-id "20220405000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "91.9.0-guix0-preview1")
+(define %icecat-build-id "20220503000000") ;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'
@@ -739,11 +739,11 @@ in C/C++.")
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "0fkz12grzl9892b8ncd5y93xhzhbvkik4d0944vgkizmrd9si0yl"))))
+              "175sakp772hx5c45zc1isbibhpvw7xb4l2lwaf9pvxig9j9ymgml"))))
 
-         (upstream-icecat-base-version "91.8.0") ; maybe older than 
base-version
+         (upstream-icecat-base-version "91.9.0") ; maybe older than 
base-version
          ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
-         (gnuzilla-commit "3aec3e591e7b1de0bfe5025a54ef5771a9823917")
+         (gnuzilla-commit "d7d3e9a33d2b3b78a6e08060684580c72c0d6e93")
          (gnuzilla-source
           (origin
             (method git-fetch)
@@ -755,7 +755,7 @@ in C/C++.")
                                       (string-take gnuzilla-commit 8)))
             (sha256
              (base32
-              "1mianwz71yixqdb3bji3hvn8ixsmhz4ygq06fnb1p3dpbaphspa1"))))
+              "0mp6mknnhha88932v6pmfadjbnnvkcrsi1ljmcrcz7pb9y81gxn0"))))
 
          ;; '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]