diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-05-29 15:40:04 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-05-29 15:40:04 +0000 |
commit | a46e89044947bed9d706aee277f686df0c31e6e0 (patch) | |
tree | a4a0adc6016f326c46a5dbe64f8b316f299b255c /dev-python | |
parent | gnome-extra/zeitgeist: Fix usage of new python r1 eclasses (missing PYTHON_RE... (diff) | |
download | gentoo-2-a46e89044947bed9d706aee277f686df0c31e6e0.tar.gz gentoo-2-a46e89044947bed9d706aee277f686df0c31e6e0.tar.bz2 gentoo-2-a46e89044947bed9d706aee277f686df0c31e6e0.zip |
python-keystoneclient fix in 0.2.4 for CVE-2013-2104 bug 471696
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-keystoneclient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild (renamed from dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild) | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/python-keystoneclient/ChangeLog b/dev-python/python-keystoneclient/ChangeLog index 15ddf641a671..d1692325eb53 100644 --- a/dev-python/python-keystoneclient/ChangeLog +++ b/dev-python/python-keystoneclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-keystoneclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.9 2013/05/24 14:54:20 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.10 2013/05/29 15:40:04 prometheanfire Exp $ + +*python-keystoneclient-0.2.4 (29 May 2013) + + 29 May 2013; Matthew Thode <prometheanfire@gentoo.org> + +python-keystoneclient-0.2.4.ebuild, -python-keystoneclient-0.2.3-r2.ebuild: + python-keystoneclient fix in 0.2.4 for CVE-2013-2104 bug 471696 *python-keystoneclient-0.2.3-r2 (24 May 2013) diff --git a/dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild index eead9059df1a..01099af6fc1a 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild @@ -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/dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild,v 1.1 2013/05/24 14:54:20 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild,v 1.1 2013/05/29 15:40:04 prometheanfire Exp $ EAPI=5 #restricted due to packages missing and bad depends in the test ==webob-1.0.8 @@ -43,10 +43,8 @@ RDEPEND="dev-python/iso8601[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}]" PATCHES=( - "${FILESDIR}/0.2.3-CVE-2013-2013.patch" - "${FILESDIR}/0.2.3-upstream-1181157.patch" - "${FILESDIR}/0.2.3-CVE-2013-2030.patch" - ) +) +# "${FILESDIR}/0.2.3-CVE-2013-2104.patch" python_test() { ${PYTHON} setup.py nosetests || die |