From b6037b6d2fc9cb4e8a3564468da0f796ed9235d8 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Thu, 27 Dec 2012 09:53:08 -0800 Subject: libxml2: patch for CVE-2012-2871 the patch come from: http://src.chromium.org/viewvc/chrome/trunk/src/third_party/libxml/ \ src/include/libxml/tree.h?r1=56276&r2=149930 libxml2 2.9.0-rc1 and earlier, as used in Google Chrome before 21.0.1180.89, does not properly support a cast of an unspecified variable during handling of XSL transforms, which allows remote attackers to cause a denial of service or possibly have unknown other impact via a crafted document, related to the _xmlNs data structure in include/libxml/tree.h. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-2871 [YOCTO #3580] [ CQID: WIND00376779 ] (From OE-Core rev: fa3d44594360786b2526d64f0ea5bc26b44a1fa8) Signed-off-by: Li Wang This fixes denzil bug [YOCTO #3648] Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2_2.8.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/libxml/libxml2_2.8.0.bb') diff --git a/meta/recipes-core/libxml/libxml2_2.8.0.bb b/meta/recipes-core/libxml/libxml2_2.8.0.bb index fe9ec0526b..f2790b3b76 100644 --- a/meta/recipes-core/libxml/libxml2_2.8.0.bb +++ b/meta/recipes-core/libxml/libxml2_2.8.0.bb @@ -1,6 +1,8 @@ require libxml2.inc -PR = "r1" +PR = "r2" SRC_URI[md5sum] = "c62106f02ee00b6437f0fb9d370c1093" SRC_URI[sha256sum] = "f2e2d0e322685193d1affec83b21dc05d599e17a7306d7b90de95bb5b9ac622a" + +SRC_URI += "file://libxml2-CVE-2012-2871.patch" -- cgit v1.2.3-54-g00ecf