diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-06-15 08:47:07 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-06-15 08:47:07 +0000 |
commit | ba1a4ba16b40c2322b0cbce42c264dd4164f96f1 (patch) | |
tree | 263f0703f5e2a079954b0f2de4f0335e4bfaf777 /app-emulation/xen | |
parent | Remove vulnerable versions. Fix security bug 549536. (diff) | |
download | gentoo-2-ba1a4ba16b40c2322b0cbce42c264dd4164f96f1.tar.gz gentoo-2-ba1a4ba16b40c2322b0cbce42c264dd4164f96f1.tar.bz2 gentoo-2-ba1a4ba16b40c2322b0cbce42c264dd4164f96f1.zip |
security bump, fix bug 550658, XSA-134,136
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 11 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.5-r11.ebuild (renamed from app-emulation/xen/xen-4.2.5-r10.ebuild) | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.4.2-r4.ebuild (renamed from app-emulation/xen/xen-4.4.2-r3.ebuild) | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.5.0-r6.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.5.0-r8.ebuild (renamed from app-emulation/xen/xen-4.5.0-r7.ebuild) | 6 |
5 files changed, 21 insertions, 12 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 484164c8ceb0..a62c40bde740 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.207 2015/06/09 07:22:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.208 2015/06/15 08:47:07 dlan Exp $ + +*xen-4.5.0-r8 (15 Jun 2015) +*xen-4.4.2-r4 (15 Jun 2015) +*xen-4.2.5-r11 (15 Jun 2015) + + 15 Jun 2015; Yixun Lan <dlan@gentoo.org> -xen-4.2.5-r10.ebuild, + +xen-4.2.5-r11.ebuild, -xen-4.4.2-r3.ebuild, +xen-4.4.2-r4.ebuild, + xen-4.5.0-r6.ebuild, -xen-4.5.0-r7.ebuild, +xen-4.5.0-r8.ebuild: + security bump, fix bug 550658, XSA-134,136 09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> xen-4.5.0-r6.ebuild: Stable for x86, wrt bug #551346 diff --git a/app-emulation/xen/xen-4.2.5-r10.ebuild b/app-emulation/xen/xen-4.2.5-r11.ebuild index f5cd610e8d8f..d85b90bf1118 100644 --- a/app-emulation/xen/xen-4.2.5-r10.ebuild +++ b/app-emulation/xen/xen-4.2.5-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r10.ebuild,v 1.1 2015/06/03 10:07:25 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r11.ebuild,v 1.1 2015/06/15 08:47:07 dlan Exp $ EAPI=5 @@ -14,8 +14,8 @@ if [[ $PV == *9999 ]]; then live_eclass="mercurial" else KEYWORDS="~amd64 ~x86" - UPSTREAM_VER=8 - SECURITY_VER=2 + UPSTREAM_VER=9 + SECURITY_VER=3 GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ diff --git a/app-emulation/xen/xen-4.4.2-r3.ebuild b/app-emulation/xen/xen-4.4.2-r4.ebuild index 6020bd50761a..f3d0a01ce27a 100644 --- a/app-emulation/xen/xen-4.4.2-r3.ebuild +++ b/app-emulation/xen/xen-4.4.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.4.2-r3.ebuild,v 1.1 2015/06/03 10:07:25 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.4.2-r4.ebuild,v 1.1 2015/06/15 08:47:07 dlan Exp $ EAPI=5 @@ -15,8 +15,8 @@ if [[ $PV == *9999 ]]; then live_eclass="git-2" else KEYWORDS="~amd64 ~arm -x86" - UPSTREAM_VER=1 - SECURITY_VER=2 + UPSTREAM_VER=2 + SECURITY_VER=3 GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ diff --git a/app-emulation/xen/xen-4.5.0-r6.ebuild b/app-emulation/xen/xen-4.5.0-r6.ebuild index cecf3119df50..7bff5feded47 100644 --- a/app-emulation/xen/xen-4.5.0-r6.ebuild +++ b/app-emulation/xen/xen-4.5.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r6.ebuild,v 1.3 2015/06/09 07:22:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r6.ebuild,v 1.4 2015/06/15 08:47:07 dlan Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" live_eclass="git-2" else - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 -x86" UPSTREAM_VER=4 SECURITY_VER=1 GENTOO_VER= diff --git a/app-emulation/xen/xen-4.5.0-r7.ebuild b/app-emulation/xen/xen-4.5.0-r8.ebuild index 0834d23d30bc..40bf3177401b 100644 --- a/app-emulation/xen/xen-4.5.0-r7.ebuild +++ b/app-emulation/xen/xen-4.5.0-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r7.ebuild,v 1.1 2015/06/03 10:07:25 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r8.ebuild,v 1.1 2015/06/15 08:47:07 dlan Exp $ EAPI=5 @@ -15,8 +15,8 @@ if [[ $PV == *9999 ]]; then live_eclass="git-2" else KEYWORDS="~arm ~arm64 ~amd64" - UPSTREAM_VER=5 - SECURITY_VER=2 + UPSTREAM_VER=6 + SECURITY_VER=3 GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ |