From 5253ee3ab8654d3ce8ca42799e6666163db71bb2a910a2ed6b5b7b5324a1db7a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 17 Mar 2022 18:28:21 +0000 Subject: [PATCH] Fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=127 --- python-ldap.changes | 13 ++++++------- python-ldap.spec | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/python-ldap.changes b/python-ldap.changes index dffb7e4..3bb6c4f 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -6,14 +6,13 @@ Fri Dec 10 14:13:43 UTC 2021 - Michael Ströder - 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) + 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) + 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 + instead of ISO8859-1 decoded str - LDAPUrl now treats urlscheme as case-insensitive - Several OpenLDAP options are now supported: - OPT_X_TLS_REQUIRE_SAN @@ -21,10 +20,10 @@ Fri Dec 10 14:13:43 UTC 2021 - Michael Ströder - OPT_X_TLS_PEERCERT * Fixes: - The copy() method of cidict was added back. It was unintentionally - - removed in 3.3.0 + 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. + rather than raising a SystemError. * slapdtest: - Show stderr of slapd -Ttest - SlapdObject uses directory-based configuration of slapd diff --git a/python-ldap.spec b/python-ldap.spec index 0b2b4bb..09c0f7f 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -1,7 +1,7 @@ # # spec file for package python-ldap # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed