diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-12 08:27:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-12 08:27:47 +0000 |
commit | cede509e865a76a6f86e991824105f08344ac708 (patch) | |
tree | 8271df13a043f81d083d862e1e7821a942071b3c /shells/zsh/Makefile | |
parent | abb74e1844c98a9fc800a88120727b872a42fcb4 (diff) | |
download | pkgsrc-cede509e865a76a6f86e991824105f08344ac708.tar.gz |
Update to 5.0.7:
5.0.7
This is version 5.0.7 of the shell. This is a stable release.
There are minor new features as well as bug fixes since 5.0.6.
Note in particular there is a security fix to disallow evaluation
of the initial values of integer variables imported from the
environment (they are instead treated as literal numbers). That
could allow local privilege escalation, under some specific and
atypical conditions where zsh is being invoked in privilege elevation
contexts when the environment has not been properly sanitized, such
as when zsh is invoked by sudo on systems where "env_reset" has
been disabled.
5.0.6
This is version 5.0.6 of the shell. This is a stable release.
There are minor new features as well as bug fixes since 5.0.5.
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index f164797ccc6..fa42f5ad00a 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2014/06/25 08:39:11 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2014/12/12 08:27:47 wiz Exp $ .include "../../shells/zsh/Makefile.common" -ZSH_VERSION= 5.0.5 -PKGREVISION= 1 +ZSH_VERSION= 5.0.7 ZSH_MAINTAINER= uebayasi@NetBSD.org CONFIGURE_ARGS+= --disable-gdbm |