summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-08-20 15:27:07 +0000
committeradam <adam@pkgsrc.org>2013-08-20 15:27:07 +0000
commit915949bddeeda5833075639849b9936033649a04 (patch)
tree2d6dec3cea7a544b4bce24394117b0817f63ad69 /databases/py-ldap/Makefile
parentf08ca4492182c0ff2de76ee3523bb1a7888f12d6 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--databases/py-ldap/Makefile5
1 files changed, 2 insertions, 3 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/