svn commit: r466355 - in head/dns/powerdns-recursor40: . files

Kirill Ponomarev krion at FreeBSD.org
Tue Apr 3 14:48:28 UTC 2018


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;
+ 


More information about the svn-ports-head mailing list