diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-22 09:14:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-22 22:31:28 +0200 |
commit | 46caa1fd7992f2107fb4a304e10f4a01b8b72fec (patch) | |
tree | 2081e9a073ac800493a226de73077fe311a001cb /package/openldap/Makefile | |
parent | 9eabf3b55865ceead69958fe8414742704a4bdc0 (diff) |
openldap: update and fix compile with libressl
Diffstat (limited to 'package/openldap/Makefile')
-rw-r--r-- | package/openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 411aeeb62..0b14f8be9 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= openldap -PKG_VERSION:= 2.4.41 +PKG_VERSION:= 2.4.42 PKG_RELEASE:= 1 -PKG_HASH:= 27856bb4a8b44feca2b326c309000e16a9dadd52362c8ab6eec6c67a43737f6e +PKG_HASH:= eeb7b0e2c5852bfd2650e83909bb6152835c0b862fab10b63954dc1bcbba8e63 PKG_DESCR:= ldap client libraries PKG_SECTION:= libs/misc PKG_DEPENDS:= libsasl2 libdb libpthread libuuid libstdcxx libncurses |