File python-python3-saml.changes of Package python-python3-saml
68
1
-------------------------------------------------------------------
2
Thu Apr 7 07:45:31 UTC 2022 - Markéta Machová <mmachova@suse.com>
3
4
- Add patch expiry-dates.patch to fix bsc#1197846 (originally
5
from gh#onelogin/python3-saml#269).
6
- Add additional-expired-resources.patch with some more updated
7
expired resources.
8
- Update bug-testDecryptElement.patch to work for SP2 and SP4.
9
10
-------------------------------------------------------------------
11
Mon Jul 22 13:05:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
12
13
- Update to 1.7.0:
14
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from
15
SAMLResponse.
16
* Adjusted single logout service to provide NameQualifier and SPNameQualifier
17
to logout method.
18
* Add getNameIdNameQualifier to Auth and SamlResponse.
19
* Extend logout method from Auth and LogoutRequest constructor to support.
20
* Added get_in_response_to method to Response and LogoutResponse classes
21
* Update defusexml dependency
22
23
-------------------------------------------------------------------
24
Wed Apr 10 16:35:14 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
25
26
- Add explicit dependency on libxmlsec1-openssl1, recommended
27
by dependency python-xmlsec so this package may be used without
28
needing to select a libxmlsec backend
29
- Activate test suite, adding bug-testDecryptElement.patch to
30
workaround a test failure, and remove bcond test
31
- Build for Python 2, as support has been added upstream
32
- Remove unnecessary build dependency on python-devel
33
- Use %license
34
- Remove live dependency_links and remove == pins from setup.py,
35
so installed egg-info isnt broken
36
- Update to v1.6.0
37
* Add support for Subjects on AuthNRequests by the new
38
name_id_value_req parameter
39
* Fix for SLO when XML specifies encoding
40
* Fixed setting NameFormat attribute for AttributeValue tags
41
- from v1.5.0
42
* Security improvements. Use of tagid to prevent XPath injection
43
Disable DTD on fromstring defusedxml method
44
* Check that the response has all of the AuthnContexts provided
45
* Adapt renders from Django demo for Django 1.11 version
46
* If debug enable, print reason for the SAMLResponse invalidation
47
* Fix DSA constant
48
* Support NameID children inside of AttributeValue elements
49
- from v1.4.1
50
* Add ID to EntityDescriptor before sign it on add_sign method
51
* Update defusedxml dependencies
52
* Update copyright and license reference
53
- from 1.4.0
54
* Fix CVE-2017-11427. Process text of nodes properly, ignoring comments
55
* Improve how fingerprint is calcultated
56
* Fix issue with LogoutRequest rejected by ADFS due NameID with
57
unspecified format instead no format attribute
58
* Fix signature position in the SP metadata
59
* Preserve xmlns:xs namespace when signing and serializing responses
60
* Redefine NSMAP constant
61
* Updated Django demo (Django 1.11)
62
63
-------------------------------------------------------------------
64
Wed Oct 25 16:22:46 UTC 2017 - sean.marlow@suse.com
65
66
- Intial package. v1.3.0
67
68