summaryrefslogtreecommitdiff
path: root/databases/openldap-smbk5pwd
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2016-10-30 05:04:09 +0000
committermanu <manu@pkgsrc.org>2016-10-30 05:04:09 +0000
commit54e100ba4f10092ba4759995d8d001a88c32f2fd (patch)
treee85be63c419322b82bd8fa1a578775aabbd3e4cc /databases/openldap-smbk5pwd
parente9d75b109534904ef1c3256b8aef4cb48fc1ee44 (diff)
downloadpkgsrc-54e100ba4f10092ba4759995d8d001a88c32f2fd.tar.gz
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/24956ca00f014a917fb181a8abc39b349f3f316f 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. Submitted upstream as ITS#8525 http://www.openldap.org/its/index.cgi/Incoming?id=8525
Diffstat (limited to 'databases/openldap-smbk5pwd')
-rw-r--r--databases/openldap-smbk5pwd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-smbk5pwd/Makefile b/databases/openldap-smbk5pwd/Makefile
index aaed6d94f36..3edfa68a051 100644
--- a/databases/openldap-smbk5pwd/Makefile
+++ b/databases/openldap-smbk5pwd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2016/03/05 11:28:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/30 05:04:09 manu Exp $
PKGNAME= ${DISTNAME:S/-/-smbk5pwd-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Samba and Kerberos password sync for OpenLDAP
CONFLICTS+= openldap<2.3.23nb1