summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-01-03 18:44:45 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-01-03 23:51:26 +0100
commit268e5b82a6432c165a2e90c51daf259d8a388ce0 (patch)
treeaa99483af9889b44c63443d38fb6f7ad830688ed
parente143b0c73e62fa946c3b4417919fc98e352a8fc5 (diff)
downloadbuildroot-268e5b82a6432c165a2e90c51daf259d8a388ce0.tar.gz
buildroot-268e5b82a6432c165a2e90c51daf259d8a388ce0.zip
package/zlib: bump version to 1.2.10
Changed _SITE url to the upstream project site because Sourceforge does not provide the tarball for 1.2.10 as of now. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/zlib/zlib.hash2
-rw-r--r--package/zlib/zlib.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/package/zlib/zlib.hash b/package/zlib/zlib.hash
index d6382f8d3b..17dc9b4b88 100644
--- a/package/zlib/zlib.hash
+++ b/package/zlib/zlib.hash
@@ -1,2 +1,2 @@
# From http://www.zlib.net/
-md5 28f1205d8dd2001f26fec1e8c2cebe37 zlib-1.2.8.tar.xz
+sha256 9612bf086047078ce3a1c154fc9052113fc1a2a97234a059da17a6299bd4dd32 zlib-1.2.10.tar.xz
diff --git a/package/zlib/zlib.mk b/package/zlib/zlib.mk
index 53eb84e150..ba07f2cf79 100644
--- a/package/zlib/zlib.mk
+++ b/package/zlib/zlib.mk
@@ -4,9 +4,9 @@
#
################################################################################
-ZLIB_VERSION = 1.2.8
+ZLIB_VERSION = 1.2.10
ZLIB_SOURCE = zlib-$(ZLIB_VERSION).tar.xz
-ZLIB_SITE = http://downloads.sourceforge.net/project/libpng/zlib/$(ZLIB_VERSION)
+ZLIB_SITE = http://www.zlib.net
ZLIB_LICENSE = zlib license
ZLIB_LICENSE_FILES = README
ZLIB_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud