update to v2.0.6

--
OpenLDAP 2.0.6 Release
    Build Environment
        Fixed schema install (ITS#802)
        Added libtool customizations
        Re-enabled module support
    Documentation
        Update ldapsearch(1)

OpenLDAP 2.0.5 Release
    Fixed slapd/ldbm/search confusing log message (ITS#771)
    Fixed slapd/sasl no cred bug
    Fixed slapd idletimeout lock bug (ITS#767)
    Fixed slapd caseIgnoreIA5string indexing bug (ITS#786)
    Fixed slurpd TLS initialization bug (ITS#768)
    Fixed slurpd empty one shot hang (ITS#798)
    Fixed -lldap SASL ctx close bug (ITS#790)
    Fixed -lldap first/next attribute bug (ITS#778)
    Fixed -lldap (v2) rebind URL bug
    Fixed -lldap msgfree NULL bug (ITS#800)
    Fixed -lldif empty value bug
    Fixed -llber stringal len=0 bug
    Updated -llber bprint routine
    Build Environment
        Fixed LDFLAGS/-rpath usage
        Fixed IPv6 detection (ITS#669,ITS#770)
        Fixed VPATH schema install
        Updated libtool to 1.3.5
        Added Darwin support
        Disabled module support
This commit is contained in:
jakob 2000-10-05 15:54:37 +00:00
parent 2a3219d67b
commit 60d7778b66
6 changed files with 25 additions and 17 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/10/04 21:22:24 jakob Exp $
# $OpenBSD: Makefile,v 1.2 2000/10/05 15:54:37 jakob Exp $
MULTI_PACKAGES= -client
SUBPACKAGE?=
VERSION= 2.0.4
VERSION= 2.0.6
DISTNAME= openldap-${VERSION}
CATEGORIES= databases net
NEED_VERSION= 1.338

View File

@ -1,3 +1,3 @@
MD5 (openldap-2.0.4.tgz) = 354616bda75de14d4ad554e51ec668c7
RMD160 (openldap-2.0.4.tgz) = 9022396d1a0cee463c0927de5de4502b9596e077
SHA1 (openldap-2.0.4.tgz) = fd1f67536797a8e3748ba4d8a1c9844d55c7b726
MD5 (openldap-2.0.6.tgz) = 6df0ebc7da308999146102f950ecdaed
RMD160 (openldap-2.0.6.tgz) = 9fbb5c43edc1dfc491106170aff6e1c4e8fddf94
SHA1 (openldap-2.0.6.tgz) = bd28055afa1637282ff76dec2d2875aae64cf3e7

View File

@ -0,0 +1,11 @@
--- servers/slapd/Makefile.in.orig Thu Oct 5 17:14:24 2000
+++ servers/slapd/Makefile.in Thu Oct 5 17:33:22 2000
@@ -253,7 +253,7 @@
@-$(MKDIR) $(DESTDIR)$(schemadir)
for i in $(srcdir)/schema/*.schema ; do \
SF=`basename $$i` ; \
- SD="$(DISTDIR)$(schemadir)/$$SF" ; \
+ SD="$(DESTDIR)$(schemadir)/$$SF" ; \
if test ! -f $$SD ; then \
echo "installing $$SF in $(schemadir)" ; \
echo $(INSTALL) $(INSTALLFLAGS) -m 444 $$i $$SD ; \

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2000/10/04 21:22:25 jakob Exp $
lib/liblber.so.2.3
lib/libldap.so.2.3
lib/libldap_r.so.2.3
@comment $OpenBSD: PFRAG.shared,v 1.2 2000/10/05 15:54:37 jakob Exp $
lib/liblber.so.2.4
lib/libldap.so.2.4
lib/libldap_r.so.2.4
DYNLIBDIR(%D/lib)

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PFRAG.shared-client,v 1.1.1.1 2000/10/04 21:22:25 jakob Exp $
lib/liblber.so.2.3
lib/libldap.so.2.3
lib/libldap_r.so.2.3
@comment $OpenBSD: PFRAG.shared-client,v 1.2 2000/10/05 15:54:37 jakob Exp $
lib/liblber.so.2.4
lib/libldap.so.2.4
lib/libldap_r.so.2.4
DYNLIBDIR(%D/lib)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/10/04 21:22:25 jakob Exp $
@comment $OpenBSD: PLIST,v 1.2 2000/10/05 15:54:37 jakob Exp $
bin/ldapadd
bin/ldapdelete
bin/ldapmodify
@ -259,9 +259,6 @@ share/examples/openldap/schema/cosine.schema
share/examples/openldap/schema/inetorgperson.schema
share/examples/openldap/schema/java.schema
share/examples/openldap/schema/krb5-kdc.schema
share/examples/openldap/schema/microsoft.ext.schema
share/examples/openldap/schema/microsoft.schema
share/examples/openldap/schema/microsoft.std.schema
share/examples/openldap/schema/misc.schema
share/examples/openldap/schema/nadf.schema
share/examples/openldap/schema/nis.schema