From c0f01276b2fa163fc4725b321b3c461987bd2c09 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Mon, 17 Apr 2017 09:47:25 +0900 Subject: [PATCH 1/1] icu: bump to 59.1 Maintainer: me Compile tested: ar71xx brcm2708, LEDE trunk r3972-aefa195 Run tested: NONE Description: upstream update to 59.1 Signed-off-by: Hirokazu MORIKAWA --- libs/icu/Makefile | 9 +++++---- libs/icu/patches/000-dont-cpy-files-from-topdirs.patch | 2 +- libs/icu/patches/001-disable-strtod_l.patch | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 58234d415c..d4c07c2f89 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c -PKG_VERSION:=58.2 -PKG_RELEASE:=5 +PKG_VERSION:=59.1 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-58_2-src.tgz +PKG_SOURCE:=$(PKG_NAME)-59_1-src.tgz PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION) -PKG_MD5SUM:=fac212b32b7ec7ab007a12dff1f3aea1 +PKG_MD5SUM:=54923fa9fab5b2b83f235fb72523de37 +PKG_HASH:=7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe PKG_LICENSE:=ICU-1.8.1+ PKG_LICENSE_FILES:=LICENSE diff --git a/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch b/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch index 8b8cb7bc05..291530a530 100644 --- a/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch +++ b/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch @@ -2,7 +2,7 @@ diff --git a/Makefile.in b/Makefile.in index 9db6c52..6aa2273 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -180,7 +180,6 @@ install-icu: $(INSTALLED_BUILT_FILES) +@@ -184,7 +184,6 @@ install-icu: $(INSTALLED_BUILT_FILES) $(INSTALL_SCRIPT) $(top_srcdir)/install-sh $(DESTDIR)$(pkgdatadir)/install-sh @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/ diff --git a/libs/icu/patches/001-disable-strtod_l.patch b/libs/icu/patches/001-disable-strtod_l.patch index b84d14fc40..7ee9732ac7 100644 --- a/libs/icu/patches/001-disable-strtod_l.patch +++ b/libs/icu/patches/001-disable-strtod_l.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -893,8 +893,8 @@ +@@ -883,8 +883,8 @@ AC_CHECK_FUNC(strtod_l) if test x$ac_cv_func_strtod_l = xyes then @@ -13,7 +13,7 @@ U_HAVE_STRTOD_L=0 --- a/configure +++ b/configure -@@ -7053,8 +7053,8 @@ +@@ -7093,8 +7093,8 @@ if test x$ac_cv_func_strtod_l = xyes then -- 2.30.2