Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, idella4@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.0-r1.ebuild ChangeLog
Date: Mon, 04 Feb 2013 14:49:38
Message-Id: 510FCA52.8010603@gentoo.org
1 On 04/02/13 16:41, Ian Delaney (idella4) wrote:
2 > idella4 13/02/04 14:41:03
3 >
4 > Modified: xen-4.2.0-r1.ebuild ChangeLog
5 > Log:
6 > Added acquired but missed sec patch 2012-5513-XSA-29.patch to set of sec patches in 4.2.0-r1
7 >
8 > (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9 >
10 > Revision Changes Path
11 > 1.5 app-emulation/xen/xen-4.2.0-r1.ebuild
12 >
13 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild?rev=1.5&view=markup
14 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild?rev=1.5&content-type=text/plain
15 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild?r1=1.4&r2=1.5
16 >
17 > Index: xen-4.2.0-r1.ebuild
18 > ===================================================================
19 > RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v
20 > retrieving revision 1.4
21 > retrieving revision 1.5
22 > diff -u -r1.4 -r1.5
23 > --- xen-4.2.0-r1.ebuild 2 Feb 2013 21:16:34 -0000 1.4
24 > +++ xen-4.2.0-r1.ebuild 4 Feb 2013 14:41:03 -0000 1.5
25 > @@ -1,6 +1,6 @@
26 > # Copyright 1999-2013 Gentoo Foundation
27 > # Distributed under the terms of the GNU General Public License v2
28 > -# $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 $
29 > +# $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 $
30 >
31 > EAPI=5
32 >
33 > @@ -85,6 +85,7 @@
34 > "${FILESDIR}"/${PN}-4-CVE-2012-4538-XSA-23.patch \
35 > "${FILESDIR}"/${PN}-4-CVE-2012-4539-XSA-24.patch \
36 > "${FILESDIR}"/${PN}-4-CVE-2012-5510-XSA-26.patch \
37 > + "${FILESDIR}"/${PN}-4-CVE-2012-5513-XSA-29.patch
38 > "${FILESDIR}"/${PN}-4-CVE-2012-5514-XSA-30.patch \
39
40 You forgot a \ there and it makes this ebuild fail.
41
42 - Samuli

Replies