From patchwork Fri Aug 29 11:08:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 384182 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 38ADC14012F for ; Fri, 29 Aug 2014 21:08:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BB15C94BF5; Fri, 29 Aug 2014 11:08:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wG7GjjHEN0Ax; Fri, 29 Aug 2014 11:08:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id CE44F94BDC; Fri, 29 Aug 2014 11:08:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E80991C2001 for ; Fri, 29 Aug 2014 11:08:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E3CEE8580F for ; Fri, 29 Aug 2014 11:08:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RvZGGzLnhdkN for ; Fri, 29 Aug 2014 11:08:50 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6600E8BC16 for ; Fri, 29 Aug 2014 11:08:49 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s7TB8hQi020612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 Aug 2014 11:08:45 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1409310527; bh=cXxnTjBvnW0dhclTNkOK/JRB6gA2ln5WqoQdqtCln+I=; h=From:To:Cc:Subject:Date; b=MvS3hahVaSUltAt7vx0PZNZZ0eeQByDh4eRuv2i0jS8fkkyFCHX+ArIcpaDXoJFSl 7qpBQhnsZlrnzS0evL4p8Se5eudaeaJXVKsXGhUdI6AXqYnpnZ4CMfFsgGHyg+z7RI XM3al47Rvrww8eVoV5Oo+Xl8a2yTai0Izvz0m1Wc= Received: by asgard (sSMTP sendmail emulation); Fri, 29 Aug 2014 08:08:37 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 29 Aug 2014 08:08:37 -0300 Message-Id: <1409310517-32635-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] zsh: bump to version 5.0.6 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/zsh/zsh.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/zsh/zsh.mk b/package/zsh/zsh.mk index 8bd2fb0..f4daeeb 100644 --- a/package/zsh/zsh.mk +++ b/package/zsh/zsh.mk @@ -4,11 +4,10 @@ # ################################################################################ -ZSH_VERSION = 5.0.5 +ZSH_VERSION = 5.0.6 ZSH_SITE = http://downloads.sourceforge.net/project/zsh/zsh/$(ZSH_VERSION) ZSH_LICENSE = MIT-like ZSH_LICENSE_FILES = LICENCE - ZSH_DEPENDENCIES = ncurses $(eval $(autotools-package))