From: "Matt Thode (prometheanfire)" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2012.2.4-r9.ebuild keystone-2013.1.9999.ebuild keystone-2013.1.3-r3.ebuild ChangeLog keystone-2013.1.3-r2.ebuild keystone-2012.2.4-r8.ebuild
Date: Sun, 15 Sep 2013 02:58:58 +0000 (UTC) [thread overview]
Message-ID: <20130915025858.8DF432004F@flycatcher.gentoo.org> (raw)
prometheanfire 13/09/15 02:58:58
Modified: keystone-2013.1.9999.ebuild ChangeLog
Added: keystone-2012.2.4-r9.ebuild
keystone-2013.1.3-r3.ebuild
Removed: keystone-2013.1.3-r2.ebuild
keystone-2012.2.4-r8.ebuild
Log:
fix for CVE-2013-4222 and bug 480476
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.6 sys-auth/keystone/keystone-2013.1.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild?r1=1.5&r2=1.6
Index: keystone-2013.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- keystone-2013.1.9999.ebuild 12 Sep 2013 06:19:47 -0000 1.5
+++ keystone-2013.1.9999.ebuild 15 Sep 2013 02:58:58 -0000 1.6
@@ -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/sys-auth/keystone/keystone-2013.1.9999.ebuild,v 1.5 2013/09/12 06:19:47 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild,v 1.6 2013/09/15 02:58:58 prometheanfire Exp $
EAPI=5
#test restricted becaues of bad requirements given (old webob for instance)
@@ -71,6 +71,10 @@
# dev-python/webtest
# )
+PATCHES=(
+ "${FILESDIR}/2013.1.3-CVE-2013-4222.patch"
+)
+
python_install() {
distutils-r1_python_install
newconfd "${FILESDIR}/keystone.confd" keystone
1.33 sys-auth/keystone/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 12 Sep 2013 06:19:47 -0000 1.32
+++ ChangeLog 15 Sep 2013 02:58:58 -0000 1.33
@@ -1,6 +1,16 @@
# ChangeLog for sys-auth/keystone
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.32 2013/09/12 06:19:47 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.33 2013/09/15 02:58:58 prometheanfire Exp $
+
+*keystone-2012.2.4-r9 (15 Sep 2013)
+*keystone-2013.1.3-r3 (15 Sep 2013)
+
+ 15 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +files/2012.2.4-CVE-2013-4222.patch, +files/2013.1.3-CVE-2013-4222.patch,
+ +keystone-2012.2.4-r9.ebuild, +keystone-2013.1.3-r3.ebuild,
+ -keystone-2012.2.4-r8.ebuild, -keystone-2013.1.3-r2.ebuild,
+ keystone-2013.1.9999.ebuild:
+ fix for CVE-2013-4222 and bug 480476
12 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
keystone-2012.2.4-r8.ebuild, keystone-2013.1.3-r2.ebuild,
1.1 sys-auth/keystone/keystone-2012.2.4-r9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2012.2.4-r9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2012.2.4-r9.ebuild?rev=1.1&content-type=text/plain
Index: keystone-2012.2.4-r9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2012.2.4-r9.ebuild,v 1.1 2013/09/15 02:58:58 prometheanfire Exp $
EAPI=5
#test restricted becaues of bad requirements given (old webob for instance)
RESTRICT="test"
PYTHON_COMPAT=( python2_6 python2_7 )
inherit distutils-r1
DESCRIPTION="Keystone is the Openstack authentication, authorization, and
service catalog written in Python."
HOMEPAGE="https://launchpad.net/keystone"
SRC_URI="http://launchpad.net/${PN}/folsom/${PV}/+download/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="folsom"
KEYWORDS="~amd64 ~x86"
IUSE="+sqlite mysql postgres ldap"
#IUSE="+sqlite mysql postgres ldap test"
REQUIRED_USE="|| ( mysql postgres sqlite )"
#todo, seperate out rdepend via use flags
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
dev-python/eventlet[${PYTHON_USEDEP}]
dev-python/greenlet[${PYTHON_USEDEP}]
dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
dev-python/paste[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/python-daemon[${PYTHON_USEDEP}]
dev-python/python-pam[${PYTHON_USEDEP}]
dev-python/routes[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}]
>=dev-python/webob-1.0.8[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]
sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
<dev-python/sqlalchemy-0.7.10[sqlite,${PYTHON_USEDEP}] )
mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
<dev-python/sqlalchemy-0.7.10[mysql,${PYTHON_USEDEP}] )
postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
<dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] )
ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )"
# test? ( dev-python/Babel
# dev-python/decorator
# dev-python/eventlet
# dev-python/greenlet
# dev-python/httplib2
# dev-python/iso8601
# dev-python/lxml
# dev-python/netifaces
# dev-python/nose
# dev-python/nosexcover
# dev-python/passlib
# dev-python/paste
# dev-python/pastedeploy
# dev-python/python-pam
# dev-python/repoze-lru
# dev-python/routes
# dev-python/sphinx
# >=dev-python/sqlalchemy-migrate-0.7
# dev-python/tempita
# >=dev-python/webob-1.0.8
# dev-python/webtest
# )
#
#python_test() {
# "${PYTHON}" setup.py nosetests || die
#}
PATCHES=(
"${FILESDIR}/keystone-folsom-4-CVE-2013-2030.patch"
"${FILESDIR}/keystone-folsom-4-CVE-2013-2059.patch"
"${FILESDIR}/keystone-folsom-4-CVE-2013-1977.patch"
"${FILESDIR}/keystone-folsom-4-CVE-2013-2104.patch"
"${FILESDIR}/keystone-folsom-4-CVE-2013-2157.patch"
"${FILESDIR}/keystone-cve-2013-4294-folsom.patch"
"${FILESDIR}/2012.2.4-CVE-2013-4222.patch"
"${FILESDIR}/2012.2.4-upstream-1181157.patch"
)
python_install() {
distutils-r1_python_install
newconfd "${FILESDIR}/keystone.confd" keystone
newinitd "${FILESDIR}/keystone.initd" keystone
diropts -m 0750
dodir /var/run/keystone /var/log/keystone /etc/keystone
keepdir /etc/keystone
insinto /etc/keystone
doins etc/keystone.conf.sample etc/logging.conf.sample
doins etc/default_catalog.templates etc/policy.json
}
1.1 sys-auth/keystone/keystone-2013.1.3-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.1&content-type=text/plain
Index: keystone-2013.1.3-r3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v 1.1 2013/09/15 02:58:58 prometheanfire Exp $
EAPI=5
#test restricted becaues of bad requirements given (old webob for instance)
RESTRICT="test"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Keystone is the Openstack authentication, authorization, and
service catalog written in Python."
HOMEPAGE="https://launchpad.net/keystone"
SRC_URI="http://launchpad.net/${PN}/grizzly/${PV}/+download/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="grizzly"
KEYWORDS="~amd64 ~x86"
IUSE="+sqlite mysql postgres ldap"
#IUSE="+sqlite mysql postgres ldap test"
REQUIRED_USE="|| ( mysql postgres sqlite )"
#todo, seperate out rdepend via use flags
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
dev-python/eventlet[${PYTHON_USEDEP}]
dev-python/greenlet[${PYTHON_USEDEP}]
>=dev-python/iso8601-0.1.4[${PYTHON_USEDEP}]
>=dev-python/python-keystoneclient-0.2.1[${PYTHON_USEDEP}]
<=dev-python/python-keystoneclient-0.3[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
>=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
dev-python/paste[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/python-daemon[${PYTHON_USEDEP}]
>=dev-python/python-pam-0.1.4[${PYTHON_USEDEP}]
dev-python/routes[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}]
=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]
sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
<dev-python/sqlalchemy-0.7.10[sqlite,${PYTHON_USEDEP}] )
mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
<dev-python/sqlalchemy-0.7.10[mysql,${PYTHON_USEDEP}] )
postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
<dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] )
ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )"
# test? ( dev-python/Babel
# dev-python/decorator
# dev-python/eventlet
# dev-python/greenlet
# dev-python/httplib2
# dev-python/iso8601
# dev-python/lxml
# dev-python/netifaces
# dev-python/nose
# dev-python/nosexcover
# dev-python/passlib
# dev-python/paste
# dev-python/pastedeploy
# dev-python/python-pam
# dev-python/repoze-lru
# dev-python/routes
# dev-python/sphinx
# >=dev-python/sqlalchemy-migrate-0.7
# dev-python/tempita
# >=dev-python/webob-1.0.8
# dev-python/webtest
# )
PATCHES=(
"${FILESDIR}/2013.1.3-CVE-2013-4222.patch"
"${FILESDIR}/keystone-cve-2013-4294-grizzly.patch"
)
# "${FILESDIR}/keystone-grizzly-2-CVE-2013-2157.patch"
#
#python_test() {
# "${PYTHON}" setup.py nosetests || die
#}
python_install() {
distutils-r1_python_install
newconfd "${FILESDIR}/keystone.confd" keystone
newinitd "${FILESDIR}/keystone.initd" keystone
diropts -m 0750
dodir /var/run/keystone /var/log/keystone /etc/keystone
keepdir /etc/keystone
insinto /etc/keystone
doins etc/keystone.conf.sample etc/logging.conf.sample
doins etc/default_catalog.templates etc/policy.json
}
reply other threads:[~2013-09-15 2:59 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=20130915025858.8DF432004F@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