diff options
author | 2014-05-14 15:07:27 +0000 | |
---|---|---|
committer | 2014-05-14 15:07:27 +0000 | |
commit | bb060b671e4a3238c5b2f9fcc44056b1ff2d230a (patch) | |
tree | db1512f102627cde79bd2aa295e18ce76d828d34 /app-emulation/xen | |
parent | upstream patches bump, fix security bug #510312 (diff) | |
download | gentoo-2-bb060b671e4a3238c5b2f9fcc44056b1ff2d230a.tar.gz gentoo-2-bb060b671e4a3238c5b2f9fcc44056b1ff2d230a.tar.bz2 gentoo-2-bb060b671e4a3238c5b2f9fcc44056b1ff2d230a.zip |
upstream patches bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.4.0-r3.ebuild (renamed from app-emulation/xen/xen-4.4.0-r2.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 6975bc988163..93fbb2a82230 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.159 2014/05/10 00:06:23 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.160 2014/05/14 15:07:27 dlan Exp $ + +*xen-4.4.0-r3 (14 May 2014) + + 14 May 2014; Yixun Lan <dlan@gentoo.org> +xen-4.4.0-r3.ebuild, + -xen-4.4.0-r2.ebuild: + upstream patches bump *xen-4.4.0-r2 (09 May 2014) *xen-4.3.2-r2 (09 May 2014) diff --git a/app-emulation/xen/xen-4.4.0-r2.ebuild b/app-emulation/xen/xen-4.4.0-r3.ebuild index 484e6a2e7ffe..3bd4939cdbc5 100644 --- a/app-emulation/xen/xen-4.4.0-r2.ebuild +++ b/app-emulation/xen/xen-4.4.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.4.0-r2.ebuild,v 1.1 2014/05/10 00:06:23 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.4.0-r3.ebuild,v 1.1 2014/05/14 15:07:27 dlan Exp $ EAPI=5 @@ -15,7 +15,7 @@ if [[ $PV == *9999 ]]; then live_eclass="git-2" else KEYWORDS="~amd64 ~arm -x86" - UPSTREAM_VER=1 + UPSTREAM_VER=2 GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ |