diff options
| author | Yi Zhao <yi.zhao@eng.windriver.com> | 2026-03-23 10:14:20 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-30 19:37:36 +0000 |
| commit | 2972131015673292cf63e29aaa45a091a5e5f334 (patch) | |
| tree | d054b901be0f786da7b934329fc9de78ef657c43 | |
| parent | 610d0d72aaac727c65d340d0986eb88300a5d40f (diff) | |
| download | meta-cloud-services-2972131015673292cf63e29aaa45a091a5e5f334.tar.gz | |
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" | |||
| 26 | inherit autotools features_check | 26 | inherit autotools features_check |
| 27 | REQUIRED_DISTRO_FEATURES = "pam" | 27 | REQUIRED_DISTRO_FEATURES = "pam" |
| 28 | 28 | ||
| 29 | SRC_URI[md5sum] = "cc30ee0ab91d6c94b7a343ae09b5dc69" | 29 | SRC_URI[sha256sum] = "e01784e17cb533bb66bd0601e205e785263445c3c2df7a6f90232ab4131c716d" |
| 30 | SRC_URI[sha256sum] = "c6d661e74693cbf531a790631ca93b73f291fb23cc39465b09deb8da2bfb0e14" | ||
| 31 | 30 | ||
| 32 | DEPENDS += "libpam openldap krb5" | 31 | DEPENDS += "libpam openldap krb5" |
| 33 | EXTRA_OEMAKE += "CC='${CC} -std=c99 '" | 32 | EXTRA_OEMAKE += "CC='${CC} -std=c99 '" |
