[m-c-s][PATCH] nss-pam-ldapd: upgrade 0.9.12 -> 0.9.13

Yi Zhao <[email protected]> Mon, 23 Mar 2026 10:14:20 +0800
Newsgroups org.yoctoproject.lists.meta-virtualization
Message-ID <[email protected]>
A summary of the changes since 0.9.12:

* add a command line -f, --config option to specify an alternate configuration file
* add a command line -t, --test option to check the configuration filevalidity
* support passwords with up to 255 characters
* fixes for potential memory issues in parsing configuration file
* fix NULL pointer deref on out of memory
* fix race condition in thread start-up
* fix issue with stopping threads on shutdown
* provide compatibility with musl libc
* fix compilation issues on NetBSD
* use closefrom() if available to fix slow invalidation on FreeBSD
* fix file descriptor leaking from process starting nslcd

Signed-off-by: Yi Zhao <[email protected]>
---
 .../{nss-pam-ldapd_0.9.12.bb => nss-pam-ldapd_0.9.13.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename recipes-support/nss-pam-ldapd/{nss-pam-ldapd_0.9.12.bb => nss-pam-ldapd_0.9.13.bb} (92%)

diff --git a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.13.bb
similarity index 92%
rename from recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
rename to recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.13.bb
index 98fcc0b3..74198caf 100644
--- a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
+++ b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.13.bb
@@ -26,8 +26,7 @@ UPSTREAM_CHECK_URI = "https://arthurdejong.org/nss-pam-ldapd/downloads"
 inherit autotools features_check
 REQUIRED_DISTRO_FEATURES = "pam"
 
-SRC_URI[md5sum] = "cc30ee0ab91d6c94b7a343ae09b5dc69"
-SRC_URI[sha256sum] = "c6d661e74693cbf531a790631ca93b73f291fb23cc39465b09deb8da2bfb0e14"
+SRC_URI[sha256sum] = "e01784e17cb533bb66bd0601e205e785263445c3c2df7a6f90232ab4131c716d"
 
 DEPENDS += "libpam openldap krb5"
 EXTRA_OEMAKE += "CC='${CC} -std=c99 '"
-- 
2.34.1