A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 0c023e1869be838788b8fc9f0f557c6ea04894d0 (commit) via 5b3869b32986913cb3a47cf318ffa9d015577257 (commit) from 38d0a8bbdebdf1af212c36008f7d7c2de2a28af4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0c023e1869be838788b8fc9f0f557c6ea04894d0 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Nov 29 09:38:55 2016 -0800
ITS#8525
commit 5b3869b32986913cb3a47cf318ffa9d015577257 Author: Emmanuel Dreyfus manu@netbsd.org Date: Sun Oct 30 05:34:58 2016 +0100
Use newer DES API so that smbk5pwd loads with newer OpenSSL
OpenSSL removed old DES API which used des_* functions. https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f...
In order to link with libcrypto from recent OpenSSL releases, we need to replace the older API des_* functions by the newer API DES_* functions.
Signed-off-by: Emmanuel Dreyfus manu@netbsd.org
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-)