public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode (prometheanfire)" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/nova: nova-2012.2.3-r2.ebuild ChangeLog nova-2012.2.3-r1.ebuild
Date: Thu, 14 Mar 2013 20:40:51 +0000 (UTC)	[thread overview]
Message-ID: <20130314204051.A6D2F2171D@flycatcher.gentoo.org> (raw)

prometheanfire    13/03/14 20:40:51

  Modified:             ChangeLog
  Added:                nova-2012.2.3-r2.ebuild
  Removed:              nova-2012.2.3-r1.ebuild
  Log:
  revbump to nova-2012.2.3-r2 for bug 461750 CVE-2013-1838
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.5                  sys-cluster/nova/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	26 Feb 2013 21:44:05 -0000	1.4
+++ ChangeLog	14 Mar 2013 20:40:51 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.4 2013/02/26 21:44:05 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.5 2013/03/14 20:40:51 prometheanfire Exp $
+
+*nova-2012.2.3-r2 (14 Mar 2013)
+
+  14 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
+  +files/nova-folsom-3-CVE-2013-1838.patch, -nova-2012.2.3-r1.ebuild,
+  +nova-2012.2.3-r2.ebuild:
+  revbump to nova-2012.2.3-r2 for bug 461750 CVE-2013-1838
 
 *nova-2012.2.3-r1 (26 Feb 2013)
 



1.1                  sys-cluster/nova/nova-2012.2.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2012.2.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2012.2.3-r2.ebuild?rev=1.1&content-type=text/plain

Index: nova-2012.2.3-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2012.2.3-r2.ebuild,v 1.1 2013/03/14 20:40:51 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )

inherit distutils-r1 eutils

DESCRIPTION="Nova is a cloud computing fabric controller (main part of an
IaaS system). It is written in Python."
HOMEPAGE="https://launchpad.net/nova"
SRC_URI="http://launchpad.net/${PN}/folsom/${PV}/+download/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

RDEPEND="=dev-python/amqplib-0.6.1
		>=dev-python/anyjson-0.2.4
		>=dev-python/sqlalchemy-0.7.8
		<=dev-python/sqlalchemy-0.7.9
		=dev-python/boto-2.1.1
		>=dev-python/eventlet-0.9.17
		=dev-python/kombu-1.0.4
		=dev-python/routes-1.12.3
		=dev-python/webob-1.0.8
		>=dev-python/greenlet-0.3.1
		=dev-python/pastedeploy-1.5.0
		dev-python/paste
		>=dev-python/sqlalchemy-migrate-0.7.2
		dev-python/netaddr
		=dev-python/suds-0.4
		dev-python/paramiko
		>=dev-python/Babel-0.9.6
		>=dev-python/iso8601-0.1.4
		dev-python/httplib2
		>=dev-python/setuptools-git-0.4
		>=dev-python/python-glanceclient-0.5.0
		<dev-python/python-glanceclient-2
		>=dev-python/python-quantumclient-2.1"

PATCHES=(
			"${FILESDIR}/nova-folsom-CVE-2013-1664.patch"
			"${FILESDIR}/nova-folsom-3-CVE-2013-0335.patch"
			"${FILESDIR}/nova-folsom-3-CVE-2013-1838.patch"
)

python_install() {
	distutils-r1_python_install
	keepdir /etc/nova
	insinto /etc/nova

	newins "etc/nova/nova.conf.sample" "nova.conf"
	newins "etc/nova/api-paste.ini" "api-paste.ini"
	newins "etc/nova/logging_sample.conf" "logging_sample.conf"
	newins "etc/nova/policy.json" "policy.json"
	newins "etc/nova/rootwrap.conf" "rootwrap.conf"
	insinto /etc/nova/rootwrap.d
	doins "etc/nova/rootwrap.d/api-metadata.filters"
	doins "etc/nova/rootwrap.d/compute.filters"
	doins "etc/nova/rootwrap.d/network.filters"
	doins "etc/nova/rootwrap.d/volume.filters"
}





                 reply	other threads:[~2013-03-14 20:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130314204051.A6D2F2171D@flycatcher.gentoo.org \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox