summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-lib/libxcursor_1.1.14.bbappend
diff options
context:
space:
mode:
authorDan Andresan <Dan.Andresan@enea.com>2018-10-26 14:15:55 +0200
committerDan Andresan <Dan.Andresan@enea.com>2018-10-26 14:15:55 +0200
commit2596922ee809af9fb48a0fc684bb560563de0994 (patch)
tree6b390c7354da3a76ee283c23cb56526eafd6acd6 /recipes-graphics/xorg-lib/libxcursor_1.1.14.bbappend
parent5b8928cd5f01d83ae27824bb5d411723cabc3108 (diff)
downloadmeta-el-common-2596922ee809af9fb48a0fc684bb560563de0994.tar.gz
libxcursor: Fix CVE-2017-16612
libxcursor in the upstream pyro is 1.1.14 CVE: CVE-2017-16612 Reference: https://cgit.freedesktop.org/xorg/lib/libXcursor/commit/?id=4794b5dd34688158fb51a2943032569d3780c4b8 Change-Id: Ia1e81ae237e09ba67dabb0aa9426b763f1e96f8f Signed-off-by: Andreas Wellving <andreas.wellving@enea.com> Signed-off-by: Adrian Mangeac <adrian.mangeac@enea.com>
Diffstat (limited to 'recipes-graphics/xorg-lib/libxcursor_1.1.14.bbappend')
-rw-r--r--recipes-graphics/xorg-lib/libxcursor_1.1.14.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-lib/libxcursor_1.1.14.bbappend b/recipes-graphics/xorg-lib/libxcursor_1.1.14.bbappend
new file mode 100644
index 0000000..0f67cec
--- /dev/null
+++ b/recipes-graphics/xorg-lib/libxcursor_1.1.14.bbappend
@@ -0,0 +1,6 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI += " \
5 file://CVE-2017-16612-Fix-heap-overflows-when-parsing-malicious-files.patch \
6 "