From fe50bb9e6caa38e4b55cc9ab05e931995c593e16 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 13 Nov 2025 19:18:47 +1300 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 (cherry picked from commit 43b891e96b8581507decf024c27063d415adb9f3) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../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 595f87050c..be0c6bbe5a 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"