From 90fbde3ba55d1545dcdf6139d9be89c360d198fe Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 10 Dec 2014 09:24:54 +0000 Subject: Update libpng to version 1.6.15 Virtually all libpng versions up to and including 1.6.14, have an out-of-bounds memory access in png_user_version_check(). It is unclear whether this could lead to an actual exploit. The bug is fixed in version 1.6.15. --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Makefile b/sdk/Makefile index 8cba01a..1de8dc0 100644 --- a/sdk/Makefile +++ b/sdk/Makefile @@ -27,7 +27,7 @@ VERSION_ZLIB := 1.2.8 VERSION_LIBICONV := 1.14 VERSION_LIBTRE := 0.8.0 VERSION_OPENSSL := 1.0.1j -VERSION_LIBPNG := 1.6.13 +VERSION_LIBPNG := 1.6.15 VERSION_LIBJPEG := 8d VERSION_LIBCARES := 1.10.0 VERSION_LIBCURL := 7.38.0 -- cgit v1.2.3