[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: icecat: Update to 115.4.0-guix0-preview1 [se
From: |
guix-commits |
Subject: |
branch master updated: gnu: icecat: Update to 115.4.0-guix0-preview1 [security fixes]. |
Date: |
Tue, 24 Oct 2023 15:59:00 -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 00747316ee gnu: icecat: Update to 115.4.0-guix0-preview1 [security
fixes].
00747316ee is described below
commit 00747316ee0e1a7962ffe226c727776ba7a8163b
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon Oct 23 16:58:58 2023 -0400
gnu: icecat: Update to 115.4.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2023-5721, CVE-2023-5724, CVE-2023-5725,
CVE-2023-5726, CVE-2023-5727, CVE-2023-5728, CVE-2023-5730, and
CVE-2023-5732.
* gnu/packages/gnuzilla.scm (%icecat-base-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 1817dd44d1..9dfc61a7d7 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -546,9 +546,9 @@ variable defined below. It requires guile-json to be
installed."
;; XXXX: Workaround 'snippet' limitations.
(define computed-origin-method (@@ (guix packages) computed-origin-method))
-(define %icecat-base-version "115.3.1")
+(define %icecat-base-version "115.4.0")
(define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
-(define %icecat-build-id "20230928000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-build-id "20231024000000") ;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'
@@ -568,12 +568,12 @@ variable defined below. It requires guile-json to be
installed."
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
- "0lqymabkhxpdhmgz81if8za1hdakh8nlm4cmsir4y1fa95p2bnkx"))))
+ "0ndf8b6qj0f178k5yq9s9mjgj9csb62f0igy74dzj28vlgrxn7y3"))))
;; The upstream-icecat-base-version may be older than the
;; %icecat-base-version.
- (upstream-icecat-base-version "115.3.1")
- (gnuzilla-commit "1b0f0ba84716023657dd7dff72cb408e35380a60")
+ (upstream-icecat-base-version "115.4.0")
+ (gnuzilla-commit "5b2ce0c4cefc73f996f260edfac368ecc3d86b24")
(gnuzilla-source
(origin
(method git-fetch)
@@ -585,7 +585,7 @@ variable defined below. It requires guile-json to be
installed."
(string-take gnuzilla-commit 8)))
(sha256
(base32
- "0kvdyg2kzjabldqa10any5ad8r06pcybamvfnkn7nwcvd86g8s0v"))))
+ "13a0rv6b2vcf2mv7bfbb0rlx08pi0bz29dig0xrfdy3m1p39apla"))))
;; '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 115.4.0-guix0-preview1 [security fixes].,
guix-commits <=