Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 14:48:27 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466355 - in head/dns/powerdns-recursor40: . files
Message-ID:  <201804031448.w33EmRNL022822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Tue Apr  3 14:48:27 2018
New Revision: 466355
URL: https://svnweb.freebsd.org/changeset/ports/466355

Log:
  Move patch to where it belongs to.

Added:
  head/dns/powerdns-recursor40/files/patch-opensslsigners.cc   (contents, props changed)
Deleted:
  head/dns/powerdns-recursor40/patch-opensslsigners.cc

Added: head/dns/powerdns-recursor40/files/patch-opensslsigners.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/powerdns-recursor40/files/patch-opensslsigners.cc	Tue Apr  3 14:48:27 2018	(r466355)
@@ -0,0 +1,12 @@
+--- opensslsigners.cc.orig	2018-01-22 13:39:07 UTC
++++ opensslsigners.cc
+@@ -33,7 +33,8 @@
+ #include "opensslsigners.hh"
+ #include "dnssecinfra.hh"
+ 
+-#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER)
++#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || \
++	(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL))
+ /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */
+ static pthread_mutex_t *openssllocks;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804031448.w33EmRNL022822>