Changelog for
python311-ldap-3.4.3-136.17.x86_64.rpm :
* Fri Sep 16 2022 William Brown
- up to upstream release 3.4.3 This is a minor release to bring back the removed OPT_X_TLS option. Please note, it\'s still a deprecated option and it will be removed in 3.5.0. The following deprecated option has been brought back:
* OPT_X_TLS
* Fixes: - Sphinx documentation is now successfully built _ pypy3 tests stability was improved _ setup.py deprecation warning is now resolved
* Sun Jul 24 2022 Michael Ströder - update to upstream release 3.4.2 minor release to provide out-of-the-box compatibility with the merge of libldap and libldap_r that happened with OpenLDAP\'s 2.5 release.
* Fri Dec 10 2021 Michael Ströder - skip Python 2 builds- set PATH when running tests- update to upstream release 3.4.0
* Security fixes: - Fix inefficient regular expression which allows denial-of-service attacks when parsing specially-crafted LDAP schema (GHSL-2021-117, bsc#1194834)
* Changes: - On MacOS, remove option to make LDAP connections from a file descriptor when built with the system libldap (which lacks the underlying function, ldap_init_fd) - Attribute values of the post read control are now bytes instead of ISO8859-1 decoded str - LDAPUrl now treats urlscheme as case-insensitive - Several OpenLDAP options are now supported: - OPT_X_TLS_REQUIRE_SAN - OPT_X_SASL_SSF_EXTERNAL - OPT_X_TLS_PEERCERT
* Fixes: - The copy() method of cidict was added back. It was unintentionally removed in 3.3.0 - Fixed getting/setting SASL options on big endian platforms - Unknown LDAP result code are now converted to LDAPexception, rather than raising a SystemError.
* slapdtest: - Show stderr of slapd -Ttest - SlapdObject uses directory-based configuration of slapd - SlapdObject startup is now faster
* Tue Sep 14 2021 pgajdosAATTsuse.com- %check: use %pyunittest_arch rpm macro
* Mon Sep 28 2020 William Brown - update to upstream release 3.3.1: Highlights:
* ``LDAPError`` now contains additional fields, such as ctrls, result, msgid
* ``passwd_s`` can now extract the newly generated password
* LDAP connections can now be made from a file descriptor This release is tested on Python 3.8, and the beta of Python 3.9. The following undocumented functions are deprecated and scheduled for removal:- ``ldap.cidict.strlist_intersection``- ``ldap.cidict.strlist_minus``- ``ldap.cidict.strlist_union`` Modules/
* Ensure ReconnectLDAPObject is not left in an inconsistent state after a reconnection timeout
* Syncrepl now correctly parses SyncInfoMessage when the message is a syncIdSet
* Release GIL around global get/set option call
* Do not leak serverctrls in result functions
* Don\'t overallocate memory in attrs_from_List()
* Fix thread support check for Python 3
* With OpenLDAP 2.4.48, use the new header openldap.h Lib/
* Fix some edge cases regarding quoting in the schema tokenizer
* Fix escaping a single space in ldap.escape_dn_chars
* Fix string formatting in ldap.compare_ext_s
* Prefer iterating dict instead of calling dict.keys() Doc/
* Clarify the relationship between initialize() and LDAPObject()
* Improve documentation of TLS options
* Update FAQ to include Samba AD-DC error message \"Operation unavailable without authentication\"
* Fix several incorrect examples and demos (but note that these are not yet tested)
* Update Debian installation instructions for Debian Buster
* Typo fixes in docs and docstrings Test/
* Test and document error cases in ldap.compare_s
* Test if reconnection is done after connection loss
* Make test certificates valid for the far future
* Use slapd -Tt instead of slaptest Infrastructure:
* Mark the LICENCE file as a license for setuptools
* Use \"unittest discover\" rather than \"setup.py test\" to run tests
* Mon Dec 10 2018 Tomáš Chvátal - Reduce the runtime dependencies to match the actual needs
* User can use either openldap or 389-ds or anything else- Run the tests on the package- Fix the fdupes call
* Fri Dec 07 2018 Tomáš Chvátal - Add this package to SLE wrt fate#325747- Do not add version dependency to devel requirement
* Tue Aug 14 2018 tchvatalAATTsuse.com- Require openldap2-client as some of the binaries are called on the runtime
* Tue Aug 07 2018 michaelAATTstroeder.com- update to upstream release 3.1.0:
* Long-deprecated functions `ldap.open()` and `ldap.init()` are removed
* `LDAPObject.compare_s()` and `compare_ext_s` return bool instead of 0 or 1
* Tons of changes see CHANGES file
* Thu Jan 18 2018 fbergmannAATTsuse.com- update to upstream release 3.0.0b4: - Adds support for Python 3.4+ - Adds support for `bytes_mode` - Idiotmatic python code changes - Adds testing for `pypy` - Fixes/enhances tests- Remove python-ldap.keyring and python-ldap-%{version}.tar.gz.asc: There is no signature provided for the new upstream tarball