Received: by mail.netbsd.org (Postfix, from userid 605) id E5D5D84D7D; Wed, 24 Jan 2018 13:41:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71D4A84D62 for ; Wed, 24 Jan 2018 13:41:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RZeecXW33zQK for ; Wed, 24 Jan 2018 13:41:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E133684CE2 for ; Wed, 24 Jan 2018 13:41:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D70E8FBDE; Wed, 24 Jan 2018 13:41:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516801295249030" MIME-Version: 1.0 Date: Wed, 24 Jan 2018 13:41:35 +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: <20180124134135.D70E8FBDE@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. --_----------=_1516801295249030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 24 13:41:35 UTC 2018 Modified Files: pkgsrc/databases/py-ldap3: Makefile distinfo Log Message: py-ldap3: updated to 2.4.1 2.4.1: - tested against pyasn1 from version 0.1.8 up to version 0.4.2, Python 2.6.6, Python 2.7.14, Python 3.6.4 - auto_encode parameter is honored when binding - fixed organizationalName definition in oid - automatic byte to int conversion working again - mock connection searchs correctly escape filters - fixed bind with not unicode characters in Python 2 - extended filter attributes should work again with pyasn1 0.4.1 - fixed error when reading incomplete server info - NOT keyword properly handled in dit_content_rules - operational attributes are prorerly returned in Cursor whit get_operational_attributes = True - start_tls() is properly executed with AD when raise_exceptions=True - reopening a Connection honours auto_bind setting - an attribute returned with no value from a flaky server doesn't raise exception anymore - pwdLastSet in AD is valid only for -1 - fixed docs for ldifProducer - fixed monkeypatching of pyasn1 for Boolean Value in BER encoding - check_names was not honoured while validating attribute values - locks refactored in Connection and in Async strategy - socket properly closed when checking availability of an invalid server To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/py-ldap3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-ldap3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516801295249030 Content-Disposition: inline Content-Length: 1639 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.7 pkgsrc/databases/py-ldap3/Makefile:1.8 --- pkgsrc/databases/py-ldap3/Makefile:1.7 Wed Nov 15 07:47:47 2017 +++ pkgsrc/databases/py-ldap3/Makefile Wed Jan 24 13:41:35 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/11/15 07:47:47 adam Exp $ +# $NetBSD: Makefile,v 1.8 2018/01/24 13:41:35 adam Exp $ -DISTNAME= ldap3-2.4 +DISTNAME= ldap3-2.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/} Index: pkgsrc/databases/py-ldap3/distinfo diff -u pkgsrc/databases/py-ldap3/distinfo:1.5 pkgsrc/databases/py-ldap3/distinfo:1.6 --- pkgsrc/databases/py-ldap3/distinfo:1.5 Wed Nov 15 07:47:47 2017 +++ pkgsrc/databases/py-ldap3/distinfo Wed Jan 24 13:41:35 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/11/15 07:47:47 adam Exp $ +$NetBSD: distinfo,v 1.6 2018/01/24 13:41:35 adam Exp $ -SHA1 (ldap3-2.4.tar.gz) = b2731bad6ad7298f85276caf2d9c9638cb982718 -RMD160 (ldap3-2.4.tar.gz) = 4e19a488578dc0734c64a09e384c3f4f1effe20b -SHA512 (ldap3-2.4.tar.gz) = 676c29b84a39739f1ebc746c4091ae2387dca375abc3a44d86f403167b8a5d7e05d53f40fd6bd8e96834b4b5f253d6306b6787e77d6336b79aabec5df695abfe -Size (ldap3-2.4.tar.gz) = 344481 bytes +SHA1 (ldap3-2.4.1.tar.gz) = d690a2e3933bd3a1c94eb05a00cc3af7b39f11ed +RMD160 (ldap3-2.4.1.tar.gz) = 209e4cc4c6d3df0648212ed0c1e8d003536bf963 +SHA512 (ldap3-2.4.1.tar.gz) = 716671c2d07c53d1953aab4668562a1b59a1e642b19d50f3cf05d44c74b6848a34b4197aa2c77f5b1d6b556ec0ca473b0495c24da74e2395aa20dffc8a0a360d +Size (ldap3-2.4.1.tar.gz) = 345220 bytes --_----------=_1516801295249030--