summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-14 15:20:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-16 14:57:58 +0100
commitbf0db7f88aaaf143b9aa26cc310770724247cdae (patch)
treef266e5282552d640d0a4b3aef8cdca92f0adf46c /meta/recipes-core/libxml
parentdf6a394282c6df3a361d5b72c7bcb9e6f61241a1 (diff)
downloadpoky-bf0db7f88aaaf143b9aa26cc310770724247cdae.tar.gz
libxml2: Ignore CVE-2016-3709
This is fixed via a revert in 2.9.11 [1] [1] https://gitlab.gnome.org/GNOME/libxml2/-/commit/c1ba6f54d32b707ca6d91cb3257ce9de82876b6f (From OE-Core rev: 131b7010ae45b0c4e1c6a29dfc56b225d2ad2a69) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.14.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.14.bb b/meta/recipes-core/libxml/libxml2_2.9.14.bb
index 3081ebf92f..e58298d3b0 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.14.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.14.bb
@@ -29,6 +29,10 @@ SRC_URI[testtar.sha256sum] = "96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c
29 29
30BINCONFIG = "${bindir}/xml2-config" 30BINCONFIG = "${bindir}/xml2-config"
31 31
32# Fixed since 2.9.11 via
33# https://gitlab.gnome.org/GNOME/libxml2/-/commit/c1ba6f54d32b707ca6d91cb3257ce9de82876b6f
34CVE_CHECK_IGNORE += "CVE-2016-3709"
35
32PACKAGECONFIG ??= "python \ 36PACKAGECONFIG ??= "python \
33 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ 37 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
34" 38"