summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-17 10:22:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-17 14:35:17 +0100
commit06078af4cabefcd3a861821bd2f72b524a99c114 (patch)
treef8c6c0e6386be79e367ed4797abfe0ca227db82c /meta/recipes-core/libxml/libxml2_2.9.1.bb
parent1bf8d83d5a570e06e00b4ed47f268d522647e6ed (diff)
downloadpoky-06078af4cabefcd3a861821bd2f72b524a99c114.tar.gz
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. (From OE-Core rev: e6c60252ab4ba6842f63c6b8a519a85f2ff238fb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.1.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.1.bb4
1 files changed, 1 insertions, 3 deletions
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 @@
1require libxml2.inc 1require libxml2.inc
2 2
3SRC_URI += "file://libxml2-CVE-2012-2871.patch \ 3SRC_URI += "http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar"
4 http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \
5 "
6 4
7SRC_URI[libtar.md5sum] = "9c0cfef285d5c4a5c80d00904ddab380" 5SRC_URI[libtar.md5sum] = "9c0cfef285d5c4a5c80d00904ddab380"
8SRC_URI[libtar.sha256sum] = "fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb" 6SRC_URI[libtar.sha256sum] = "fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb"