mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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: a2806f24b95dd8cb1e687655e202bd7e053d0ac7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 131b7010ae45b0c4e1c6a29dfc56b225d2ad2a69) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -29,6 +29,10 @@ SRC_URI[testtar.sha256sum] = "96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c
|
|||||||
|
|
||||||
BINCONFIG = "${bindir}/xml2-config"
|
BINCONFIG = "${bindir}/xml2-config"
|
||||||
|
|
||||||
|
# Fixed since 2.9.11 via
|
||||||
|
# https://gitlab.gnome.org/GNOME/libxml2/-/commit/c1ba6f54d32b707ca6d91cb3257ce9de82876b6f
|
||||||
|
CVE_CHECK_IGNORE += "CVE-2016-3709"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "python \
|
PACKAGECONFIG ??= "python \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user