aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openldap/openldap-2.4.23
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-08-03 22:25:03 +0400
committerRoman I Khimov <khimov@altell.ru>2010-08-03 23:38:14 +0400
commitd4eb4f3ea8f330a25ad9e8290759138e8e0e1803 (patch)
tree2c41230ef1243c4cc5b0d9357c0e10db0a03b16a /recipes/openldap/openldap-2.4.23
parentf70303411dbf963869132aa6717654a3cd7c4216 (diff)
downloadopenembedded-d4eb4f3ea8f330a25ad9e8290759138e8e0e1803.tar.gz
openldap: update 2.4.21 to 2.4.23
* 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>
Diffstat (limited to 'recipes/openldap/openldap-2.4.23')
-rw-r--r--recipes/openldap/openldap-2.4.23/openldap-m4-pthread.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/openldap/openldap-2.4.23/openldap-m4-pthread.patch b/recipes/openldap/openldap-2.4.23/openldap-m4-pthread.patch
new file mode 100644
index 0000000000..b669b7254d
--- /dev/null
+++ b/recipes/openldap/openldap-2.4.23/openldap-m4-pthread.patch
@@ -0,0 +1,20 @@
+--- openldap-2.3.11/build/openldap.m4.orig 2005-11-11 00:11:18.604322590 -0800
++++ openldap-2.3.11/build/openldap.m4 2005-11-11 00:26:21.621145856 -0800
+@@ -788,7 +788,7 @@ AC_DEFUN([OL_PTHREAD_TEST_FUNCTION],[[
+ ]])
+
+ AC_DEFUN([OL_PTHREAD_TEST_PROGRAM],
+-AC_LANG_SOURCE([OL_PTHREAD_TEST_INCLUDES
++[AC_LANG_SOURCE([[OL_PTHREAD_TEST_INCLUDES
+
+ int main(argc, argv)
+ int argc;
+@@ -796,7 +796,7 @@ int main(argc, argv)
+ {
+ OL_PTHREAD_TEST_FUNCTION
+ }
+-]))
++]])])
+ dnl --------------------------------------------------------------------
+ AC_DEFUN([OL_PTHREAD_TRY], [# Pthread try link: $1 ($2)
+ if test "$ol_link_threads" = no ; then