mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 14:25:35 +00:00
Changed:
* Move slapd from ${libexecdir} to ${sbin}:
Installing slapd under ${sbin} is more FHS and LSB compliance
* Manage init script by inheriting update-rc.d, than postinst
* Add status for initscript
* Rename the patch named with commit id to
gnutls-Avoid-use-of-deprecated-function.patch
* Add a patch for CVE-2013-4449
* Add a patch to use /dev/urandom for entropy
* Allow tls obtains random bits from /dev/urandom:
The URANDOM_DEVICE is undefined for cross-compiling, define it as
/dev/urandom to allow tls obtains random bits from /dev/urandom.
* Add PACKAGECONFIG for mdb, ndb, relay and sock
* Remove unsupported config for ldbm
* Add license file
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
456 B
Diff
18 lines
456 B
Diff
From http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-nds/openldap/files/
|
|
|
|
Upstream-status: Unknown
|
|
|
|
--
|
|
|
|
--- openldap-2.4.28/configure.in.orig 2012-02-11 22:40:36.004360795 +0000
|
|
+++ openldap-2.4.28/configure.in 2012-02-11 22:40:13.410986851 +0000
|
|
@@ -1214,7 +1214,7 @@
|
|
ol_with_tls=gnutls
|
|
ol_link_tls=yes
|
|
|
|
- TLS_LIBS="-lgnutls"
|
|
+ TLS_LIBS="-lgnutls -lgcrypt"
|
|
|
|
AC_DEFINE(HAVE_GNUTLS, 1,
|
|
[define if you have GNUtls])
|