openldap: upgrade 2.5.8 -> 2.5.9

OpenLDAP 2.5.9 Release (2021/10/25)
  Fixed slapo-accesslog to initialize minCSN on import of 2.4 databases (ITS#9720)

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao
2021-12-08 11:16:54 +08:00
committed by Khem Raj
parent 9bf6b5fe54
commit a920266b9c
4 changed files with 6 additions and 6 deletions
@@ -2,7 +2,7 @@
# programs and libraries (LTINSTALL) work in a cross build # programs and libraries (LTINSTALL) work in a cross build
# environment. # environment.
Upstream-Status: Pending Upstream-Status: Inappropriate [embedded specific]
--- a/build/top.mk --- a/build/top.mk
+++ b/build/top.mk +++ b/build/top.mk
@@ -1,6 +1,6 @@
From http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-nds/openldap/files/ From http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-nds/openldap/files/
Upstream-status: Pending Upstream-Status: Pending
--- a/configure.ac --- a/configure.ac
+++ b/configure.ac +++ b/configure.ac
@@ -4,7 +4,7 @@ When we are cross-compiling, we want to assume
that /dev/urandom exists. We could change the source that /dev/urandom exists. We could change the source
code to look for it, but this is the easy way out. code to look for it, but this is the easy way out.
Upstream-Status: pending Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Joe Slater <jslater@windriver.com>
@@ -23,8 +23,8 @@ SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$
file://0001-ldif-filter-fix-parallel-build-failure.patch \ file://0001-ldif-filter-fix-parallel-build-failure.patch \
" "
SRC_URI[md5sum] = "86e3ffce4adfc57cbb76ac0ff48b2614" SRC_URI[md5sum] = "237fc2d881c27f8dd5d9f396e2865c11"
SRC_URI[sha256sum] = "366ea1c3b24202de4481978b632128c0cfe4148d4ae13cabf93a1f38c56472dc" SRC_URI[sha256sum] = "c08e12f4ca5803d5d9f9948c70ad3491282cda3c17ec8b655dcbcb2364e6fb9e"
DEPENDS = "util-linux groff-native" DEPENDS = "util-linux groff-native"
@@ -179,7 +179,7 @@ do_install:append() {
# Installing slapd under ${sbin} is more FHS and LSB compliance # Installing slapd under ${sbin} is more FHS and LSB compliance
mv ${D}${libexecdir}/slapd ${D}/${sbindir}/slapd mv ${D}${libexecdir}/slapd ${D}/${sbindir}/slapd
rmdir --ignore-fail-on-non-empty ${D}${libexecdir} rmdir --ignore-fail-on-non-empty ${D}${libexecdir}
SLAPTOOLS="slapadd slapcat slapdn slapindex slappasswd slaptest slapauth slapacl slapschema" SLAPTOOLS="slapadd slapcat slapdn slapindex slappasswd slaptest slapauth slapacl slapschema slapmodify"
cd ${D}/${sbindir}/ cd ${D}/${sbindir}/
rm -f ${SLAPTOOLS} rm -f ${SLAPTOOLS}
for i in ${SLAPTOOLS}; do ln -sf slapd $i; done for i in ${SLAPTOOLS}; do ln -sf slapd $i; done