Re: RE24 testing call (2.4.48) LMDB RE0.9 testing call (0.9.24)

Quanah Gibson-Mount <[email protected]>
Newsgroups gmane.network.openldap.devel
Message-ID <A1C77140356C0A74F406B579@[192.168.1.39]>
--On Friday, June 21, 2019 3:56 PM -0700 Quanah Gibson-Mount 
<[email protected]> wrote:

> --On Friday, June 21, 2019 7:19 AM -0700 Quanah Gibson-Mount
> <[email protected]> wrote:
>
>> This is expected to be the final testing call for 2.4.48, with an
>> anticipated release, depending on feedback, during the week of
>> 2019/06/24.
>
> ITS#7585 needs a further fix for FreeBSD12, working on it.

Proposed patch, not sure if it should come before or after the #ifdef 
HAVE_CYRUS_SASL:

diff --git a/libraries/libldap/cyrus.c b/libraries/libldap/cyrus.c
index f292527de..4d90120e6 100644
--- a/libraries/libldap/cyrus.c
+++ b/libraries/libldap/cyrus.c
@@ -29,6 +29,10 @@
 #include <limits.h>
 #endif

+#if !defined(HOST_NAME_MAX) && defined(_POSIX_HOST_NAME_MAX)
+#define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
+#endif
+
 #include "ldap-int.h"

 #ifdef HAVE_CYRUS_SASL



--Quanah



--

Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.