All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] zsh: bump to version 5.1.1
@ 2015-10-02 16:47 Gustavo Zacarias
  2015-10-02 17:28 ` Vincent Olivert Riera
  2015-10-02 19:07 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-10-02 16:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/zsh/zsh.hash | 4 +++-
 package/zsh/zsh.mk   | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/zsh/zsh.hash b/package/zsh/zsh.hash
index 358033f..57c34be 100644
--- a/package/zsh/zsh.hash
+++ b/package/zsh/zsh.hash
@@ -1,2 +1,4 @@
 # From http://www.zsh.org/pub/MD5SUM
-md5	76726ff50309e628de670476e0508b3a	zsh-5.0.7.tar.gz
+md5	0e8ea3313300277a04cee80836507bae	zsh-5.1.1.tar.xz
+# Calculated based on the hash above
+sha256	74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec	zsh-5.1.1.tar.xz
diff --git a/package/zsh/zsh.mk b/package/zsh/zsh.mk
index ffc567d..212305b 100644
--- a/package/zsh/zsh.mk
+++ b/package/zsh/zsh.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-ZSH_VERSION = 5.0.7
+ZSH_VERSION = 5.1.1
 ZSH_SITE = http://www.zsh.org/pub
+ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
 ZSH_DEPENDENCIES = ncurses
 ZSH_CONF_OPTS = --bindir=/bin
 ZSH_LICENSE = MIT-like
-- 
2.4.9

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] zsh: bump to version 5.1.1
  2015-10-02 16:47 [Buildroot] [PATCH] zsh: bump to version 5.1.1 Gustavo Zacarias
@ 2015-10-02 17:28 ` Vincent Olivert Riera
  2015-10-02 19:07 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Vincent Olivert Riera @ 2015-10-02 17:28 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ file output/target/bin/zsh 
output/target/bin/zsh: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 2.6.32, stripped

$ grep ^ZSH_VERSION package/zsh/zsh.mk 
ZSH_VERSION = 5.1.1

Regards,

Vincent.

________________________________________
From: buildroot [buildroot-bounces at busybox.net] on behalf of Gustavo Zacarias [gustavo at zacarias.com.ar]
Sent: 02 October 2015 17:47
To: buildroot at busybox.net
Subject: [Buildroot] [PATCH] zsh: bump to version 5.1.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/zsh/zsh.hash | 4 +++-
 package/zsh/zsh.mk   | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/zsh/zsh.hash b/package/zsh/zsh.hash
index 358033f..57c34be 100644
--- a/package/zsh/zsh.hash
+++ b/package/zsh/zsh.hash
@@ -1,2 +1,4 @@
 # From http://www.zsh.org/pub/MD5SUM
-md5    76726ff50309e628de670476e0508b3a        zsh-5.0.7.tar.gz
+md5    0e8ea3313300277a04cee80836507bae        zsh-5.1.1.tar.xz
+# Calculated based on the hash above
+sha256 74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec        zsh-5.1.1.tar.xz
diff --git a/package/zsh/zsh.mk b/package/zsh/zsh.mk
index ffc567d..212305b 100644
--- a/package/zsh/zsh.mk
+++ b/package/zsh/zsh.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################

-ZSH_VERSION = 5.0.7
+ZSH_VERSION = 5.1.1
 ZSH_SITE = http://www.zsh.org/pub
+ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
 ZSH_DEPENDENCIES = ncurses
 ZSH_CONF_OPTS = --bindir=/bin
 ZSH_LICENSE = MIT-like
--
2.4.9

_______________________________________________
buildroot mailing list
buildroot at busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] zsh: bump to version 5.1.1
  2015-10-02 16:47 [Buildroot] [PATCH] zsh: bump to version 5.1.1 Gustavo Zacarias
  2015-10-02 17:28 ` Vincent Olivert Riera
@ 2015-10-02 19:07 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-10-02 19:07 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri,  2 Oct 2015 13:47:27 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/zsh/zsh.hash | 4 +++-
>  package/zsh/zsh.mk   | 3 ++-
>  2 files changed, 5 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-02 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-02 16:47 [Buildroot] [PATCH] zsh: bump to version 5.1.1 Gustavo Zacarias
2015-10-02 17:28 ` Vincent Olivert Riera
2015-10-02 19:07 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.