summaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-09-09 00:46:52 +0000
committerwen <wen@pkgsrc.org>2018-09-09 00:46:52 +0000
commit279e0e5697e625f66ca1d9b7a7aa929291d4abaf (patch)
tree9c0c175ae1946b418e772e182ed7d6f00b09e2b5 /shells/zsh/Makefile
parent255e285aae56304a7a14e0016ccfe037b3da7c8f (diff)
downloadpkgsrc-279e0e5697e625f66ca1d9b7a7aa929291d4abaf.tar.gz
Update to 5.6
Upstream changes: Changes from 5.5.1-test-2 to 5.6 -------------------------------- CVE-2018-0502: Data from the second line of a #! script file might be passed to execve(). For example, in the following situation - . printf '#!foo\nbar' > baz ./baz . the shell might take "bar" rather than "foo" for the argv[0] to be passed to execve(). [ Reported by Anthony Sottile and Buck Evan. ] CVE-2018-13259: A shebang line longer than 64 characters would be truncated. For example, in the following situation: . ( printf '#!'; repeat 64 printf 'x'; printf 'y' ) > foo ./foo . the shell might execute x...x (64 repetitions) rather than x...xy (64 x's, one y). [ Reported by Daniel Shahaf. ] Changes from 5.5.1 to 5.5.1-test-2 ---------------------------------- Non-stop IEEE 754 arithmetic support - Inf and NaN are now returned from floating point operations where errors were printed before. Inf and NaN are also recognised in arithmetic expressions. In shell patterns, [[:blank:]] now honours the locale instead of matching exclusively on space and tab, like for the other POSIX character classes or for extended regular expressions. Nanosecond precision on file times is supported in the module zsh/stat.
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 62e58016ebf..30a71585972 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2018/04/29 20:41:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.85 2018/09/09 00:46:52 wen Exp $
-DISTNAME= zsh-5.5.1
+DISTNAME= zsh-5.6
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/}
EXTRACT_SUFX= .tar.xz