Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/90fbde3ba55d1545dc...
...commit
http://git.netsurf-browser.org/toolchains.git/commit/90fbde3ba55d1545dcdf...
...tree
http://git.netsurf-browser.org/toolchains.git/tree/90fbde3ba55d1545dcdf61...
The branch, master has been updated
via 90fbde3ba55d1545dcdf6139d9be89c360d198fe (commit)
from 60318e79966f0e9fc680989d723457a9883d11f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=90fbde3ba55d1545...
commit 90fbde3ba55d1545dcdf6139d9be89c360d198fe
Author: Michael Drake <michael.drake(a)codethink.co.uk>
Commit: Michael Drake <michael.drake(a)codethink.co.uk>
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.
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
-----------------------------------------------------------------------
Summary of changes:
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
--
Cross-compilation toolchains and environments