summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2026-03-23 10:14:20 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-30 19:37:36 +0000
commit2972131015673292cf63e29aaa45a091a5e5f334 (patch)
treed054b901be0f786da7b934329fc9de78ef657c43
parent610d0d72aaac727c65d340d0986eb88300a5d40f (diff)
downloadmeta-cloud-services-2972131015673292cf63e29aaa45a091a5e5f334.tar.gz
nss-pam-ldapd: upgrade 0.9.12 -> 0.9.13HEADmaster
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 <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.13.bb (renamed from recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb)3
1 files changed, 1 insertions, 2 deletions
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
index 98fcc0b..74198ca 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"
26inherit autotools features_check 26inherit autotools features_check
27REQUIRED_DISTRO_FEATURES = "pam" 27REQUIRED_DISTRO_FEATURES = "pam"
28 28
29SRC_URI[md5sum] = "cc30ee0ab91d6c94b7a343ae09b5dc69" 29SRC_URI[sha256sum] = "e01784e17cb533bb66bd0601e205e785263445c3c2df7a6f90232ab4131c716d"
30SRC_URI[sha256sum] = "c6d661e74693cbf531a790631ca93b73f291fb23cc39465b09deb8da2bfb0e14"
31 30
32DEPENDS += "libpam openldap krb5" 31DEPENDS += "libpam openldap krb5"
33EXTRA_OEMAKE += "CC='${CC} -std=c99 '" 32EXTRA_OEMAKE += "CC='${CC} -std=c99 '"