From: <abe...@us...> - 2014-10-18 20:15:21
|
Revision: 6770 http://sourceforge.net/p/astlinux/code/6770 Author: abelbeck Date: 2014-10-18 20:15:12 +0000 (Sat, 18 Oct 2014) Log Message: ----------- libxml2, version bump to 2.9.2, security fixes: CVE-2014-3660, CVE-2014-0191 Modified Paths: -------------- branches/1.0/package/libxml2/libxml2.mk Modified: branches/1.0/package/libxml2/libxml2.mk =================================================================== --- branches/1.0/package/libxml2/libxml2.mk 2014-10-16 15:48:26 UTC (rev 6769) +++ branches/1.0/package/libxml2/libxml2.mk 2014-10-18 20:15:12 UTC (rev 6770) @@ -4,7 +4,7 @@ # ############################################################# -LIBXML2_VERSION = 2.9.1 +LIBXML2_VERSION = 2.9.2 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES @@ -22,6 +22,7 @@ LIBXML2_POST_INSTALL_STAGING_HOOKS += LIBXML2_STAGING_LIBXML2_CONFIG_FIXUP HOST_LIBXML2_DEPENDENCIES = host-pkg-config +LIBXML2_DEPENDENCIES = host-pkg-config HOST_LIBXML2_CONF_OPT = --without-debug --without-python This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |