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
This commit is contained in:
parent
6f019163d0
commit
73f844b234
3 changed files with 14 additions and 14 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue