0ef511cb2c
- fixed slapd/slapadd syncrepl bugs (ITS#2948,2995) - fixed slapd sasl-regexp multiple entry bug (ITS#3033) - fixed slapd bind method portability bug (ITS#3038) - fixed libldap try_read1msg bug (ITS#2982) - added slapd numericStringOrderingMatch rule support (ITS#2988) - added slurpd replication interval config option (ITS#2768) - shared library soname change (ITS#3035) postponed until bsd.port.mk is patched - enabled hdb backend - prefer autodetection over PTHREAD_LIBS from bsd.port.mk, to avoid problems of clients which crash on -CURRENT while loading/unloading threading libraries - added -sasl as a build option to the package name - made the server requiring the matching client library
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
@comment $FreeBSD$
|
|
bin/ldapadd
|
|
bin/ldapcompare
|
|
bin/ldapdelete
|
|
bin/ldapmodify
|
|
bin/ldapmodrdn
|
|
bin/ldappasswd
|
|
bin/ldapsearch
|
|
bin/ldapwhoami
|
|
@unexec if cmp -s %D/etc/openldap/ldap.conf %D/etc/openldap/ldap.conf.default; then rm -f %D/etc/openldap/ldap.conf; fi
|
|
etc/openldap/ldap.conf.default
|
|
@exec [ -f %B/ldap.conf ] || cp %B/%f %B/ldap.conf
|
|
@unexec rmdir %D/etc/openldap 2>/dev/null || true
|
|
include/lber.h
|
|
include/lber_types.h
|
|
include/ldap.h
|
|
include/ldap_cdefs.h
|
|
include/ldap_features.h
|
|
include/ldap_schema.h
|
|
include/ldap_utf8.h
|
|
include/slapi-plugin.h
|
|
lib/liblber.a
|
|
lib/liblber.so
|
|
lib/liblber.so.202
|
|
@comment lib/liblber-2.2.so
|
|
@comment lib/liblber-2.2.so.7
|
|
lib/libldap.a
|
|
lib/libldap.so
|
|
lib/libldap.so.202
|
|
@comment lib/libldap-2.2.so
|
|
@comment lib/libldap-2.2.so.7
|
|
lib/libldap_r.a
|
|
lib/libldap_r.so
|
|
lib/libldap_r.so.202
|
|
@comment lib/libldap_r-2.2.so
|
|
@comment lib/libldap_r-2.2.so.7
|
|
share/openldap/ucdata/case.dat
|
|
share/openldap/ucdata/cmbcl.dat
|
|
share/openldap/ucdata/comp.dat
|
|
share/openldap/ucdata/ctype.dat
|
|
share/openldap/ucdata/decomp.dat
|
|
share/openldap/ucdata/kdecomp.dat
|
|
share/openldap/ucdata/num.dat
|
|
@dirrm share/openldap/ucdata
|
|
@dirrm share/openldap
|