From: <abe...@us...> - 2016-06-24 12:33:23
|
Revision: 7734 http://sourceforge.net/p/astlinux/code/7734 Author: abelbeck Date: 2016-06-24 12:33:20 +0000 (Fri, 24 Jun 2016) Log Message: ----------- expat, version bump to 2.2.0, security fixes and drop stray file Fixes: CVE-2016-4472 - Improve insufficient fix to CVE-2015-1283 / CVE-2015-2716 introduced with Expat 2.1.1 CVE-2016-5300 - Use more entropy for hash initialization than the original fix to CVE-2012-0876 CVE-2012-6702 - Resolve troublesome internal call to srand that was introduced with Expat 2.1.0 when addressing CVE-2012-0876 Modified Paths: -------------- branches/1.0/package/expat/expat.mk Removed Paths: ------------- branches/1.0/package/expat/Makefile.in Deleted: branches/1.0/package/expat/Makefile.in =================================================================== --- branches/1.0/package/expat/Makefile.in 2016-06-22 20:51:38 UTC (rev 7733) +++ branches/1.0/package/expat/Makefile.in 2016-06-24 12:33:20 UTC (rev 7734) @@ -1,3 +0,0 @@ -ifeq ($(BR2_PACKAGE_EXPAT),y) -TARGETS+=expat -endif Modified: branches/1.0/package/expat/expat.mk =================================================================== --- branches/1.0/package/expat/expat.mk 2016-06-22 20:51:38 UTC (rev 7733) +++ branches/1.0/package/expat/expat.mk 2016-06-24 12:33:20 UTC (rev 7734) @@ -4,7 +4,7 @@ # ############################################################# -EXPAT_VERSION = 2.1.1 +EXPAT_VERSION = 2.2.0 EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION) EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.bz2 EXPAT_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |