zsh 5.8.1 was released today. make test fails in the same way it did for
5.8.

This is a stable security release with a few bug fixes, including one
for CVE-2021-45444, a vulnerability in prompt expansion which could be
exploited through e.g. VCS_Info to execute arbitrary shell commands
without a user's knowledge. All sites are encouraged to update from
zsh 5.8. A partial work-around which can be applied within a running
shell is provided in the source distribution for those who are unable
to update their shell binaries.

https://www.zsh.org/mla/announce/msg00133.html


diff --git Makefile Makefile
index 7d9cee17bd6..20323e17b30 100644
--- Makefile
+++ Makefile
@@ -2,8 +2,7 @@
 
 COMMENT=       Z shell, Bourne shell-compatible
 
-V=             5.8
-REVISION =     0
+V=             5.8.1
 DISTNAME=      zsh-$V
 CATEGORIES=    shells
 
diff --git distinfo distinfo
index 3c4b1f7fa0f..62b4cf054d1 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (zsh-5.8.tar.xz) = 3MS1TMVWVnCmVYF2AmHBY9cgmR8NBkhtph+Ng5tS3ic=
-SIZE (zsh-5.8.tar.xz) = 3193284
+SHA256 (zsh-5.8.1.tar.xz) = tpc1ILrOYAtHeSACabHl155fUFrElSBYwRrVu/DdmRk=
+SIZE (zsh-5.8.1.tar.xz) = 3200540

Reply via email to