diff options
author | manu <manu@pkgsrc.org> | 2015-07-15 16:33:57 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2015-07-15 16:33:57 +0000 |
commit | 233b4aacec7b1ee21566a14046c91198b2fe9713 (patch) | |
tree | ab8f6626bf821eb1fec636371f24a7e2c39cfcc5 /databases/openldap-client | |
parent | 1c286d7931346abd5ed74c75ca529270edd88558 (diff) | |
download | pkgsrc-233b4aacec7b1ee21566a14046c91198b2fe9713.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/Makefile | 3 |
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 |