Files
meta-openembedded/meta-oe/recipes-support/openldap/openldap-2.4.40/kill-icu.patch
Roy Li 47ca7a8403 openldap: upgrade to 2.4.20
1. upgrade to 2.4.20
2. remove two backup patches
2. integrate two patches to fix CVE-2015-1545 and CVE-2015-1546
3. disable bdb/hdb backend, since BerkeleyDB 6.0.20+ license is
   incompatible with LDAP

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-28 10:35:16 +02:00

31 lines
763 B
Diff

From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
slapd depends on ICU if it was built first.
Upstream-status: inappropiate [embedded specific]
---
configure.in | 8 --------
1 file changed, 8 deletions(-)
--- openldap-2.4.23.orig/configure.in
+++ openldap-2.4.23/configure.in
@@ -2045,18 +2045,10 @@ if test $ol_enable_ndb != no ; then
SLAPD_LIBS="$SLAPD_LIBS \$(SLAPD_NDB_LIBS)"
fi
fi
dnl ----------------------------------------------------------------
-dnl International Components for Unicode
-OL_ICU
-if test "$ol_icu" = no ; then
- AC_MSG_WARN([ICU not available])
-else
- ICU_LIBS="$ol_icu"
-fi
-dnl ----------------------------------------------------------------
dnl
dnl Check for Cyrus SASL
dnl
WITH_SASL=no
ol_link_sasl=no