diff options
author | ryoon <ryoon> | 2015-11-02 15:21:01 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-11-02 15:21:01 +0000 |
commit | 5ff97daead4e18ea87ef640e676262d35da99352 (patch) | |
tree | 23799e317aad06c787b872779e9bed9a58de5b18 | |
parent | f0b41839b059255aae97e1cd752267de233d30aa (diff) | |
download | pkgsrc-5ff97daead4e18ea87ef640e676262d35da99352.tar.gz |
Update to 5.1.1
Changelog:
Changes from 5.1 to 5.1.1
-------------------------
5.1.1 is primarily a bug fix release; however, a few minor features were
added.
The ZLE variables YANK_ACTIVE, YANK_START and YANK_END have been added
and are useful for managing highlighting.
The zsh-specific pattern match range tests have been supplemented with
[:INCOMPLETE:] and [:INVALID:] to help detect the state of partially
read multibyte character strings.
-rw-r--r-- | shells/zsh/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index d4fcdec01ae..3f4af0da5e8 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2015/09/02 10:54:29 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.73 2015/11/02 15:21:01 ryoon Exp $ .include "../../shells/zsh/Makefile.common" -ZSH_VERSION= 5.1 +ZSH_VERSION= 5.1.1 ZSH_MAINTAINER= uebayasi@NetBSD.org CONFIGURE_ARGS+= --disable-gdbm diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index 7793ccb9140..76d15c7fc31 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.54 2015/09/02 10:54:29 szptvlfn Exp $ +$NetBSD: distinfo,v 1.55 2015/11/02 15:21:01 ryoon Exp $ -SHA1 (zsh-5.1.tar.xz) = 5461213760341a9010a90cd7a3c48e27804879b0 -RMD160 (zsh-5.1.tar.xz) = 3d66abaad114be7d90969f8f1bd4a90b3b3d0f22 -Size (zsh-5.1.tar.xz) = 2785404 bytes +SHA1 (zsh-5.1.1.tar.xz) = c47a6a6a3624c28290832f29eba40ac6155c6b0d +RMD160 (zsh-5.1.1.tar.xz) = 28baa80559d3bad4a38859c2c5b5ac65d508f518 +SHA512 (zsh-5.1.1.tar.xz) = 732f183a03125e83da11a38c638ca54a667326a23ca19418b0df27b1d5b3b1f360383d84f66bde064911effaa2ce9cbb9b6ab86deddb92f80e8f601af8a82b3e +Size (zsh-5.1.1.tar.xz) = 2788676 bytes SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2 SHA1 (patch-configure.ac) = e34bbae6385442b51a7263b22681898203d0c013 |