Received: by mail.netbsd.org (Postfix, from userid 605) id 49CC684DB8; Sat, 7 Mar 2020 12:17:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C17F084D76 for ; Sat, 7 Mar 2020 12:17:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VaSiHaJ0ZsvN for ; Sat, 7 Mar 2020 12:17:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 27DBD84CD4 for ; Sat, 7 Mar 2020 12:17:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36422FB27; Sat, 7 Mar 2020 12:16:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158358338045200" MIME-Version: 1.0 Date: Sat, 7 Mar 2020 12:16:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-ldap3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200307121620.36422FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158358338045200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Mar 7 12:16:20 UTC 2020 Modified Files: pkgsrc/databases/py-ldap3: Makefile PLIST distinfo Log Message: py-ldap3: updated to 2.7 2.7: - tested against Python 3.8.1 and pyasn1 0.4.8 - re-enabled ssl exception raising on bad certificate when only 1 server is present in the server pool - removed Python 2.6 from Travis configuration - added support for source specifications in LDAP connections - added support for allowing special AD security identifier (SID) in DN - fixed pickling of entry and attribute - close connection when auto_bind fails - operational attributes can be used in Abstraction Layer - additional SSL options can be used in Tls object - threading.Event replaces loop checking in async strategy. ASYNC strategy should be much faster now - adding a key that is already an alias that contains other aliases in CaseInsensitiveWithAliasDict() now works properly - when searching for GUID, UUID and SID the backslash character (0x5C) is properly managed - LDIF output properly formatted when controls are missing - operational attributes are not returned in MOCK strategies when not requested - undecodable values are returned as raw bytes when using the pyasn1 decoder To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/py-ldap3/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-ldap3/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/py-ldap3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158358338045200 Content-Disposition: inline Content-Length: 2572 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-ldap3/Makefile diff -u pkgsrc/databases/py-ldap3/Makefile:1.14 pkgsrc/databases/py-ldap3/Makefile:1.15 --- pkgsrc/databases/py-ldap3/Makefile:1.14 Fri Sep 6 06:02:53 2019 +++ pkgsrc/databases/py-ldap3/Makefile Sat Mar 7 12:16:20 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/09/06 06:02:53 adam Exp $ +# $NetBSD: Makefile,v 1.15 2020/03/07 12:16:20 adam Exp $ -DISTNAME= ldap3-2.6.1 +DISTNAME= ldap3-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/} Index: pkgsrc/databases/py-ldap3/PLIST diff -u pkgsrc/databases/py-ldap3/PLIST:1.4 pkgsrc/databases/py-ldap3/PLIST:1.5 --- pkgsrc/databases/py-ldap3/PLIST:1.4 Fri Sep 6 06:02:53 2019 +++ pkgsrc/databases/py-ldap3/PLIST Sat Mar 7 12:16:20 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2019/09/06 06:02:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/03/07 12:16:20 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -310,6 +310,9 @@ ${PYSITELIB}/ldap3/utils/ntlm.pyo ${PYSITELIB}/ldap3/utils/ordDict.py ${PYSITELIB}/ldap3/utils/ordDict.pyc ${PYSITELIB}/ldap3/utils/ordDict.pyo +${PYSITELIB}/ldap3/utils/port_validators.py +${PYSITELIB}/ldap3/utils/port_validators.pyc +${PYSITELIB}/ldap3/utils/port_validators.pyo ${PYSITELIB}/ldap3/utils/repr.py ${PYSITELIB}/ldap3/utils/repr.pyc ${PYSITELIB}/ldap3/utils/repr.pyo Index: pkgsrc/databases/py-ldap3/distinfo diff -u pkgsrc/databases/py-ldap3/distinfo:1.12 pkgsrc/databases/py-ldap3/distinfo:1.13 --- pkgsrc/databases/py-ldap3/distinfo:1.12 Fri Sep 6 06:02:53 2019 +++ pkgsrc/databases/py-ldap3/distinfo Sat Mar 7 12:16:20 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/09/06 06:02:53 adam Exp $ +$NetBSD: distinfo,v 1.13 2020/03/07 12:16:20 adam Exp $ -SHA1 (ldap3-2.6.1.tar.gz) = 1a67bb1176fbb2163d497f75516d0119696ecbce -RMD160 (ldap3-2.6.1.tar.gz) = f5fadf47b8fa6304e213d1cd32886cc04e7dc233 -SHA512 (ldap3-2.6.1.tar.gz) = 7fcb89214645585bda072d0acecdd22e2de447c6c4720ac7fa49d847a8f382150e913a3a0e42e442af6479f7144df751730e8922a6a71488f1b8e07bf188b1eb -Size (ldap3-2.6.1.tar.gz) = 378619 bytes +SHA1 (ldap3-2.7.tar.gz) = 3a6be8c11c646c278df4dc17b08372c426a6a4b6 +RMD160 (ldap3-2.7.tar.gz) = b2ca3431bd04f077f700cce7262692fc78e22303 +SHA512 (ldap3-2.7.tar.gz) = 097565db900e7afe9e233c5991e76736afb1851feca6fe75edd0e5c86dc17c624cdaa3c61506831a132e4cf636057afd51b798aff94983bc399ec5a3851607da +Size (ldap3-2.7.tar.gz) = 387586 bytes --_----------=_158358338045200--