[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: icecat: Update to 78.12.0-guix0-preview1 [se
From: |
guix-commits |
Subject: |
branch master updated: gnu: icecat: Update to 78.12.0-guix0-preview1 [security fixes]. |
Date: |
Wed, 14 Jul 2021 13:31:06 -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 d2b30db gnu: icecat: Update to 78.12.0-guix0-preview1 [security
fixes].
d2b30db is described below
commit d2b30db788f1743f9f8738cb1de977b77748567f
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Wed Jul 14 00:30:37 2021 -0400
gnu: icecat: Update to 78.12.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2021-29970, CVE-2021-29976, and CVE-2021-30547.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.
---
gnu/packages/gnuzilla.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 6ec9201..233e310 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -694,8 +694,8 @@ from forcing GEXP-PROMISE."
#:system system
#:guile-for-build guile)))
-(define %icecat-version "78.11.0-guix0-preview1")
-(define %icecat-build-id "20210601000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "78.12.0-guix0-preview1")
+(define %icecat-build-id "20210713000000") ;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'
@@ -717,7 +717,7 @@ from forcing GEXP-PROMISE."
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
- "0zjpzkxx3wc2840d7q4b9lnkj1kwk1qps29s9c83jf5y6xclnf9q"))))
+ "043lplq5i4ax6nh4am3b2bm8dbn4rzzcji1zp0yy1pad4nwahmcb"))))
(upstream-icecat-base-version "78.7.0") ; maybe older than
base-version
;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: icecat: Update to 78.12.0-guix0-preview1 [security fixes].,
guix-commits <=