[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: icecat: Update to 102.15.1 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: icecat: Update to 102.15.1 [security fixes]. |
Date: |
Mon, 18 Sep 2023 10:26:38 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3d9ebc7b2e gnu: icecat: Update to 102.15.1 [security fixes].
3d9ebc7b2e is described below
commit 3d9ebc7b2ed24312fd6a0916c203f7b86d57753d
Author: Dr. Arne Babenhauserheide <arne_bab@web.de>
AuthorDate: Mon Sep 18 12:58:26 2023 +0200
gnu: icecat: Update to 102.15.1 [security fixes].
This fixes fix mfsa2023-40, a critical webp vulnerability.
See https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/
* gnu/packages/gnuzilla.scm (%icecat-base-version, icecat-source):
Update to 102.15.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/gnuzilla.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 6e2f9729cf..e700931d28 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -518,7 +518,7 @@ 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 "102.15.0")
+(define %icecat-base-version "102.15.1")
(define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
(define %icecat-build-id "20230829000000") ;must be of the form YYYYMMDDhhmmss
@@ -540,7 +540,7 @@ variable defined below. It requires guile-json to be
installed."
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
- "1bs6hxfsb77cbi238wvizq2iw4mlgz29m0sd027sz8zm1025kyl1"))))
+ "04q1fjninm9lw721xgv0c2fknicc24s8iaimkabwcfwmcnvly689"))))
;; The upstream-icecat-base-version may be older than the
;; %icecat-base-version.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: icecat: Update to 102.15.1 [security fixes].,
guix-commits <=