Update to version 2.0.10, released 2005-09-23

Changes since 2.0.9:

Lib/
* Switched back to old implementation of
  ldap.schema.tokenizer.split_tokens() since the new one
  had a bug which deletes the spaces from DESC
* ldap.INSUFFICIENT_ACCESS is now ignored in
  ldap.ldapobject.LDAPObject.search_subschemasubentry_s()
This commit is contained in:
mbalmer 2005-09-23 11:59:02 +00:00
parent 202146d6ab
commit 4f5ab2fe67
4 changed files with 19 additions and 15 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2005/07/29 10:26:58 mbalmer Exp $
# $OpenBSD: Makefile,v 1.9 2005/09/23 11:59:02 mbalmer Exp $
SHARED_ONLY= Yes
COMMENT= "LDAP client API for Python"
DISTNAME= python-ldap-2.0.9
DISTNAME= python-ldap-2.0.10
PKGNAME= ${DISTNAME:S/python/py/}
CATEGORIES= databases

View File

@ -1,4 +1,4 @@
MD5 (python-ldap-2.0.9.tar.gz) = c67807f734ba904262145985ae940186
RMD160 (python-ldap-2.0.9.tar.gz) = 0cb164afc7848ba5894d61c45c66f20118c2514b
SHA1 (python-ldap-2.0.9.tar.gz) = 94078a17ef1dcd483076db903e29ff332ef3585a
SIZE (python-ldap-2.0.9.tar.gz) = 72165
MD5 (python-ldap-2.0.10.tar.gz) = 6bae44766e9d7e0b03a1ea5efb5a4382
RMD160 (python-ldap-2.0.10.tar.gz) = 6c6e39c782812bdecf3f7325022f7aa78d9f9ff6
SHA1 (python-ldap-2.0.10.tar.gz) = 268dd0a8815080a84d4f410577873b4051da2a27
SIZE (python-ldap-2.0.10.tar.gz) = 80655

View File

@ -1,12 +1,11 @@
--- setup.cfg.orig Fri Jul 29 12:20:10 2005
+++ setup.cfg Fri Jul 29 12:20:21 2005
@@ -7,9 +7,6 @@
--- setup.cfg.orig Fri Sep 23 13:49:19 2005
+++ setup.cfg Fri Sep 23 13:50:10 2005
@@ -7,8 +7,6 @@
# for wrapping OpenLDAP 2 libs
[_ldap]
-library_dirs = /usr/local/openldap-REL_ENG_2_1/lib /usr/local/cyrus-sasl/lib
-include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/local/cyrus-sasl/include
-
extra_compile_args =
extra_objects =
-library_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_3/lib /opt/sasl/lib
-include_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_3/include /opt/sasl/include/sasl /usr/include/sasl
#library_dirs = /opt/openldap-HEAD/lib /opt/sasl/lib
#include_dirs = /opt/openldap-HEAD/include /opt/sasl/include/sasl /usr/include/sasl

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.6 2005/06/29 14:18:39 mbalmer Exp $
@comment $OpenBSD: PLIST,v 1.7 2005/09/23 11:59:02 mbalmer Exp $
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/_ldap.so
lib/python${MODPY_VERSION}/site-packages/dsml.py
lib/python${MODPY_VERSION}/site-packages/dsml.pyc
@ -64,10 +66,13 @@ share/examples/py-ldap/Demo/Lib/ldap/res/sizelimit.py
share/examples/py-ldap/Demo/Lib/ldapurl/
share/examples/py-ldap/Demo/Lib/ldapurl/urlsearch.py
share/examples/py-ldap/Demo/Lib/ldif/
share/examples/py-ldap/Demo/Lib/ldif/filterldif.py
share/examples/py-ldap/Demo/Lib/ldif/ldifcopy.py
share/examples/py-ldap/Demo/dn_search.py
share/examples/py-ldap/Demo/initialize.py
share/examples/py-ldap/Demo/ldapcontrols.py
share/examples/py-ldap/Demo/options.py
share/examples/py-ldap/Demo/page_control.py
share/examples/py-ldap/Demo/passwd_ext_op.py
share/examples/py-ldap/Demo/pickle_ldapobject.py
share/examples/py-ldap/Demo/reconnect.py