* [ptxdist] [PATCH 1/2] libpng: switch source from gz to xz
@ 2012-10-02 14:40 George McCollister
2012-10-02 14:40 ` [ptxdist] [PATCH 2/2] libpng: bump to 1.2.50 George McCollister
0 siblings, 1 reply; 3+ messages in thread
From: George McCollister @ 2012-10-02 14:40 UTC (permalink / raw)
To: ptxdist
Signed-off-by: George McCollister <george.mccollister@gmail.com>
---
rules/libpng.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libpng.make b/rules/libpng.make
index f55e91c..b591ffd 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -19,9 +19,9 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
# Paths and names
#
LIBPNG_VERSION := 1.2.44
-LIBPNG_MD5 := 89b62f8daaeeab1342e307d6d1411ff1
+LIBPNG_MD5 := 098ab673ab74015978db98667febc4a9
LIBPNG := libpng-$(LIBPNG_VERSION)
-LIBPNG_SUFFIX := tar.gz
+LIBPNG_SUFFIX := tar.xz
LIBPNG_URL := $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
LIBPNG_SOURCE := $(SRCDIR)/$(LIBPNG).$(LIBPNG_SUFFIX)
LIBPNG_DIR := $(BUILDDIR)/$(LIBPNG)
--
1.7.11.2
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH 2/2] libpng: bump to 1.2.50
2012-10-02 14:40 [ptxdist] [PATCH 1/2] libpng: switch source from gz to xz George McCollister
@ 2012-10-02 14:40 ` George McCollister
2012-10-12 7:38 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: George McCollister @ 2012-10-02 14:40 UTC (permalink / raw)
To: ptxdist
Bumping to the newest 1.2.x.
Upstream fixed multiple CVEs since 1.2.44.
CVE-2012-3386
CVE-2011-3048
CVE-2011-3026
See CHANGES for full list of changes.
Signed-off-by: George McCollister <george.mccollister@gmail.com>
---
rules/libpng.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libpng.make b/rules/libpng.make
index b591ffd..fc557f4 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
#
# Paths and names
#
-LIBPNG_VERSION := 1.2.44
-LIBPNG_MD5 := 098ab673ab74015978db98667febc4a9
+LIBPNG_VERSION := 1.2.50
+LIBPNG_MD5 := a3e00fccbfe356174ab515b5c00641c7
LIBPNG := libpng-$(LIBPNG_VERSION)
LIBPNG_SUFFIX := tar.xz
LIBPNG_URL := $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
--
1.7.11.2
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH 2/2] libpng: bump to 1.2.50
2012-10-02 14:40 ` [ptxdist] [PATCH 2/2] libpng: bump to 1.2.50 George McCollister
@ 2012-10-12 7:38 ` Michael Olbrich
0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2012-10-12 7:38 UTC (permalink / raw)
To: ptxdist
On Tue, Oct 02, 2012 at 09:40:23AM -0500, George McCollister wrote:
> Bumping to the newest 1.2.x.
>
> Upstream fixed multiple CVEs since 1.2.44.
>
> CVE-2012-3386
> CVE-2011-3048
> CVE-2011-3026
>
> See CHANGES for full list of changes.
>
> Signed-off-by: George McCollister <george.mccollister@gmail.com>
> ---
Thanks, both applied.
Btw, you forgot to update the patches. Next time please check if the old
version had some patches.
Michael
> rules/libpng.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/libpng.make b/rules/libpng.make
> index b591ffd..fc557f4 100644
> --- a/rules/libpng.make
> +++ b/rules/libpng.make
> @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
> #
> # Paths and names
> #
> -LIBPNG_VERSION := 1.2.44
> -LIBPNG_MD5 := 098ab673ab74015978db98667febc4a9
> +LIBPNG_VERSION := 1.2.50
> +LIBPNG_MD5 := a3e00fccbfe356174ab515b5c00641c7
> LIBPNG := libpng-$(LIBPNG_VERSION)
> LIBPNG_SUFFIX := tar.xz
> LIBPNG_URL := $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
> --
> 1.7.11.2
>
>
> --
> 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] 3+ messages in thread
end of thread, other threads:[~2012-10-12 7:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02 14:40 [ptxdist] [PATCH 1/2] libpng: switch source from gz to xz George McCollister
2012-10-02 14:40 ` [ptxdist] [PATCH 2/2] libpng: bump to 1.2.50 George McCollister
2012-10-12 7:38 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox