summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2013-05-23 16:56:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-06-04 08:55:21 +0200
commit8cb3f7c1635c784b1dfab8856a213e170d82208e (patch)
tree9325773bbf861f0d3252213422d91da111bde902
parent036a418c004b6268a7c67f90f4fa582b68fe45b0 (diff)
downloadptxdist-8cb3f7c1635c784b1dfab8856a213e170d82208e.tar.gz
ptxdist-8cb3f7c1635c784b1dfab8856a213e170d82208e.tar.xz
zlib: Bump version to 1.2.8
Also change the compression format to xz since bz2 is no longer available. I also verified that the libpng site mirrors the xz version. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/zlib.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/zlib.make b/rules/zlib.make
index 1372158a8..680cf14a4 100644
--- a/rules/zlib.make
+++ b/rules/zlib.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_ZLIB) += zlib
#
# Paths and names
#
-ZLIB_VERSION := 1.2.7
-ZLIB_MD5 := 2ab442d169156f34c379c968f3f482dd
+ZLIB_VERSION := 1.2.8
+ZLIB_MD5 := 28f1205d8dd2001f26fec1e8c2cebe37
ZLIB := zlib-$(ZLIB_VERSION)
-ZLIB_SUFFIX := tar.bz2
+ZLIB_SUFFIX := tar.xz
ZLIB_URL := \
http://zlib.net/$(ZLIB).$(ZLIB_SUFFIX) \
$(call ptx/mirror, SF, libpng/$(ZLIB).$(ZLIB_SUFFIX))