diff options
author | adam <adam@pkgsrc.org> | 2013-08-20 15:27:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-08-20 15:27:07 +0000 |
commit | 915949bddeeda5833075639849b9936033649a04 (patch) | |
tree | 2d6dec3cea7a544b4bce24394117b0817f63ad69 /databases/py-ldap | |
parent | f08ca4492182c0ff2de76ee3523bb1a7888f12d6 (diff) | |
download | pkgsrc-915949bddeeda5833075639849b9936033649a04.tar.gz |
Changes 2.4.13:
Lib/
* ldapobject.ReconnectLDAPObject._apply_last_bind() now sends
anonymous simple bind request even if the calling application
did not to provoke ldap.SERVER_DOWN in method reconnect()
* ldapobject.ReconnectLDAPObject.reconnect() now also catches
ldap.TIMEOUT exception after reconnection attempt
* Several other fixes for ldapobject.ReconnectLDAPObject
Diffstat (limited to 'databases/py-ldap')
-rw-r--r-- | databases/py-ldap/Makefile | 5 | ||||
-rw-r--r-- | databases/py-ldap/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 8cd44ce07e2..889bf12800c 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2013/02/06 23:22:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2013/08/20 15:27:07 adam Exp $ -DISTNAME= python-ldap-2.4.10 +DISTNAME= python-ldap-2.4.13 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} -PKGREVISION= 2 CATEGORIES= databases python MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/ diff --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo index 65fc7b84359..0e40632f239 100644 --- a/databases/py-ldap/distinfo +++ b/databases/py-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2012/08/27 15:47:07 adam Exp $ +$NetBSD: distinfo,v 1.20 2013/08/20 15:27:07 adam Exp $ -SHA1 (python-ldap-2.4.10.tar.gz) = 68b5903d6467e9b5d43d649d3b51cb52d486f2d9 -RMD160 (python-ldap-2.4.10.tar.gz) = a8bba77c904b31cd02f66067e928d49dbe98a58c -Size (python-ldap-2.4.10.tar.gz) = 134153 bytes +SHA1 (python-ldap-2.4.13.tar.gz) = 5222e66a6351263852c36b9767427fb4d52267e1 +RMD160 (python-ldap-2.4.13.tar.gz) = b7b9aa4bcd2a5fade00bc5cabb60418cc1246714 +Size (python-ldap-2.4.13.tar.gz) = 135550 bytes SHA1 (patch-aa) = cb22d78d24fcbf8f4ea3ae7be1260a412eb890eb |