From: Gustavo Zacarias Date: Thu, 12 Nov 2015 21:43:06 +0000 (-0300) Subject: libpng: security bump to version 1.6.19 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e50c333c35b938cd464d7e1d810732f55c65297e;p=buildroot.git libpng: security bump to version 1.6.19 Fixes: png_set_PLTE/png_get_PLTE functions failed to check for an out-of-range palette when reading or writing PNG files with a bit_depth less than 8. CVE not yet assigned. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libpng/libpng.hash b/package/libpng/libpng.hash index 92ac24faa0..a26538dd56 100644 --- a/package/libpng/libpng.hash +++ b/package/libpng/libpng.hash @@ -1,3 +1,3 @@ -# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.18/ -md5 6a57c8e0f5469b9c9949a4b43d57b3a1 libpng-1.6.18.tar.xz -sha1 c6e06510d30beba08c96c468ab269fafb2bb256f libpng-1.6.18.tar.xz +# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.19/ +md5 1e6a458429e850fc93c1f3b6dc00a48f libpng-1.6.19.tar.xz +sha1 483d72ced11c9258f9d1119105273d9af9ff151c libpng-1.6.19.tar.xz diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index 5500a61192..649a3e0c49 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBPNG_VERSION = 1.6.18 +LIBPNG_VERSION = 1.6.19 LIBPNG_SERIES = 16 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)