public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.0-r1.ebuild ChangeLog
       [not found] <20130204144103.ED1832171D@flycatcher.gentoo.org>
@ 2013-02-04 14:48 ` Samuli Suominen
  2013-02-04 15:36   ` IAN DELANEY
  0 siblings, 1 reply; 2+ messages in thread
From: Samuli Suominen @ 2013-02-04 14:48 UTC (permalink / raw
  To: gentoo-dev, idella4

On 04/02/13 16:41, Ian Delaney (idella4) wrote:
> idella4     13/02/04 14:41:03
>
>    Modified:             xen-4.2.0-r1.ebuild ChangeLog
>    Log:
>    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)
>
> Revision  Changes    Path
> 1.5                  app-emulation/xen/xen-4.2.0-r1.ebuild
>
> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild?rev=1.5&view=markup
> 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
> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild?r1=1.4&r2=1.5
>
> Index: xen-4.2.0-r1.ebuild
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -r1.4 -r1.5
> --- xen-4.2.0-r1.ebuild	2 Feb 2013 21:16:34 -0000	1.4
> +++ xen-4.2.0-r1.ebuild	4 Feb 2013 14:41:03 -0000	1.5
> @@ -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 @@
>   		"${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 \

You forgot a \ there and it makes this ebuild fail.

- Samuli



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.0-r1.ebuild ChangeLog
  2013-02-04 14:48 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.0-r1.ebuild ChangeLog Samuli Suominen
@ 2013-02-04 15:36   ` IAN DELANEY
  0 siblings, 0 replies; 2+ messages in thread
From: IAN DELANEY @ 2013-02-04 15:36 UTC (permalink / raw
  To: gentoo-dev

On Mon, 04 Feb 2013 16:48:50 +0200
Samuli Suominen <ssuominen@gentoo.org> wrote:

> On 04/02/13 16:41, Ian Delaney (idella4) wrote:
> > idella4     13/02/04 14:41:03
> >
> >    Modified:             xen-4.2.0-r1.ebuild ChangeLog
> >    Log:
> >    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)
> >
> > Revision  Changes    Path
> > 1.5                  app-emulation/xen/xen-4.2.0-r1.ebuild
> >
> > file :
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild?rev=1.5&view=markup
> > 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
> > diff :
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild?r1=1.4&r2=1.5
> >
> > Index: xen-4.2.0-r1.ebuild
> > ===================================================================
> > RCS
> > file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v
> > retrieving revision 1.4 retrieving revision 1.5
> > diff -u -r1.4 -r1.5
> > --- xen-4.2.0-r1.ebuild	2 Feb 2013 21:16:34 -0000	1.4
> > +++ xen-4.2.0-r1.ebuild	4 Feb 2013 14:41:03 -0000	1.5
> > @@ -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 @@
> >   		"${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 \
> 
> You forgot a \ there and it makes this ebuild fail.
> 
> - Samuli
> 
> 
ah thx


-- 
kind regards

Ian Delaney


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-04 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20130204144103.ED1832171D@flycatcher.gentoo.org>
2013-02-04 14:48 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.0-r1.ebuild ChangeLog Samuli Suominen
2013-02-04 15:36   ` IAN DELANEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox