diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 16:06:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 16:06:06 +0000 |
commit | be2e4ffbefaa6b079a4dac8ef6da12187741a3d1 (patch) | |
tree | bb3394ba04b52c6ff605c64fea926c4189a57121 /app-emulation/xen | |
parent | version bump (diff) | |
download | gentoo-2-be2e4ffbefaa6b079a4dac8ef6da12187741a3d1.tar.gz gentoo-2-be2e4ffbefaa6b079a4dac8ef6da12187741a3d1.tar.bz2 gentoo-2-be2e4ffbefaa6b079a4dac8ef6da12187741a3d1.zip |
Stable for amd64, wrt bug #472214
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 6617660f3f98..a957f23ef578 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.123 2013/06/28 15:07:40 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.124 2013/07/02 16:06:06 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.2-r1.ebuild: + Stable for amd64, wrt bug #472214 28 Jun 2013; Ian Delaney <idella4@gentoo.org> +files/xen-4.2-CVE-2013-1432-XSA-58.patch, xen-4.2.1-r4.ebuild, diff --git a/app-emulation/xen/xen-4.2.2-r1.ebuild b/app-emulation/xen/xen-4.2.2-r1.ebuild index 2074348207f8..a6a64ec652c2 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.2 2013/06/28 15:07:40 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v 1.3 2013/07/02 16:06:06 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz" fi |