From 66deaa25966c2ffdbadf7a831addf29f63ce0f8a Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Wed, 6 Feb 2019 07:32:26 +0700 Subject: [PATCH] zsh: update to 5.7.1. --- .../patches/vcs-info-infinite-recursion.patch | 31 ------------------- srcpkgs/zsh/template | 6 ++-- 2 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch diff --git a/srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch b/srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch deleted file mode 100644 index 647d639dff3..00000000000 --- a/srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch +++ /dev/null @@ -1,31 +0,0 @@ -commit b70919e0d9dadc93893e9d18bc3ef13b88756ecf -Author: dana -Date: Sun Jan 27 00:26:31 2019 -0600 - - 44020: VCS_INFO_detect_p4: Fix infinite recursion - -diff --git ChangeLog ChangeLog -index 81668ccc9..be243c1b8 100644 ---- ChangeLog -+++ ChangeLog -@@ -1,3 +1,8 @@ -+2018-01-27 dana -+ -+ * 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix -+ infinite recursion -+ - 2018-01-24 dana - - * unposted: Config/version.mk: Post-release version bump -diff --git Functions/VCS_Info/Backends/VCS_INFO_detect_p4 Functions/VCS_Info/Backends/VCS_INFO_detect_p4 -index d171c68ee..5ec21da9f 100644 ---- Functions/VCS_Info/Backends/VCS_INFO_detect_p4 -+++ Functions/VCS_Info/Backends/VCS_INFO_detect_p4 -@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() { - } - - --(( ${+functions[VCS_INFO_detect_p4]} )) || - VCS_INFO_detect_p4() { - local serverport p4where - diff --git a/srcpkgs/zsh/template b/srcpkgs/zsh/template index e6e09050524..b87bfbd1faf 100644 --- a/srcpkgs/zsh/template +++ b/srcpkgs/zsh/template @@ -1,7 +1,7 @@ # Template file for 'zsh' pkgname=zsh -version=5.7 -revision=2 +version=5.7.1 +revision=1 build_style=gnu-configure make_build_target="all info" make_install_args="install.info" @@ -22,7 +22,7 @@ maintainer="Juan RP " license="MIT, GPL-3.0-or-later" homepage="http://www.zsh.org" distfiles="http://www.zsh.org/pub/zsh-${version}.tar.xz" -checksum=7807b290b361d9fa1e4c2dfafc78cb7e976e7015652e235889c6eff7468bd613 +checksum=7260292c2c1d483b2d50febfa5055176bd512b32a8833b116177bf5f01e77ee8 register_shell="/bin/zsh" lib32disabled=yes