diff options
author | mef <mef@pkgsrc.org> | 2017-01-29 05:31:13 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-01-29 05:31:13 +0000 |
commit | 46ce64db31e758ddf53794125520483384254614 (patch) | |
tree | 0e798066fa699b66261893c4c352d4ab33129b08 /shells/zsh | |
parent | d55b764d71aba26239fdbdba77464fc919c8950a (diff) | |
download | pkgsrc-46ce64db31e758ddf53794125520483384254614.tar.gz |
Updated shells/zsh to 5.3.1
---------------------------
2016-12-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Config/version.mk, Etc/FAQ.yo, NEWS, README:
release 5.3.1:
2016-12-18 Baptiste Daroussin <bapt@FreeBSD.org>
* 40210: Completion/Unix/Command/_sysctl: Add support modern
FreeBSD and drop support for FreeBSD < 5
2016-12-18 Baptiste Daroussin <bapt@gandi.net>
* 40209: Completion/BSD/Command/_chflags: Fix typo in chflags
completion
2016-12-16 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40149: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info git: Avoid a fork.
* 40203: Test/B03print.ztst: Resolve 'printf --' question from
grandparent commit (thanks Chet).
2016-12-15 Barton E. Schaefer <schaefer@zsh.org>
* 40198: Test/V10private.ztst: output of B02typeset differs when
(( UID == 0 )) so do not attempt to redo that test in that case
2016-12-14 Barton E. Schaefer <schaefer@zsh.org>
* 40179: Src/builtin.c: fix handling of "printf -" and "printf --"
* unposted: Test/B03print.ztst: regression for 40179 / 37467
2016-12-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Config/version.mk: update to 5.3-dev-0 to avoid
clash with installed 5.3.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 96833d84c67..8846bcb4c38 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2016/12/25 00:23:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.77 2017/01/29 05:31:13 mef Exp $ .include "../../shells/zsh/Makefile.common" -ZSH_VERSION= 5.3 +ZSH_VERSION= 5.3.1 ZSH_MAINTAINER= uebayasi@NetBSD.org CONFIGURE_ARGS+= --disable-gdbm diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index 75f40114b1b..1a582e1099f 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.57 2016/12/25 00:23:30 ryoon Exp $ +$NetBSD: distinfo,v 1.58 2017/01/29 05:31:13 mef Exp $ -SHA1 (zsh-5.3.tar.xz) = edc16400cf3a141c60588a87be4193be9dbaa96d -RMD160 (zsh-5.3.tar.xz) = a154d9adf0f8da231250349be576c7371588b6b6 -SHA512 (zsh-5.3.tar.xz) = b34da1a062954ccb166b0a22fa48b0d08bdb8f50fd96cb391f04887c0bf416e771ceaa8af8fa7da2dc2e6f7c3ecce5c92c4e3bee21fd93e467849c8febc021b0 -Size (zsh-5.3.tar.xz) = 2928684 bytes +SHA1 (zsh-5.3.1.tar.xz) = ec2a98c080f213c1c6c465c0c64662b5eae6818f +RMD160 (zsh-5.3.1.tar.xz) = 6599472c943d6ea5b8137dd49df80cb02a121e2c +SHA512 (zsh-5.3.1.tar.xz) = 25f723c76d2779c3cb53de2e0dbb1163ec289f76282bec49757880d0ce32bf64a001a6b40c54c290d342aa09f92319af5c597bff99de8dbd1fc895c11836f304 +Size (zsh-5.3.1.tar.xz) = 2928832 bytes SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2 SHA1 (patch-configure.ac) = e34bbae6385442b51a7263b22681898203d0c013 |