Bug 80562

Summary: Update port: net/py-ldap2 to 2.0.7
Product: Ports & Packages Reporter: Vsevolod Stakhov <vsevolod>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Vsevolod Stakhov 2005-05-02 20:30:02 UTC
Update port net/py-ldap2 ro version 2.0.7. Among changes from 2.0.6 are:
Changes since 2.0.6:
Changes since 2.0.6:

* Added preliminary support for sending LDAP controls
  with a request.

Modules:
* LDAPObject.c: removed l_ldap_manage_dsa_it()
* LDAPObject.c: Added missing #ifdef around l_ldap_passwd()
  for compability with older OpenLDAP libs.

Lib:/
* New algorithm in ldap.schema.tokenizer.split_tokens()
  contributed by Wido Depping which is more robust
  when parsing very broken schema elements
  (e.g. Oracle's OID).
* Fixed argument list (position of timeout) when calling
  LDAPObject.search_ext_s() from search_st() and search_s().
* LDAPObject.search_ext_s() correctly calls search_ext_s() now.
* Re-implemented LDAPObject.manage_dsa_it() without calling _ldap.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-04 14:53:53 UTC
State Changed
From-To: open->closed

Committed, thanks!