[Date Prev][Date Next] [Chronological] [Thread] [Top]

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



--On Friday, June 21, 2019 3:56 PM -0700 Quanah Gibson-Mount <quanah@symas.com> wrote:

--On Friday, June 21, 2019 7:19 AM -0700 Quanah Gibson-Mount
<quanah@symas.com> 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>