aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openldap/openldap
diff options
context:
space:
mode:
authorfan.xin <fan.xin@jp.fujitsu.com>2015-12-11 09:50:39 +0900
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:43:22 +0100
commit03d613e570ae262b32322d1fa2eeb47c38518478 (patch)
tree30a8cded0509eb6b66698e50456ba421bd8a09d8 /meta-oe/recipes-support/openldap/openldap
parentfcb7b50851884264dbd9764ba9781ba0b84900e7 (diff)
downloadmeta-openembedded-contrib-03d613e570ae262b32322d1fa2eeb47c38518478.tar.gz
openldap: upgrade to 2.4.43
1. Upgrade openldap from 2.4.42 to 2.4.43 2. Delete patch file openldap-fix-CVE-2015-6908.patch because the bug(ITS#8240) has been fixed in OpenLDAP 2.4.43 http://www.openldap.org/software/release/changes.html Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openldap/openldap')
-rw-r--r--meta-oe/recipes-support/openldap/openldap/openldap-fix-CVE-2015-6908.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap/openldap-fix-CVE-2015-6908.patch b/meta-oe/recipes-support/openldap/openldap/openldap-fix-CVE-2015-6908.patch
deleted file mode 100644
index 34c87cccf8..0000000000
--- a/meta-oe/recipes-support/openldap/openldap/openldap-fix-CVE-2015-6908.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Upstream-Status: Backport
-
-Signed-off-by: Kai Kang <kai.kang@windriver.com>
----
-From 6fe51a9ab04fd28bbc171da3cf12f1c1040d6629 Mon Sep 17 00:00:00 2001
-From: Howard Chu <hyc@openldap.org>
-Date: Thu, 10 Sep 2015 00:37:32 +0100
-Subject: [PATCH 1/1] ITS#8240 remove obsolete assert
-
----
- libraries/liblber/io.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libraries/liblber/io.c b/libraries/liblber/io.c
-index 85c3e23..c05dcf8 100644
---- a/libraries/liblber/io.c
-+++ b/libraries/liblber/io.c
-@@ -679,7 +679,7 @@ done:
- return (ber->ber_tag);
- }
-
-- assert( 0 ); /* ber structure is messed up ?*/
-+ /* invalid input */
- return LBER_DEFAULT;
- }
-
---
-1.7.10.4