3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Zsh: Update to 5.8.1 [fixes CVE-2021-45444].

* gnu/packages/shells.scm (zsh): Update to 5.8.1.
This commit is contained in:
Leo Famulari 2022-02-16 12:12:36 -05:00
parent d2bb4847b9
commit 73e28a8890
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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"