summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2017-09-30 12:44:48 +0800
committerYixun Lan <dlan@gentoo.org>2017-09-30 13:34:25 +0800
commitd91052023c3f298100aa0f17a1ea1615a0f239eb (patch)
tree652b55e2062027efd75745ebc5784432d0a74133 /app-emulation/xen-tools/files
parentapp-emulation/xen: version bump, 4.8.2 (diff)
downloadgentoo-d91052023c3f298100aa0f17a1ea1615a0f239eb.tar.gz
gentoo-d91052023c3f298100aa0f17a1ea1615a0f239eb.tar.bz2
gentoo-d91052023c3f298100aa0f17a1ea1615a0f239eb.zip
app-emulation/xen-tools: version bump, 4.8.2
this bump also fix security issue XSA-231,232,233,234 Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r--app-emulation/xen-tools/files/gentoo-patches.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf b/app-emulation/xen-tools/files/gentoo-patches.conf
index 6fe9bf07e8b6..8936a3bbea00 100644
--- a/app-emulation/xen-tools/files/gentoo-patches.conf
+++ b/app-emulation/xen-tools/files/gentoo-patches.conf
@@ -98,6 +98,9 @@ _gx040=" 0001-docs-Clarify-the-expected-behaviour-of-zero-length-r.patch
_gx041=" 0002-tools-libxc-Tolerate-zero-length-records-in-migratio.patch"
+#Fix missing makedev(), major(), minor()
+_gx042=" xen-tools-4.8.2-makedev.patch"
+
# xen-tools-4.7.2 patches set
_gpv_xen_tools_472_0="
${_gx008} ${_gx021}
@@ -124,3 +127,12 @@ ${_gx027} ${_gx032}
${_gx028} ${_gx029}
${_gx037} ${_gx040}
"
+
+# xen-tools-4.8.2 patches set
+_gpv_xen_tools_482_0="
+${_gx008}
+${_gx038} ${_gx017} ${_gx039}
+${_gx027} ${_gx032}
+${_gx028} ${_gx029}
+${_gx037} ${_gx040} ${_gx042}
+"