diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-02-04 14:41:03 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-02-04 14:41:03 +0000 |
commit | a0f77dc2e80228380a8bbe5163a245c3d9d9eee4 (patch) | |
tree | 23a9a33553622136e28d7d218710de8fd3532ff3 /app-emulation | |
parent | Remove old (diff) | |
download | gentoo-2-a0f77dc2e80228380a8bbe5163a245c3d9d9eee4.tar.gz gentoo-2-a0f77dc2e80228380a8bbe5163a245c3d9d9eee4.tar.bz2 gentoo-2-a0f77dc2e80228380a8bbe5163a245c3d9d9eee4.zip |
Added acquired but missed sec patch 2012-5513-XSA-29.patch to set of sec patches in 4.2.0-r1
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.0-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 567a17916184..70336ca8f6f3 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,10 @@ # 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.106 2013/02/03 21:36:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.107 2013/02/04 14:41:03 idella4 Exp $ + + 04 Feb 2013; Ian Delaney <idella4@gentoo.org> xen-4.2.0-r1.ebuild: + Added acquired but missed sec patch 2012-5513-XSA-29.patch to set of sec + patches in 4.2.0-r1 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> -xen-4.1.1-r2.ebuild, -xen-4.1.2.ebuild: diff --git a/app-emulation/xen/xen-4.2.0-r1.ebuild b/app-emulation/xen/xen-4.2.0-r1.ebuild index 9ab9c1888424..d0145e93a069 100644 --- a/app-emulation/xen/xen-4.2.0-r1.ebuild +++ b/app-emulation/xen/xen-4.2.0-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.0-r1.ebuild,v 1.4 2013/02/02 21:16:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v 1.5 2013/02/04 14:41:03 idella4 Exp $ EAPI=5 @@ -85,6 +85,7 @@ src_prepare() { "${FILESDIR}"/${PN}-4-CVE-2012-4538-XSA-23.patch \ "${FILESDIR}"/${PN}-4-CVE-2012-4539-XSA-24.patch \ "${FILESDIR}"/${PN}-4-CVE-2012-5510-XSA-26.patch \ + "${FILESDIR}"/${PN}-4-CVE-2012-5513-XSA-29.patch "${FILESDIR}"/${PN}-4-CVE-2012-5514-XSA-30.patch \ "${FILESDIR}"/${PN}-4-CVE-2012-5515-XSA-31.patch \ "${FILESDIR}"/${PN}-4-CVE-2012-5525-XSA-32.patch \ |