From e6c60252ab4ba6842f63c6b8a519a85f2ff238fb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 17 Sep 2013 10:22:17 +0100 Subject: libxml2: remove patch for CVE-2012-2871 This CVE patch is actually against Chromium as they ship an internal fork of libxml2 and breaks ABI. The real issue has been resolved in libxslt 1.1.27, and we're shipping 1.1.28. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2_2.9.1.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-core/libxml/libxml2_2.9.1.bb') diff --git a/meta/recipes-core/libxml/libxml2_2.9.1.bb b/meta/recipes-core/libxml/libxml2_2.9.1.bb index fa9c65752d..0b6ac5d5c6 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.1.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.1.bb @@ -1,8 +1,6 @@ require libxml2.inc -SRC_URI += "file://libxml2-CVE-2012-2871.patch \ - http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \ - " +SRC_URI += "http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar" SRC_URI[libtar.md5sum] = "9c0cfef285d5c4a5c80d00904ddab380" SRC_URI[libtar.sha256sum] = "fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb" -- cgit 1.2.3-korg