From 43b891e96b8581507decf024c27063d415adb9f3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Jun 2025 11:32:51 +0800 Subject: [PATCH] openldap: upgrade 2.6.9 -> 2.6.10 Changelog: ============= - Added slapd microsecond timestamp format for local logging - Fixed libldap ldap_result behavior with LDAP_MSG_RECEIVED - Fixed lloadd handling of starttls critical - Fixed slapd syncrepl when used with slapo-rwm - Fixed slapd regression with certain searches - Fixed slapo-autoca olcAutoCAserverClass object - Fixed slapo-pcache caching behaviors Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../openldap/{openldap_2.6.9.bb => openldap_2.6.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/openldap/{openldap_2.6.9.bb => openldap_2.6.10.bb} (99%) diff --git a/meta-oe/recipes-support/openldap/openldap_2.6.9.bb b/meta-oe/recipes-support/openldap/openldap_2.6.10.bb similarity index 99% rename from meta-oe/recipes-support/openldap/openldap_2.6.9.bb rename to meta-oe/recipes-support/openldap/openldap_2.6.10.bb index 704e879891..9ef4a83584 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.6.9.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.6.10.bb @@ -21,7 +21,7 @@ SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$ file://0001-build-top.mk-unset-STRIP_OPTS.patch \ " -SRC_URI[sha256sum] = "2cb7dc73e9c8340dff0d99357fbaa578abf30cc6619f0521972c555681e6b2ff" +SRC_URI[sha256sum] = "c065f04aad42737aebd60b2fe4939704ac844266bc0aeaa1609f0cad987be516" DEPENDS = "util-linux groff-native"