summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/xen/ChangeLog6
-rw-r--r--app-emulation/xen/xen-4.2.0-r1.ebuild3
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 \