summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-11-09 07:11:46 +0000
committeradam <adam@pkgsrc.org>2010-11-09 07:11:46 +0000
commitd0975fdc9467062414a8abb4a6042ae4e46df9fe (patch)
tree6fc76d62d6d42c74110d2d53783f68739125be22 /databases
parent519c7e8985b7973e27d32c440d8e9423e8774cb7 (diff)
downloadpkgsrc-d0975fdc9467062414a8abb4a6042ae4e46df9fe.tar.gz
Changes 2.3.12:
Lib * Removed tabs from various modules to make things work with python -tt. * Quick fix to ldif.is_dn() to let multi-valued RDNs pass as valid. Is too liberal in some corner-cases though... * Fix to ldif.is_dn() to allow dashes in attribute type * ldap.open() now outputs a deprecation warning * module-wide locking is now limited to calling _ldap.initialize(). Still ldap.functions._ldap_function_call() is used to wrap all calls for writing debug log. Modules * New LDAP options available in OpenLDAP 2.4.18+ supported in LDAPObject.get/set_option(): ldap.OPT_X_KEEPALIVE_IDLE, ldap.OPT_X_KEEPALIVE_PROBES, ldap.OPT_X_KEEPALIVE_INTERVAL, ldap.OPT_X_TLS_CRLCHECK, ldap.OPT_X_TLS_CRLFILE Doc * Various small updates/improvements
Diffstat (limited to 'databases')
-rw-r--r--databases/py-ldap/Makefile9
-rw-r--r--databases/py-ldap/PLIST5
-rw-r--r--databases/py-ldap/distinfo8
3 files changed, 12 insertions, 10 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index b9fcfeceb84..9d01c955d84 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2010/01/17 12:02:12 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2010/11/09 07:11:46 adam Exp $
-DISTNAME= python-ldap-2.3.8
+DISTNAME= python-ldap-2.3.12
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
-PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/
@@ -23,8 +22,8 @@ PY_LDAP_LIBS= ldap_r lber ssl crypto
SUBST_CLASSES+= setup
SUBST_STAGE.setup= pre-configure
SUBST_FILES.setup= setup.cfg
-SUBST_SED.setup= -e 's|@PY_LDAP_LIBRARY_DIRS@|${PY_LDAP_LIBRARY_DIRS}|'
-SUBST_SED.setup+= -e 's|@PY_LDAP_INCLUDE_DIRS@|${PY_LDAP_INCLUDE_DIRS}|'
+SUBST_SED.setup= -e 's|@PY_LDAP_LIBRARY_DIRS@|${PY_LDAP_LIBRARY_DIRS:Q}|'
+SUBST_SED.setup+= -e 's|@PY_LDAP_INCLUDE_DIRS@|${PY_LDAP_INCLUDE_DIRS:Q}|'
SUBST_SED.setup+= -e 's|@PY_LDAP_LIBS@|${PY_LDAP_LIBS}|'
PY_LDAP_DOCDIR= ${PREFIX}/share/doc/py-ldap
diff --git a/databases/py-ldap/PLIST b/databases/py-ldap/PLIST
index e48a7260925..53a55f9b319 100644
--- a/databases/py-ldap/PLIST
+++ b/databases/py-ldap/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:43:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2010/11/09 07:11:46 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,9 @@ ${PYSITELIB}/ldap/ldapobject.pyo
${PYSITELIB}/ldap/modlist.py
${PYSITELIB}/ldap/modlist.pyc
${PYSITELIB}/ldap/modlist.pyo
+${PYSITELIB}/ldap/resiter.py
+${PYSITELIB}/ldap/resiter.pyc
+${PYSITELIB}/ldap/resiter.pyo
${PYSITELIB}/ldap/sasl.py
${PYSITELIB}/ldap/sasl.pyc
${PYSITELIB}/ldap/sasl.pyo
diff --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo
index ad14340dbef..754ac0d2e00 100644
--- a/databases/py-ldap/distinfo
+++ b/databases/py-ldap/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2009/05/27 05:38:52 obache Exp $
+$NetBSD: distinfo,v 1.12 2010/11/09 07:11:46 adam Exp $
-SHA1 (python-ldap-2.3.8.tar.gz) = d00324dc9f3cc8a2fda9bf6b426d651ada86f8d4
-RMD160 (python-ldap-2.3.8.tar.gz) = 733c075dbb48cdb097aa707a6f96e9622bd136bc
-Size (python-ldap-2.3.8.tar.gz) = 99884 bytes
+SHA1 (python-ldap-2.3.12.tar.gz) = 3fbfd13fd21f848d552ca3e1981e4dffe35438c1
+RMD160 (python-ldap-2.3.12.tar.gz) = bb7c71c452b8a623cbb790614b094a11ae2626d6
+Size (python-ldap-2.3.12.tar.gz) = 112239 bytes
SHA1 (patch-aa) = 4e35f1710b049ddf7c6fdabe0b4af04b7a8792fc