diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-06-27 06:05:11 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-06-27 06:05:11 +0000 |
commit | bbc408bb68b8fe1fc4348a3c5f6f215501878399 (patch) | |
tree | 44d4070eacf2777b149a912b69c6d4a4632e9a48 /app-emulation | |
parent | Control selinux dep via configure flag. (diff) | |
download | gentoo-2-bbc408bb68b8fe1fc4348a3c5f6f215501878399.tar.gz gentoo-2-bbc408bb68b8fe1fc4348a3c5f6f215501878399.tar.bz2 gentoo-2-bbc408bb68b8fe1fc4348a3c5f6f215501878399.zip |
correction to pacth name
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.1-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index f841e3c401d6..2e10d3dec494 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.121 2013/06/26 15:00:58 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.122 2013/06/27 06:05:11 idella4 Exp $ + + 27 Jun 2013; Ian Delaney <idella4@gentoo.org> xen-4.2.1-r4.ebuild: + correction to pacth name 26 Jun 2013; Ian Delaney <idella4@gentoo.org> -files/xen-4-CVE-2012-4535-XSA-20.patch, diff --git a/app-emulation/xen/xen-4.2.1-r4.ebuild b/app-emulation/xen/xen-4.2.1-r4.ebuild index db3194ea0ecd..9ae72f4a1af7 100644 --- a/app-emulation/xen/xen-4.2.1-r4.ebuild +++ b/app-emulation/xen/xen-4.2.1-r4.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.1-r4.ebuild,v 1.1 2013/06/26 06:35:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild,v 1.2 2013/06/27 06:05:11 idella4 Exp $ EAPI=5 @@ -94,7 +94,7 @@ src_prepare() { "${FILESDIR}"/${PN}-4-CVE-2013-0153-XSA-36.patch \ "${FILESDIR}"/${PN}-4-CVE-2013-1917-XSA-44.patch \ "${FILESDIR}"/${PN}-4-CVE-2013-1918-XSA-45_[1-7].patch \ - "${FILESDIR}"/${PN}-4.2-2013-2076-XSA-52.patch + "${FILESDIR}"/${PN}-4.2-2013-2076-XSA-52to54.patch } src_configure() { |