diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-02-23 06:58:00 +0100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2018-03-13 12:02:04 +0800 |
commit | 6c4b580ddfc2544a1d25917005ab7c71fd3e9e21 (patch) | |
tree | feca4927aa9010692a5a86a4b17d99c19686e7db /app-emulation/xen-tools/files | |
parent | app-emulation/xen: add new upstream patches (diff) | |
download | gentoo-6c4b580ddfc2544a1d25917005ab7c71fd3e9e21.tar.gz gentoo-6c4b580ddfc2544a1d25917005ab7c71fd3e9e21.tar.bz2 gentoo-6c4b580ddfc2544a1d25917005ab7c71fd3e9e21.zip |
app-emulation/xen-tools: add upstream patches
Gentoo-Bug: 643208, 648182
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r-- | app-emulation/xen-tools/files/gentoo-patches.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf b/app-emulation/xen-tools/files/gentoo-patches.conf index 1d98a23ac5d4..ed8f95511b06 100644 --- a/app-emulation/xen-tools/files/gentoo-patches.conf +++ b/app-emulation/xen-tools/files/gentoo-patches.conf @@ -64,6 +64,7 @@ _gx023=" qemu-bridge.patch" _gx025=" xen-4.4-qemu-bridge.patch" _gx031=" xen-4.5-qemu-bridge.patch" _gx039=" xen-4.8-qemu-bridge.patch" +_gx043=" xen-4.10-qemu-bridge.patch" #mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die _gx026=" xen-tools-4.4-api-fix.patch" @@ -101,6 +102,9 @@ _gx041=" 0002-tools-libxc-Tolerate-zero-length-records-in-migratio.patch" #Fix missing makedev(), major(), minor() _gx042=" xen-tools-4.8.2-makedev.patch" +# Fix building with glibc 2.27, bug #648182 +_gx044=" xen-tools-4.9-glibc-memfd.patch" + # xen-tools-4.8.2 patches set _gpv_xen_tools_482_0=" ${_gx008} @@ -118,6 +122,7 @@ ${_gx027} ${_gx028} ${_gx029} ${_gx037} ${_gx042} " + # xen-tools-4.9.1 patches set _gpv_xen_tools_491_0=" ${_gx008} @@ -125,4 +130,15 @@ ${_gx038} ${_gx017} ${_gx039} ${_gx027} ${_gx028} ${_gx029} ${_gx037} ${_gx042} +${_gx044} +" + +# xen-tools-4.10.0 patches set +_gpv_xen_tools_4100_0=" +${_gx008} +${_gx038} ${_gx017} ${_gx043} +${_gx027} +${_gx028} ${_gx029} +${_gx037} ${_gx042} +${_gx044} " |