pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-ldap3



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 19 07:05:44 UTC 2021

Modified Files:
        pkgsrc/databases/py-ldap3: Makefile distinfo

Log Message:
py-ldap3: updated to 2.9.1

2.9.1
- new feature: added support for using Kerberos authentication on windows clients using the native winkerberos library
- new feature: added support for using Channel Bind tokens with Kerberos authentication on windows clients
- fixed a bug related to using start_tls with a RESTARTABLE strategy that caused errors to be raised erroneously.
- fixed a bug around the type checking of Reverse DNS Settings with Kerberos authentication
- fixed an issue related to decoding unicode strings in LDAP referrals and attributes in python 2
- minor documentation updates and corrections


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-ldap3/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/py-ldap3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-ldap3/Makefile
diff -u pkgsrc/databases/py-ldap3/Makefile:1.18 pkgsrc/databases/py-ldap3/Makefile:1.19
--- pkgsrc/databases/py-ldap3/Makefile:1.18     Sat Feb 13 19:23:25 2021
+++ pkgsrc/databases/py-ldap3/Makefile  Mon Jul 19 07:05:44 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/02/13 19:23:25 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/07/19 07:05:44 adam Exp $
 
-DISTNAME=      ldap3-2.9
+DISTNAME=      ldap3-2.9.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.16 pkgsrc/databases/py-ldap3/distinfo:1.17
--- pkgsrc/databases/py-ldap3/distinfo:1.16     Sat Feb 13 19:23:25 2021
+++ pkgsrc/databases/py-ldap3/distinfo  Mon Jul 19 07:05:44 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/02/13 19:23:25 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/07/19 07:05:44 adam Exp $
 
-SHA1 (ldap3-2.9.tar.gz) = 9e46c12f3e2529f92e582b870a4b149c072361d4
-RMD160 (ldap3-2.9.tar.gz) = 0fe15dd32d704a52d1ef16adc6b2d27c4b181f45
-SHA512 (ldap3-2.9.tar.gz) = c948fb808ca0671c5e4ce557fdee55dd1f477a11019eb2eb3f6ed77121cb5d48a75f37424599a9d31a2558b239c27ecf87c8bc39552b4d0f6d6800ff783ae652
-Size (ldap3-2.9.tar.gz) = 396695 bytes
+SHA1 (ldap3-2.9.1.tar.gz) = 8b74f0970f9b7d368cea1303f9df03c42a71efce
+RMD160 (ldap3-2.9.1.tar.gz) = 22b31e1305b8b4b0dc1b984b20ad17e91de7688f
+SHA512 (ldap3-2.9.1.tar.gz) = b828b37906cfea1743548afbe7cfe4776407b4befc55064045e52d051f910c74036a055c32d326572956e24a29c87821c52a6567677ff423e36dba379ed09cf9
+Size (ldap3-2.9.1.tar.gz) = 398830 bytes



Home | Main Index | Thread Index | Old Index