Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] icu: bump to version 56.1
@ 2015-10-13 12:45 gustavo.zacarias at free-electrons.com
  2015-10-13 16:46 ` Vicente Olivert Riera
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gustavo.zacarias at free-electrons.com @ 2015-10-13 12:45 UTC (permalink / raw)
  To: buildroot

From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>

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

diff --git a/package/icu/icu.hash b/package/icu/icu.hash
index cc3352e..e9f82b1 100644
--- a/package/icu/icu.hash
+++ b/package/icu/icu.hash
@@ -1,2 +1,4 @@
-# From https://ssl.icu-project.org/files/icu4c/55.1/icu4c-src-55_1.md5
-md5	e2d523df79d6cb7855c2fbe284f4db29	icu4c-55_1-src.tgz
+# From https://ssl.icu-project.org/files/icu4c/56.1/icu4c-src-56_1.md5
+md5	c4a2d71ff56aec5ebfab2a3f059be99d	icu4c-56_1-src.tgz
+# Calculated based on the hash above
+sha256	3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816	icu4c-56_1-src.tgz
diff --git a/package/icu/icu.mk b/package/icu/icu.mk
index e89290a..5604504 100644
--- a/package/icu/icu.mk
+++ b/package/icu/icu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ICU_VERSION = 55.1
+ICU_VERSION = 56.1
 ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz
 ICU_SITE = http://download.icu-project.org/files/icu4c/$(ICU_VERSION)
 ICU_LICENSE = ICU License
-- 
2.4.9

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

* [Buildroot] [PATCH] icu: bump to version 56.1
  2015-10-13 12:45 [Buildroot] [PATCH] icu: bump to version 56.1 gustavo.zacarias at free-electrons.com
@ 2015-10-13 16:46 ` Vicente Olivert Riera
  2015-10-13 16:47 ` Vicente Olivert Riera
  2015-10-13 19:18 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-10-13 16:46 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On 10/13/2015 01:45 PM, gustavo.zacarias at free-electrons.com wrote:
> From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> 
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ grep ^ICU_VERSION package/icu/icu.mk
ICU_VERSION = 56.1

$ file output/target/usr/lib/libicudata.so.56.1
output/target/usr/lib/libicudata.so.56.1: ELF 32-bit MSB shared object,
MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, with unknown
capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 =
0x70401, stripped

Regards,

Vincent.

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

* [Buildroot] [PATCH] icu: bump to version 56.1
  2015-10-13 12:45 [Buildroot] [PATCH] icu: bump to version 56.1 gustavo.zacarias at free-electrons.com
  2015-10-13 16:46 ` Vicente Olivert Riera
@ 2015-10-13 16:47 ` Vicente Olivert Riera
  2015-10-13 19:18 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-10-13 16:47 UTC (permalink / raw)
  To: buildroot

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

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

* [Buildroot] [PATCH] icu: bump to version 56.1
  2015-10-13 12:45 [Buildroot] [PATCH] icu: bump to version 56.1 gustavo.zacarias at free-electrons.com
  2015-10-13 16:46 ` Vicente Olivert Riera
  2015-10-13 16:47 ` Vicente Olivert Riera
@ 2015-10-13 19:18 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-10-13 19:18 UTC (permalink / raw)
  To: buildroot

Dear gustavo.zacarias at free-electrons.com,

On Tue, 13 Oct 2015 09:45:00 -0300, gustavo.zacarias at free-electrons.com
wrote:
> From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> 
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> ---
>  package/icu/icu.hash | 6 ++++--
>  package/icu/icu.mk   | 2 +-
>  2 files changed, 5 insertions(+), 3 deletions(-)

Applied, thanks.

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

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 12:45 [Buildroot] [PATCH] icu: bump to version 56.1 gustavo.zacarias at free-electrons.com
2015-10-13 16:46 ` Vicente Olivert Riera
2015-10-13 16:47 ` Vicente Olivert Riera
2015-10-13 19:18 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox