Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/nova: nova-2012.2.3-r1.ebuild ChangeLog nova-2012.2.2-r1.ebuild nova-2012.2.3.ebuild
Date: Tue, 26 Feb 2013 21:44:09
Message-Id: 20130226214405.6F6682171D@flycatcher.gentoo.org
1 prometheanfire 13/02/26 21:44:05
2
3 Modified: ChangeLog
4 Added: nova-2012.2.3-r1.ebuild
5 Removed: nova-2012.2.2-r1.ebuild nova-2012.2.3.ebuild
6 Log:
7 sys-cluster/nova - fixing bug 459364 CVE-2013-0335
8
9 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.4 sys-cluster/nova/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 20 Feb 2013 06:13:35 -0000 1.3
25 +++ ChangeLog 26 Feb 2013 21:44:05 -0000 1.4
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-cluster/nova
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.3 2013/02/20 06:13:35 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.4 2013/02/26 21:44:05 prometheanfire Exp $
31 +
32 +*nova-2012.2.3-r1 (26 Feb 2013)
33 +
34 + 26 Feb 2013; Matthew Thode <prometheanfire@g.o>
35 + +files/nova-folsom-3-CVE-2013-0335.patch, -nova-2012.2.2-r1.ebuild,
36 + -nova-2012.2.3.ebuild, +nova-2012.2.3-r1.ebuild:
37 + fixing bug 459364 CVE-2013-0335
38
39 20 Feb 2013; Matthew Thode <prometheanfire@g.o>
40 nova-2012.2.2-r1.ebuild, nova-2012.2.3.ebuild:
41
42
43
44 1.1 sys-cluster/nova/nova-2012.2.3-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2012.2.3-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2012.2.3-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: nova-2012.2.3-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2012.2.3-r1.ebuild,v 1.1 2013/02/26 21:44:05 prometheanfire Exp $
54
55 EAPI=5
56 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
57
58 inherit distutils-r1 eutils
59
60 DESCRIPTION="Nova is a cloud computing fabric controller (main part of an
61 IaaS system). It is written in Python."
62 HOMEPAGE="https://launchpad.net/nova"
63 SRC_URI="http://launchpad.net/${PN}/folsom/${PV}/+download/${P}.tar.gz"
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
71
72 RDEPEND="=dev-python/amqplib-0.6.1
73 >=dev-python/anyjson-0.2.4
74 >=dev-python/sqlalchemy-0.7.8
75 <=dev-python/sqlalchemy-0.7.9
76 =dev-python/boto-2.1.1
77 >=dev-python/eventlet-0.9.17
78 =dev-python/kombu-1.0.4
79 =dev-python/routes-1.12.3
80 =dev-python/webob-1.0.8
81 >=dev-python/greenlet-0.3.1
82 =dev-python/pastedeploy-1.5.0
83 dev-python/paste
84 >=dev-python/sqlalchemy-migrate-0.7.2
85 dev-python/netaddr
86 =dev-python/suds-0.4
87 dev-python/paramiko
88 >=dev-python/Babel-0.9.6
89 >=dev-python/iso8601-0.1.4
90 dev-python/httplib2
91 >=dev-python/setuptools-git-0.4
92 >=dev-python/python-glanceclient-0.5.0
93 <dev-python/python-glanceclient-2
94 >=dev-python/python-quantumclient-2.1"
95
96 PATCHES=(
97 "${FILESDIR}/nova-folsom-CVE-2013-1664.patch"
98 "${FILESDIR}/nova-folsom-3-CVE-2013-0335.patch"
99 )
100
101 python_install() {
102 distutils-r1_python_install
103 keepdir /etc/nova
104 insinto /etc/nova
105
106 newins "etc/nova/nova.conf.sample" "nova.conf"
107 newins "etc/nova/api-paste.ini" "api-paste.ini"
108 newins "etc/nova/logging_sample.conf" "logging_sample.conf"
109 newins "etc/nova/policy.json" "policy.json"
110 newins "etc/nova/rootwrap.conf" "rootwrap.conf"
111 insinto /etc/nova/rootwrap.d
112 doins "etc/nova/rootwrap.d/api-metadata.filters"
113 doins "etc/nova/rootwrap.d/compute.filters"
114 doins "etc/nova/rootwrap.d/network.filters"
115 doins "etc/nova/rootwrap.d/volume.filters"
116 }