pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-ldap



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  3 17:01:34 UTC 2014

Modified Files:
        pkgsrc/databases/py-ldap: Makefile PLIST distinfo
        pkgsrc/databases/py-ldap/patches: patch-aa

Log Message:
Changes 2.4.14:
Lib/
* Added ldap.controls.openldap.SearchNoOpControl
* New method ldap.async.AsyncSearchHandler.afterFirstResult()
  for doing something right after successfully receiving but before
  processing first result
* Better log data written when invoking ldap.LDAPLock.acquire() and
  ldap.LDAPLock.release()
* LDAPObject and friends now pass `desc' to ldap.LDAPLock() which
  results in better logging
* ldapobject.ReconnectLDAPObject now uses internal class-wide
  lock for serializing reconnects
* Method signature of ReconnectLDAPObject.reconnect() changed to be able
  to call it with separate retry_max and retry_delay values
Modules/
* Added support for retrieving negotiated TLS version/cipher
  with LDAPObject.get_option() with the help of upcoming OpenLDAP libs


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/py-ldap/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/py-ldap/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/py-ldap/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/py-ldap/patches/patch-aa

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




Home | Main Index | Thread Index | Old Index