guix-commits
[Top][All Lists]
Advanced

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

branch gnuzilla-updates updated: UNTESTED: gnu: icecat: Update to 102.3.


From: guix-commits
Subject: branch gnuzilla-updates updated: UNTESTED: gnu: icecat: Update to 102.3.0-guix0-preview1 [security fixes].
Date: Mon, 19 Sep 2022 18:10:12 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/gnuzilla-updates by this push:
     new d6aac7dc95 UNTESTED: gnu: icecat: Update to 102.3.0-guix0-preview1 
[security fixes].
d6aac7dc95 is described below

commit d6aac7dc95a2e7dfef1f3679200888cc13039627
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon Sep 19 18:00:50 2022 -0400

    UNTESTED: gnu: icecat: Update to 102.3.0-guix0-preview1 [security fixes].
    
    Includes fixes for ???.
    
    * 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 7789072fc1..5f6d429d25 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -618,8 +618,8 @@ fractional-second-digits-append-item.js")
 ;; XXXX: Workaround 'snippet' limitations.
 (define computed-origin-method (@@ (guix packages) computed-origin-method))
 
-(define %icecat-version "102.2.0-guix0-preview1")
-(define %icecat-build-id "20220824000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "102.3.0-guix0-preview1")
+(define %icecat-build-id "20220920000000") ;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'
@@ -641,11 +641,11 @@ fractional-second-digits-append-item.js")
                   "firefox-" upstream-firefox-version ".source.tar.xz"))
             (sha256
              (base32
-              "1zwpgis7py1bf8p88pz3mpai6a02qrdb8ww2fa9kxxdl9b8r2k81"))))
+              "0nmm861p4zakdvi9lj0ac8dkf9v17250rzcmrx1f6r7rvjv273ih"))))
 
-         (upstream-icecat-base-version "102.2.0") ; maybe older than 
base-version
+         (upstream-icecat-base-version "102.3.0") ; maybe older than 
base-version
          ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
-         (gnuzilla-commit "448beb77c653eb3b7b7649d8bcd8a1704c3144c6")
+         (gnuzilla-commit "f82b5b40943fe7723486fadccb48d454ee3e9dad")
          (gnuzilla-source
           (origin
             (method git-fetch)
@@ -657,7 +657,7 @@ fractional-second-digits-append-item.js")
                                       (string-take gnuzilla-commit 8)))
             (sha256
              (base32
-              "1y3k1z2vals7lnsnghzqli4r6rabdzz20vl74n99lb18ri209iya"))))
+              "1d7lfvwi9mvaxcfiqcgch3idhyxpdf56r9b71r54yiifv6xlr7x9"))))
 
          ;; '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]