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


From: guix-commits
Subject: branch master updated: gnu: icecat: Update to 102.6.0-guix0-preview1 [security fixes].
Date: Tue, 13 Dec 2022 12:42:14 -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 d83eef22b2 gnu: icecat: Update to 102.6.0-guix0-preview1 [security 
fixes].
d83eef22b2 is described below

commit d83eef22b25a8717a62ba9d3432b7a8657b7b50b
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue Dec 13 02:22:37 2022 -0500

    gnu: icecat: Update to 102.6.0-guix0-preview1 [security fixes].
    
    Includes fixes for CVE-2022-46872, CVE-2022-46874, CVE-2022-46875,
    CVE-2022-46878, CVE-2022-46880, CVE-2022-46881, and CVE-2022-46882.
    
    * 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 ba910934be..1942fb0d8d 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -477,8 +477,8 @@ in C/C++.")
 ;; XXXX: Workaround 'snippet' limitations.
 (define computed-origin-method (@@ (guix packages) computed-origin-method))
 
-(define %icecat-version "102.5.0-guix0-preview1")
-(define %icecat-build-id "20221115000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "102.6.0-guix0-preview1")
+(define %icecat-build-id "20221213000000") ;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'
@@ -500,11 +500,11 @@ in C/C++.")
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "1n2pq165fxmvgcr5mv3hhaid2vn7lh3jg03lf13kz4c5295x8z81"))))
+              "1zhggzrk7lgip8jm37idh22qks76kmjy4yqy2qi63mvnv2j58cfj"))))
 
-         (upstream-icecat-base-version "102.5.0") ; maybe older than 
base-version
+         (upstream-icecat-base-version "102.6.0") ; maybe older than 
base-version
          ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
-         (gnuzilla-commit "a8848cb35e4e47a344d40596f72d82d57bf5a6f1")
+         (gnuzilla-commit "b6260130b9808f550bdb35061af2d7962109a181")
          (gnuzilla-source
           (origin
             (method git-fetch)
@@ -516,7 +516,7 @@ in C/C++.")
                                       (string-take gnuzilla-commit 8)))
             (sha256
              (base32
-              "0d0brzi7wmg70kvi9p3g24cyya17bvg2djgjn64g14hpnalg8icw"))))
+              "19v443w43jbcl9m5kl52nfai7hs4j07nf2ad9ggca7b2b0cz89b4"))))
 
          ;; '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]