From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UjSaW-0003k4-6g for ptxdist@pengutronix.de; Mon, 03 Jun 2013 13:06:08 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1UjSaU-0007VU-1R for ptxdist@pengutronix.de; Mon, 03 Jun 2013 13:06:06 +0200 Date: Mon, 3 Jun 2013 13:06:06 +0200 From: Michael Olbrich Message-ID: <20130603110606.GC1939@pengutronix.de> References: <1369321016-32089-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1369321016-32089-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.8 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, May 23, 2013 at 04:56:56PM +0200, Bernhard Walle wrote: > Also change the compression format to xz since bz2 is no longer > available. I also verified that the libpng site mirrors the xz version. Does this contain any critical fixes? Otherwise I'll merge this after the release. Michael > Signed-off-by: Bernhard Walle > --- > rules/zlib.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/zlib.make b/rules/zlib.make > index 1372158..680cf14 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)) > -- > 1.8.2.3 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de