* [ptxdist] [PATCH] zlib: Bump version to 1.2.8
@ 2013-05-23 14:56 Bernhard Walle
2013-06-03 11:06 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Walle @ 2013-05-23 14:56 UTC (permalink / raw)
To: ptxdist
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>
---
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.8
2013-05-23 14:56 [ptxdist] [PATCH] zlib: Bump version to 1.2.8 Bernhard Walle
@ 2013-06-03 11:06 ` Michael Olbrich
2013-06-03 11:16 ` Bernhard Walle
0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2013-06-03 11:06 UTC (permalink / raw)
To: ptxdist
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 <bernhard@bwalle.de>
> ---
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.8
2013-06-03 11:06 ` Michael Olbrich
@ 2013-06-03 11:16 ` Bernhard Walle
2013-06-03 20:41 ` Ulrich Prinz
2013-06-05 9:55 ` Michael Olbrich
0 siblings, 2 replies; 5+ messages in thread
From: Bernhard Walle @ 2013-06-03 11:16 UTC (permalink / raw)
To: ptxdist
* Michael Olbrich <m.olbrich@pengutronix.de> [2013-06-03 13:06]:
> 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.
I let you decide:
Version 1.2.8 fixes a very rare bug in decompression. All users are
encouraged to upgrade immediately. Version 1.2.8 also has these
improvements: [...]
Regards,
Bernhard
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.8
2013-06-03 11:16 ` Bernhard Walle
@ 2013-06-03 20:41 ` Ulrich Prinz
2013-06-05 9:55 ` Michael Olbrich
1 sibling, 0 replies; 5+ messages in thread
From: Ulrich Prinz @ 2013-06-03 20:41 UTC (permalink / raw)
To: ptxdist
Hi!
Major bug-fix was the correction of the archives extension. Otherwise
all ptxdist toolchains fail to make.
Regards
Ulrich
Am 03.06.2013 13:16, schrieb Bernhard Walle:
> * Michael Olbrich <m.olbrich@pengutronix.de> [2013-06-03 13:06]:
>> 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.
>
> I let you decide:
>
> Version 1.2.8 fixes a very rare bug in decompression. All users are
> encouraged to upgrade immediately. Version 1.2.8 also has these
> improvements: [...]
>
>
> Regards,
> Bernhard
>
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.8
2013-06-03 11:16 ` Bernhard Walle
2013-06-03 20:41 ` Ulrich Prinz
@ 2013-06-05 9:55 ` Michael Olbrich
1 sibling, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2013-06-05 9:55 UTC (permalink / raw)
To: ptxdist
On Mon, Jun 03, 2013 at 01:16:02PM +0200, Bernhard Walle wrote:
> * Michael Olbrich <m.olbrich@pengutronix.de> [2013-06-03 13:06]:
> > 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.
>
> I let you decide:
>
> Version 1.2.8 fixes a very rare bug in decompression. All users are
> encouraged to upgrade immediately. Version 1.2.8 also has these
> improvements: [...]
I've applied it for the release. Let's hope there are no problems with
it...
Michael
--
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-05 9:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23 14:56 [ptxdist] [PATCH] zlib: Bump version to 1.2.8 Bernhard Walle
2013-06-03 11:06 ` Michael Olbrich
2013-06-03 11:16 ` Bernhard Walle
2013-06-03 20:41 ` Ulrich Prinz
2013-06-05 9:55 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox