summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.9.1.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-01-08 23:12:44 -0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-12 10:37:46 -0500
commit3f5221471424c3da63821c60ad720d793844e89e (patch)
treecffd5309d84c096daf8714af460922adf4011160 /recipes-extended/xen/xen_4.9.1.bb
parentd1969606e3540d3771a5ba4626d4e5ea42bd683a (diff)
downloadmeta-virtualization-3f5221471424c3da63821c60ad720d793844e89e.tar.gz
xen: upgrade 4.9.x recipe to 4.9.1 and apply XSA/CVE fix patches
Upgrade the Xen 4.9.x series recipe to latest 4.9.1 and apply patches for: XSA-245 / CVE-2017-17046 XSA-246 / CVE-2017-17044 XSA-247 / CVE-2017-17045 XSA-248 / CVE-2017-17566 XSA-249 / CVE-2017-17563 XSA-250 / CVE-2017-17564 XSA-251 / CVE-2017-17565 Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.9.1.bb')
-rw-r--r--recipes-extended/xen/xen_4.9.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.9.1.bb b/recipes-extended/xen/xen_4.9.1.bb
new file mode 100644
index 00000000..5c18bb00
--- /dev/null
+++ b/recipes-extended/xen/xen_4.9.1.bb
@@ -0,0 +1,18 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2require xen.inc
3
4SRC_URI = " \
5 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
6 file://xsa246-4.9.patch \
7 file://0001-p2m-Always-check-to-see-if-removing-a-p2m-entry-actu.patch \
8 file://0002-p2m-Check-return-value-of-p2m_set_entry-when-decreas.patch \
9 file://xsa248.patch \
10 file://xsa249.patch \
11 file://xsa250.patch \
12 file://xsa251.patch \
13 "
14
15SRC_URI[md5sum] = "8b9d6104694b164d54334194135f7217"
16SRC_URI[sha256sum] = "ecf88b01f44cd8f4ef208af3f999dceb69bdd2a316d88dd9a9535ea7b49ed356"
17
18S = "${WORKDIR}/xen-${PV}"