guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: UNTESTED: gnu: icecat: Update to 102.5.0-guix0-preview1 [security


From: guix-commits
Subject: 01/01: UNTESTED: gnu: icecat: Update to 102.5.0-guix0-preview1 [security fixes].
Date: Wed, 16 Nov 2022 01:09:46 -0500 (EST)

mhw pushed a commit to branch gnuzilla-updates
in repository guix.

commit fbb8c5c42fb4ffa28db7addf773c0fd1ee94cf7e
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Wed Nov 16 01:03:21 2022 -0500

    UNTESTED: gnu: icecat: Update to 102.5.0-guix0-preview1 [security fixes].
    
    Includes fixes for CVE-2022-45403, CVE-2022-45404, CVE-2022-45405,
    CVE-2022-45406, CVE-2022-45408, CVE-2022-45409, CVE-2022-45410,
    CVE-2022-45411, CVE-2022-45412, CVE-2022-45416, CVE-2022-45418,
    CVE-2022-45420, and CVE-2022-45421.
    
    * 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 e8059b1a0a..f3e7efead7 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -621,8 +621,8 @@ in C/C++.")
 ;; XXXX: Workaround 'snippet' limitations.
 (define computed-origin-method (@@ (guix packages) computed-origin-method))
 
-(define %icecat-version "102.4.0-guix0-preview1")
-(define %icecat-build-id "20221019000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "102.5.0-guix0-preview1")
+(define %icecat-build-id "20221115000000") ;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'
@@ -644,11 +644,11 @@ in C/C++.")
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "0klh3lbm0zdmv90kmmpkzgn15pfjibr7zsjy3kvbzpql97fhv7z7"))))
+              "1n2pq165fxmvgcr5mv3hhaid2vn7lh3jg03lf13kz4c5295x8z81"))))
 
-         (upstream-icecat-base-version "102.4.0") ; maybe older than 
base-version
+         (upstream-icecat-base-version "102.5.0") ; maybe older than 
base-version
          ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
-         (gnuzilla-commit "8f1aa117ddca6e8cd0114265fb4ca9b5a927565a")
+         (gnuzilla-commit "a8848cb35e4e47a344d40596f72d82d57bf5a6f1")
          (gnuzilla-source
           (origin
             (method git-fetch)
@@ -660,7 +660,7 @@ in C/C++.")
                                       (string-take gnuzilla-commit 8)))
             (sha256
              (base32
-              "0ryrn8ivm763swd0qbqhlgdwc2dj4xjd81d9i2r6hb7bsb4ky3y5"))))
+              "0d0brzi7wmg70kvi9p3g24cyya17bvg2djgjn64g14hpnalg8icw"))))
 
          ;; '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]