Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysaml2/
Date: Sun, 14 Apr 2019 07:07:18
Message-Id: 1555225617.818d4cea619a2616e8ea576787c52b19a51884e1.prometheanfire@gentoo
1 commit: 818d4cea619a2616e8ea576787c52b19a51884e1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 07:06:42 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 07:06:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818d4cea
7
8 dev-python/pysaml2: cleanup for CVE
9
10 Bug: https://bugs.gentoo.org/639774
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/pysaml2/Manifest | 1 -
15 dev-python/pysaml2/pysaml2-4.0.2-r3.ebuild | 39 ------------------------------
16 2 files changed, 40 deletions(-)
17
18 diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
19 index aeadbb803e1..c89d751ca28 100644
20 --- a/dev-python/pysaml2/Manifest
21 +++ b/dev-python/pysaml2/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST pysaml2-4.0.2.tar.gz 13657558 BLAKE2B 35cb9dff897caf9f7fc39a70466dabce88098b6bbe0337a2ae47c733e4fd5de3bd80ddf73f27b6ff67e6f571b1f647d9856bbed58c8b19fe6547a35254dc2019 SHA512 debe23c2b193ca9f937bdb4fc9e8f308fa012c18e50e40183f7e531434af52b6e4d36608be3e9b0321190930cdfd9eb24555ed1805083e32db8de0f57e5afb14
24 DIST pysaml2-4.6.3.tar.gz 316979 BLAKE2B cf393075903269ce93dd219bd23479949ce8e39383d8150f8ee30185733569fe79c7421b87b3439b95e707f17d5f513abfa2610be76441b8f18d8f75a5a9fdd3 SHA512 259f7395afad44caac32453a03bbdaf8c464adeeb856b78786b665281dbe75b37e8054efaf945a7d10333c0b09d9f516d606e95b157aed34c1cd0821b7255b9d
25 DIST pysaml2-4.6.5.tar.gz 319131 BLAKE2B d2b78d00cc5e65717bae267fbe88c781d4583996025eb4a9602030215f842a29b625ba41905e867d887e4564bbacdb1251170af46e5f00cc0f9d202c7741418d SHA512 da9cd23f9bef37da1079bba539f91df6a79190fcf8ab20b4c025fd8eae9b147799623dcc1376acfb6ff06c8566a58d478f8da7765195fe058d54007a2ebe79bb
26
27 diff --git a/dev-python/pysaml2/pysaml2-4.0.2-r3.ebuild b/dev-python/pysaml2/pysaml2-4.0.2-r3.ebuild
28 deleted file mode 100644
29 index 5c16ff2cf00..00000000000
30 --- a/dev-python/pysaml2/pysaml2-4.0.2-r3.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
42 -HOMEPAGE="https://github.com/rohe/pysaml2"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -IUSE=""
49 -
50 -PATCHES=(
51 - "${FILESDIR}/xxe-4.0.2.patch"
52 - "${FILESDIR}/pysaml-4.0.2_CVE-2017-1000433.patch"
53 -)
54 -
55 -DEPEND="
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 -"
58 -RDEPEND="
59 - dev-python/decorator[${PYTHON_USEDEP}]
60 - >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
61 - dev-python/future[${PYTHON_USEDEP}]
62 - dev-python/paste[${PYTHON_USEDEP}]
63 - dev-python/zope-interface[${PYTHON_USEDEP}]
64 - dev-python/repoze-who[${PYTHON_USEDEP}]
65 - >=dev-python/pycrypto-2.5[${PYTHON_USEDEP}]
66 - dev-python/pytz[${PYTHON_USEDEP}]
67 - dev-python/pyopenssl[${PYTHON_USEDEP}]
68 - dev-python/python-dateutil[${PYTHON_USEDEP}]
69 - dev-python/six[${PYTHON_USEDEP}]
70 - dev-python/defusedxml[${PYTHON_USEDEP}]
71 -"