summaryrefslogtreecommitdiff
path: root/databases/openldap-client
diff options
context:
space:
mode:
authormanu <manu>2015-07-15 16:33:57 +0000
committermanu <manu>2015-07-15 16:33:57 +0000
commite5b7d94352f197ecdffb962ea5212670cf46c02e (patch)
treeab8f6626bf821eb1fec636371f24a7e2c39cfcc5 /databases/openldap-client
parent025d53ea4a285e2adad77bb0bf6bc9c45c7c1845 (diff)
downloadpkgsrc-e5b7d94352f197ecdffb962ea5212670cf46c02e.tar.gz
Upstream fix for ignored TLSDHParamFile option
From 6f120920d359d3b880c5c56bde4c1b91c3bedb01 Mon Sep 17 00:00:00 2001 From: Ben Jencks <ben@bjencks.net> Date: Sun, 27 Jan 2013 18:27:03 -0500 Subject: [PATCH] ITS#7506 tls_o.c: Fix Diffie-Hellman parameter usage. If a DHParamFile or olcDHParamFile is specified, then it will be used, otherwise a hardcoded 1024 bit parameter will be used. This allows the use of larger parameters; previously only 512 or 1024 bit parameters would ever be used. From cfeb28412c28ce9feeea6e6c055286f201bd0a34 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Sat, 7 Sep 2013 06:39:53 -0700 Subject: [PATCH] ITS#7506 fix prev commit The patch unconditionally enabled DHparams, which is a significant change of behavior. Reverting to previous behavior, which only enables DH use if a DHparam file was configured.
Diffstat (limited to 'databases/openldap-client')
-rw-r--r--databases/openldap-client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap-client/Makefile b/databases/openldap-client/Makefile
index 6ec24a31b9f..295bb0fcf1a 100644
--- a/databases/openldap-client/Makefile
+++ b/databases/openldap-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2014/10/01 08:32:31 adam Exp $
+# $NetBSD: Makefile,v 1.19 2015/07/15 16:33:57 manu Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
+PKGREVISION= 1
COMMENT= Lightweight Directory Access Protocol libraries and client programs
CONFLICTS+= openldap<2.3.23nb1