diff options
author | adam <adam@pkgsrc.org> | 2012-02-28 00:01:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-02-28 00:01:04 +0000 |
commit | 5cb91fab7583a63d81f580e329dd911fd7e96ca3 (patch) | |
tree | d0edafe194a256da8ba7d3b3b9b1b328525d0ee8 /databases | |
parent | 1976979517f718146b53449637c21f95ff2fce08 (diff) | |
download | pkgsrc-5cb91fab7583a63d81f580e329dd911fd7e96ca3.tar.gz |
Changes 2.4.8:
Lib/
* Fixed overzealous check for non-unique NAMEs in
ldap.schema.subentry.SubSchema.__init__()
* Fixed typos in control decoding method
ldap.controls.simple.OctetStringInteger.decodeControlValue()
* Added experimental support for draft-vchu-ldap-pwd-policy
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-ldap/Makefile | 4 | ||||
-rw-r--r-- | databases/py-ldap/distinfo | 10 | ||||
-rw-r--r-- | databases/py-ldap/patches/patch-aa | 14 |
3 files changed, 14 insertions, 14 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index d9948b6184d..5c9b02f5188 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2011/11/28 10:58:50 adam Exp $ +# $NetBSD: Makefile,v 1.45 2012/02/28 00:01:04 adam Exp $ -DISTNAME= python-ldap-2.4.6 +DISTNAME= python-ldap-2.4.8 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} CATEGORIES= databases python MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/ diff --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo index acec53d2fd0..d403a3be19a 100644 --- a/databases/py-ldap/distinfo +++ b/databases/py-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2011/11/28 10:58:50 adam Exp $ +$NetBSD: distinfo,v 1.17 2012/02/28 00:01:05 adam Exp $ -SHA1 (python-ldap-2.4.6.tar.gz) = 64b45faeaf97c602dc776eba48547dd720e624c2 -RMD160 (python-ldap-2.4.6.tar.gz) = 86a5ff46dbe46a509d13dfc8b940bd7f882dc85e -Size (python-ldap-2.4.6.tar.gz) = 132538 bytes -SHA1 (patch-aa) = 15fbcb645f656b156a335aa0141a4b0949bbd0a8 +SHA1 (python-ldap-2.4.8.tar.gz) = c338cda845e2315e0f5434acc497feef18def6bd +RMD160 (python-ldap-2.4.8.tar.gz) = 68813c23ad353dd5469d09592770190a10f5aa61 +Size (python-ldap-2.4.8.tar.gz) = 133146 bytes +SHA1 (patch-aa) = cb22d78d24fcbf8f4ea3ae7be1260a412eb890eb diff --git a/databases/py-ldap/patches/patch-aa b/databases/py-ldap/patches/patch-aa index bf3fa73f4b7..59579cda8ae 100644 --- a/databases/py-ldap/patches/patch-aa +++ b/databases/py-ldap/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.8 2011/11/28 10:58:50 adam Exp $ +$NetBSD: patch-aa,v 1.9 2012/02/28 00:01:05 adam Exp $ ---- setup.cfg.orig 2011-06-02 18:08:10.000000000 +0000 +--- setup.cfg.orig 2012-02-21 17:18:54.000000000 +0000 +++ setup.cfg @@ -1,10 +1,10 @@ [_ldap] --library_dirs = /opt/openldap-RE24/lib --include_dirs = /opt/openldap-RE24/include /usr/include/sasl +-library_dirs = /opt/openldap-RE24/lib /usr/lib +-include_dirs = /opt/openldap-RE24/include /usr/include/sasl /usr/include +-defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R +library_dirs = @PY_LDAP_LIBRARY_DIRS@ +include_dirs = @PY_LDAP_INCLUDE_DIRS@ --defines = HAVE_SASL HAVE_TLS -+defines = HAVE_TLS - extra_compile_args = -g ++defines = HAVE_TLS HAVE_LIBLDAP_R + extra_compile_args = extra_objects = -libs = ldap_r +libs = @PY_LDAP_LIBS@ |