[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: icecat: Update to 91.8.0-guix0-preview1 [sec
From: |
guix-commits |
Subject: |
branch master updated: gnu: icecat: Update to 91.8.0-guix0-preview1 [security fixes]. |
Date: |
Tue, 05 Apr 2022 18:12:59 -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 3b3cc9dfed gnu: icecat: Update to 91.8.0-guix0-preview1 [security
fixes].
3b3cc9dfed is described below
commit 3b3cc9dfed30afec70a6feaced3710bf79f8b2bc
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue Apr 5 14:34:04 2022 -0400
gnu: icecat: Update to 91.8.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2022-1097, CVE-2022-1196, CVE-2022-24713,
CVE-2022-28281, CVE-2022-28282, CVE-2022-28285, CVE-2022-28286, and
CVE-2022-28289.
* 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 2096f712bb..0fdc678105 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.7.0-guix0-preview1")
-(define %icecat-build-id "20220307000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "91.8.0-guix0-preview1")
+(define %icecat-build-id "20220405000000") ;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
- "0npf1w6ic14zjn2h5zp8il4l0s61l9mykgnbcinxc47gw6myjflw"))))
+ "0fkz12grzl9892b8ncd5y93xhzhbvkik4d0944vgkizmrd9si0yl"))))
- (upstream-icecat-base-version "91.7.0") ; maybe older than
base-version
+ (upstream-icecat-base-version "91.8.0") ; maybe older than
base-version
;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
- (gnuzilla-commit "76e23c5f1bcebc22f7936baa29f75c6c9415935e")
+ (gnuzilla-commit "3aec3e591e7b1de0bfe5025a54ef5771a9823917")
(gnuzilla-source
(origin
(method git-fetch)
@@ -755,7 +755,7 @@ in C/C++.")
(string-take gnuzilla-commit 8)))
(sha256
(base32
- "1qvhpyws73f5is7l5isiag6lbqj9gkbdkc9gj29lhhhgla8j6qyg"))))
+ "1mianwz71yixqdb3bji3hvn8ixsmhz4ygq06fnb1p3dpbaphspa1"))))
;; 'search-patch' returns either a valid file name or #f, so wrap it
;; in 'assume-valid-file-name' to avoid 'local-file' warnings.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: icecat: Update to 91.8.0-guix0-preview1 [security fixes].,
guix-commits <=