summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-12-10 09:24:54 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-12-10 09:24:54 +0000
commit90fbde3ba55d1545dcdf6139d9be89c360d198fe (patch)
tree0d23aca24f2331169b921a357c2ccb4e88765251
parent60318e79966f0e9fc680989d723457a9883d11f7 (diff)
downloadtoolchains-90fbde3ba55d1545dcdf6139d9be89c360d198fe.tar.gz
toolchains-90fbde3ba55d1545dcdf6139d9be89c360d198fe.tar.bz2
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.
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
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