diff options
author | adam <adam@pkgsrc.org> | 2012-03-15 19:34:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-15 19:34:13 +0000 |
commit | c3a1b8fd15163577dd334a6e14fae83940898996 (patch) | |
tree | f0c93ace23e5b9bb7bb4a1aa20aa1eda56ea7ff3 /databases | |
parent | a569bde658e334df6307f814cbe3aa0b905b3198 (diff) | |
download | pkgsrc-c3a1b8fd15163577dd334a6e14fae83940898996.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')
-rw-r--r-- | databases/py-ldap/Makefile | 4 | ||||
-rw-r--r-- | databases/py-ldap/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo index d403a3be19a..53945435fbf 100644 --- a/databases/py-ldap/distinfo +++ b/databases/py-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2012/02/28 00:01:05 adam Exp $ +$NetBSD: distinfo,v 1.18 2012/03/15 19:34:13 adam Exp $ -SHA1 (python-ldap-2.4.8.tar.gz) = c338cda845e2315e0f5434acc497feef18def6bd -RMD160 (python-ldap-2.4.8.tar.gz) = 68813c23ad353dd5469d09592770190a10f5aa61 -Size (python-ldap-2.4.8.tar.gz) = 133146 bytes +SHA1 (python-ldap-2.4.9.tar.gz) = f4a47d72c22b412f0ce4fe8d025fff59dffbe303 +RMD160 (python-ldap-2.4.9.tar.gz) = 30479e384a8b45ce4d06c7121414d636f99151d5 +Size (python-ldap-2.4.9.tar.gz) = 133453 bytes SHA1 (patch-aa) = cb22d78d24fcbf8f4ea3ae7be1260a412eb890eb |