summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-03-15 19:34:13 +0000
committeradam <adam@pkgsrc.org>2012-03-15 19:34:13 +0000
commitdc647d084b2b872e4da276cf7fd658d67e783542 (patch)
treef0c93ace23e5b9bb7bb4a1aa20aa1eda56ea7ff3 /databases/py-ldap/Makefile
parenteb09ad5e1b93dcb47393bfa4d037c41151b2a861 (diff)
downloadpkgsrc-dc647d084b2b872e4da276cf7fd658d67e783542.tar.gz
Changes 2.4.9:
* ldapobject.ReconnectLDAPObject.reconnect() now does kind of an internal locking to pause other threads while reconnecting is pending. * Changes to bind- and startTLS-related operation methods of class ReconnectLDAPObject for more robustness * New constant ldap.OPT_NAMES_DICT contains mapping from integer to variable name for all option-related constants.
Diffstat (limited to 'databases/py-ldap/Makefile')
-rw-r--r--databases/py-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 5c9b02f5188..f6050a77fec 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2012/02/28 00:01:04 adam Exp $
+# $NetBSD: Makefile,v 1.46 2012/03/15 19:34:13 adam Exp $
-DISTNAME= python-ldap-2.4.8
+DISTNAME= python-ldap-2.4.9
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/