aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openldap/openldap_2.4.23.bb
AgeCommit message (Collapse)Author
2010-11-06openldap: fix ltmain.sh locationRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-22openldap_2.4.23.bb: Fetch ltmain.sh from the new location in stagingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-10-17openldap_2.4.23.bb: Fix build when using libtool 2.4Khem Raj
* It uses a prebuilt version of libtool which does not know about sysroot and worse it does not use automake and autoconf in such a way that one could use autoreconf to regenerate stuff. So we regenerate the things needed for libtool macros. It should work with any version of libtool now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-16recipes: bump PR in recipes depending on openssl after SHR and Angstrom ↵Martin Jansa
moved to openssl-1.0.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-15openldap: removed commented out non existing patchFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03openldap: update 2.4.21 to 2.4.23Roman I Khimov
* bugfixes mostly, considered as safe upgrade * fixes CVE-2010-0211 and CVE-2010-0212 * switch to PACKAGES_DYNAMIC for backends, allows to kill some recipe bloat, might be nice to do additional OECONF cleanup later (probably adding more modules as they're nicely packaged) * add openldap-backends package to easily install all backends at once * kill legacy staging Signed-off-by: Roman I Khimov <khimov@altell.ru>