diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-06-28 15:08:18 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-06-28 15:08:18 +0000 |
commit | 4308880ddc2305ac4b060eee0fdeab3487df61f9 (patch) | |
tree | 736594990075459b3d923a51a4de9ab79ffeb5e1 /app-emulation/xen/xen-4.2.2-r1.ebuild | |
parent | Bump to TeX Live 2013 (diff) | |
download | historical-4308880ddc2305ac4b060eee0fdeab3487df61f9.tar.gz historical-4308880ddc2305ac4b060eee0fdeab3487df61f9.tar.bz2 historical-4308880ddc2305ac4b060eee0fdeab3487df61f9.zip |
Add sec patch XSA-58 wrt Bug #472214, refrained from revbump since last 2 are still poised for testing
Package-Manager: portage-2.1.11.63/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'app-emulation/xen/xen-4.2.2-r1.ebuild')
-rw-r--r-- | app-emulation/xen/xen-4.2.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.2.2-r1.ebuild b/app-emulation/xen/xen-4.2.2-r1.ebuild index 27a3eb9d060d..2074348207f8 100644 --- a/app-emulation/xen/xen-4.2.2-r1.ebuild +++ b/app-emulation/xen/xen-4.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v 1.1 2013/06/26 06:35:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v 1.2 2013/06/28 15:07:40 idella4 Exp $ EAPI=5 @@ -89,7 +89,8 @@ src_prepare() { #Security patches epatch "${FILESDIR}"/${PN}-4-CVE-2013-1918-XSA-45_[1-7].patch \ - "${FILESDIR}"/${PN}-4.2-2013-2076-XSA-52to54.patch + "${FILESDIR}"/${PN}-4.2-2013-2076-XSA-52to54.patch \ + "${FILESDIR}"/${PN}-4.2-CVE-2013-1432-XSA-58.patch epatch_user } |