From: <abe...@us...> - 2016-05-23 21:42:24
|
Revision: 7682 http://sourceforge.net/p/astlinux/code/7682 Author: abelbeck Date: 2016-05-23 21:42:22 +0000 (Mon, 23 May 2016) Log Message: ----------- libxml2, version bump to 2.9.4, Fixes a bunch of security issues including: CVE-2016-1762: Heap-based buffer overread in xmlNextChar CVE-2016-1834: heap-buffer-overflow in xmlStrncat CVE-2016-3705: Missing increments of recursion depth counter to XML parser Modified Paths: -------------- branches/1.0/package/libxml2/libxml2.mk Modified: branches/1.0/package/libxml2/libxml2.mk =================================================================== --- branches/1.0/package/libxml2/libxml2.mk 2016-05-20 15:15:36 UTC (rev 7681) +++ branches/1.0/package/libxml2/libxml2.mk 2016-05-23 21:42:22 UTC (rev 7682) @@ -4,7 +4,7 @@ # ############################################################# -LIBXML2_VERSION = 2.9.3 +LIBXML2_VERSION = 2.9.4 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |