Bug 80562 - Update port: net/py-ldap2 to 2.0.7
Summary: Update port: net/py-ldap2 to 2.0.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 20:30 UTC by Vsevolod Stakhov
Modified: 2005-05-04 14:54 UTC (History)
0 users

See Also:


Attachments
file.diff (6.08 KB, patch)
2005-05-02 20:30 UTC, Vsevolod Stakhov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!