diff options
| author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-31 22:33:09 +0000 |
|---|---|---|
| committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-31 22:33:09 +0000 |
| commit | 0ef511cb2ca8bd851d714320c7e3a50f92f96f72 (patch) | |
| tree | 39c0dd0c3d266f3356835d3209347425c16318d8 /net/openldap22-server/files/patch-build::top.mk | |
| parent | - update to OpenLDAP 2.1.29: (diff) | |
- update to OpenLDAP 2.2.8:
- 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
Diffstat (limited to 'net/openldap22-server/files/patch-build::top.mk')
| -rw-r--r-- | net/openldap22-server/files/patch-build::top.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/openldap22-server/files/patch-build::top.mk b/net/openldap22-server/files/patch-build::top.mk index 7eab45e9ea09..b6ec9f5e1657 100644 --- a/net/openldap22-server/files/patch-build::top.mk +++ b/net/openldap22-server/files/patch-build::top.mk @@ -1,15 +1,15 @@ ---- build/top.mk.orig Wed Mar 17 21:15:31 2004 -+++ build/top.mk Wed Mar 24 03:37:31 2004 -@@ -68,7 +68,7 @@ - +--- build/top.mk.orig Wed Mar 24 22:51:22 2004 ++++ build/top.mk Wed Mar 31 22:28:53 2004 +@@ -69,7 +69,7 @@ LIBTOOL = @LIBTOOL@ + LIBRELEASE = @OPENLDAP_LIBRELEASE@ LIBVERSION = @OPENLDAP_LIBVERSION@ --LTVERSION = -release $(LIBVERSION) +-LTVERSION = -release $(LIBRELEASE) -version-info $(LIBVERSION) +LTVERSION = -version-info $(LIBVERSION) # libtool --only flag for libraries: platform specific NT_LTONLY_LIB = # --only-$(BUILD_LIBS_DYNAMIC) -@@ -190,6 +190,8 @@ +@@ -191,6 +191,8 @@ SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ SLURPD_LIBS = @SLURPD_LIBS@ |
