diff options
author | 2020-06-14 01:20:59 +0000 | |
---|---|---|
committer | 2020-06-17 17:25:19 +0200 | |
commit | a22492996fbd06012fe0c5611fd69962b6c4b22f (patch) | |
tree | 6d8e26e36d6e4e6878675fd52843b66af634e25a /app-emulation/xen-tools/files | |
parent | net-vpn/ipsec-tools: add patch for CVE-2016-1039, bug #624832 (diff) | |
download | gentoo-a22492996fbd06012fe0c5611fd69962b6c4b22f.tar.gz gentoo-a22492996fbd06012fe0c5611fd69962b6c4b22f.tar.bz2 gentoo-a22492996fbd06012fe0c5611fd69962b6c4b22f.zip |
app-emulation/xen-tools: bump to 4.14.0-rc1
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r-- | app-emulation/xen-tools/files/gentoo-patches.conf | 12 |
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 a5dea9bc4b42..5ef7519e2242 100644 --- a/app-emulation/xen-tools/files/gentoo-patches.conf +++ b/app-emulation/xen-tools/files/gentoo-patches.conf @@ -7,10 +7,12 @@ _gx017=" fix-gold-ld.patch" # Bug 477676 _gx038=" xen-tools-4.8-ar-cc.patch" +_gx039=" xen-tools-4.14-ar-cc.patch" # Prevent file collision with qemu package Bug 478064 _gx043=" xen-4.10-qemu-bridge.patch" _gx051=" xen-4.12-qemu-bridge.patch" +_gx052=" xen-tools-4.14-qemu-bridge.patch" #mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die # Fix po file collision with app-emulation/qemu, while USE=qemu is enabled, Bug 508302 @@ -80,3 +82,13 @@ ${_gx053} ${_gx050} ${_gx051} ${_gx054} ${_gx056} ${_gx060} " + +# xen-tools-4.14.0 patches set +_gpv_xen_tools_4140_rc1_0=" +${_gx039} +${_gx027} +${_gx028} ${_gx029} +${_gx037} +${_gx053} ${_gx050} ${_gx052} +${_gx054} ${_gx056} +" |