summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.5.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-09-19 20:01:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:06 +0100
commit76aa0c3d5d99661ccc0272257899ad0df21f445a (patch)
tree64e65d32b9293cf10e701eb97c6a8a8ae4a3c400 /meta/recipes-devtools/qemu/qemu_2.5.0.bb
parent11c8c8aa155f134679fe0d2a12a8943a8d6b8c05 (diff)
downloadpoky-76aa0c3d5d99661ccc0272257899ad0df21f445a.tar.gz
qemu: Secuirty fix for CVE-2016-5403
affects qemu < 2.7.0-rc0 (From OE-Core rev: c53820180cdccd97de1f314078570fac1ff16052) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.5.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.0.bb b/meta/recipes-devtools/qemu/qemu_2.5.0.bb
index 0ffec9889c..ed8d911ea6 100644
--- a/meta/recipes-devtools/qemu/qemu_2.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.5.0.bb
@@ -25,6 +25,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
25 file://CVE-2016-6351_p1.patch \ 25 file://CVE-2016-6351_p1.patch \
26 file://CVE-2016-6351_p2.patch \ 26 file://CVE-2016-6351_p2.patch \
27 file://CVE-2016-4002.patch \ 27 file://CVE-2016-4002.patch \
28 file://CVE-2016-5403.patch \
28 " 29 "
29SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 30SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
30SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db" 31SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db"