[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Zsh: Update to 5.8.1 [fixes CVE-2021-45444].
From: |
guix-commits |
Subject: |
branch master updated: gnu: Zsh: Update to 5.8.1 [fixes CVE-2021-45444]. |
Date: |
Wed, 16 Feb 2022 12:23:45 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 73e28a8890 gnu: Zsh: Update to 5.8.1 [fixes CVE-2021-45444].
73e28a8890 is described below
commit 73e28a88903646116a49bd00c3ac780982b6babd
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Feb 16 12:12:36 2022 -0500
gnu: Zsh: Update to 5.8.1 [fixes CVE-2021-45444].
* gnu/packages/shells.scm (zsh): Update to 5.8.1.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 9f07afc3fb..dda670d237 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -469,7 +469,7 @@ history mechanism, job control and a C-like syntax.")
(define-public zsh
(package
(name "zsh")
- (version "5.8")
+ (version "5.8.1")
(source (origin
(method url-fetch)
(uri (list (string-append
@@ -480,7 +480,7 @@ history mechanism, job control and a C-like syntax.")
".tar.xz")))
(sha256
(base32
- "09yyaadq738zlrnlh1hd3ycj1mv3q5hh4xl1ank70mjnqm6bbi6w"))))
+ "06crvpqbpm8sq5c215f4b985z7npwnqnj0i0g53hnq6fp8h3b5xn"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags
`("--with-tcsetpgrp"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Zsh: Update to 5.8.1 [fixes CVE-2021-45444].,
guix-commits <=