Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-pvgrub: xen-pvgrub-4.3.0.ebuild xen-pvgrub-4.2.2-r1.ebuild ChangeLog xen-pvgrub-4.2.1-r3.ebuild
Date: Wed, 31 Jul 2013 08:26:30
Message-Id: 20130731082621.6C67D2171C@flycatcher.gentoo.org
1 idella4 13/07/31 08:26:21
2
3 Modified: xen-pvgrub-4.3.0.ebuild xen-pvgrub-4.2.2-r1.ebuild
4 ChangeLog xen-pvgrub-4.2.1-r3.ebuild
5 Log:
6 Re-name xen-4.2.0-jserver.patch -> xen-pvgrub-4.2-jserver.patch, added patch from upstream addressing QA issues
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 app-emulation/xen-pvgrub/xen-pvgrub-4.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.0.ebuild?r1=1.1&r2=1.2
16
17 Index: xen-pvgrub-4.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xen-pvgrub-4.3.0.ebuild 21 Jul 2013 09:19:59 -0000 1.1
24 +++ xen-pvgrub-4.3.0.ebuild 31 Jul 2013 08:26:21 -0000 1.2
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-pvgrub/xen-pvgrub-4.3.0.ebuild,v 1.1 2013/07/21 09:19:59 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.0.ebuild,v 1.2 2013/07/31 08:26:21 idella4 Exp $
30
31 EAPI=4
32 PYTHON_DEPEND="2:2.7"
33 @@ -84,7 +84,10 @@
34 epatch "${FILESDIR}"/${PN/-pvgrub/}-4.3-fix_dotconfig-gcc.patch
35
36 # fix jobserver in Makefile
37 - epatch "${FILESDIR}"/${PN/-pvgrub/}-4.2.0-jserver.patch
38 + epatch "${FILESDIR}"/${PN}-4.2-jserver.patch
39 +
40 + # gcc warnings/QA fix
41 + epatch "${FILESDIR}"/${PN}-4-qa.patch
42
43 # Sec patch
44 epatch "${FILESDIR}"/${PN/-pvgrub/}-4-CVE-2012-6075-XSA-41.patch \
45
46
47
48 1.5 app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild?rev=1.5&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild?rev=1.5&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild?r1=1.4&r2=1.5
53
54 Index: xen-pvgrub-4.2.2-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild,v
57 retrieving revision 1.4
58 retrieving revision 1.5
59 diff -u -r1.4 -r1.5
60 --- xen-pvgrub-4.2.2-r1.ebuild 2 Jul 2013 16:15:30 -0000 1.4
61 +++ xen-pvgrub-4.2.2-r1.ebuild 31 Jul 2013 08:26:21 -0000 1.5
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild,v 1.4 2013/07/02 16:15:30 ago Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild,v 1.5 2013/07/31 08:26:21 idella4 Exp $
67
68 EAPI=4
69 PYTHON_DEPEND="2:2.6"
70 @@ -86,6 +86,9 @@
71 # fix jobserver in Makefile
72 epatch "${FILESDIR}"/${PN/-pvgrub/}-4.2.0-jserver.patch
73
74 + # gcc warnings/QA fix
75 + epatch "${FILESDIR}"/${PN}-4-qa.patch
76 +
77 # Sec patch
78 epatch "${FILESDIR}"/${PN/-pvgrub/}-4-CVE-2012-6075-XSA-41.patch \
79 "${FILESDIR}"/xen-4-CVE-2013-1922-XSA-48.patch \
80
81
82
83 1.36 app-emulation/xen-pvgrub/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog?rev=1.36&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog?rev=1.36&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog?r1=1.35&r2=1.36
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v
92 retrieving revision 1.35
93 retrieving revision 1.36
94 diff -u -r1.35 -r1.36
95 --- ChangeLog 21 Jul 2013 09:26:29 -0000 1.35
96 +++ ChangeLog 31 Jul 2013 08:26:21 -0000 1.36
97 @@ -1,12 +1,12 @@
98 # ChangeLog for app-emulation/xen-pvgrub
99 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.35 2013/07/21 09:26:29 idella4 Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.36 2013/07/31 08:26:21 idella4 Exp $
102
103 *xen-pvgrub-4.3.0 (21 Jul 2013)
104
105 21 Jul 2013; Ian Delaney <idella4@g.o> +files/xen-4.3-externals.patch,
106 +files/xen-4.3-fix_dotconfig-gcc.patch, +xen-pvgrub-4.3.0.ebuild:
107 - bump; Remove pt2.6 by discretion, cull redundant sec. patches, upgrade 2
108 + bump; Remove py2.6 by discretion, cull redundant sec. patches, upgrade 2
109 patches, add 1 new DEP and and 1 new external package
110
111 16 Jul 2013; Ian Delaney <idella4@g.o> -xen-pvgrub-4.2.1-r2.ebuild,
112
113
114
115 1.3 app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r3.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r3.ebuild?rev=1.3&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r3.ebuild?rev=1.3&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r3.ebuild?r1=1.2&r2=1.3
120
121 Index: xen-pvgrub-4.2.1-r3.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r3.ebuild,v
124 retrieving revision 1.2
125 retrieving revision 1.3
126 diff -u -r1.2 -r1.3
127 --- xen-pvgrub-4.2.1-r3.ebuild 27 Jun 2013 05:32:10 -0000 1.2
128 +++ xen-pvgrub-4.2.1-r3.ebuild 31 Jul 2013 08:26:21 -0000 1.3
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2013 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r3.ebuild,v 1.2 2013/06/27 05:32:10 idella4 Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r3.ebuild,v 1.3 2013/07/31 08:26:21 idella4 Exp $
134
135 EAPI=4
136 PYTHON_DEPEND="2:2.6"
137 @@ -84,7 +84,7 @@
138 epatch "${FILESDIR}"/${PN/-pvgrub/}-4-fix_dotconfig-gcc.patch
139
140 # fix jobserver in Makefile
141 - epatch "${FILESDIR}"/${PN/-pvgrub/}-4.2.0-jserver.patch
142 + epatch "${FILESDIR}"/${PN}-4.2-jserver.patch
143
144 #Sec patch
145 epatch "${FILESDIR}"/${PN/-pvgrub/}-4-CVE-2012-6075-XSA-41.patch \