summaryrefslogtreecommitdiffstats
path: root/recipes-core/libxml/libxml2_2.9.4.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/libxml/libxml2_2.9.4.bbappend')
-rw-r--r--recipes-core/libxml/libxml2_2.9.4.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-core/libxml/libxml2_2.9.4.bbappend b/recipes-core/libxml/libxml2_2.9.4.bbappend
new file mode 100644
index 0000000..dbf9709
--- /dev/null
+++ b/recipes-core/libxml/libxml2_2.9.4.bbappend
@@ -0,0 +1,9 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI += " \
5 file://CVE-2017-7376-Increase-buffer-space-for-port-in-HTTP-redirect-supp.patch \
6 file://CVE-2017-7375-Prevent-unwanted-external-entity-reference.patch \
7 file://CVE-2017-5130-check-for-integer-overflow-in-memory-debug-code.patch \
8 file://CVE-2017-16932-detect-infinite-recursion-in-parameter-entities.patch \
9 "