View | Details | Raw Unified | Return to bug 233139 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	powerdns
3
PORTNAME=	powerdns
4
DISTVERSION=	4.1.4
4
DISTVERSION=	4.1.5
5
PORTREVISION=	1
5
PORTREVISION?=	0
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
DISTNAME=	pdns-${DISTVERSION}
8
DISTNAME=	pdns-${DISTVERSION}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535616205
1
TIMESTAMP = 1541580311
2
SHA256 (pdns-4.1.4.tar.bz2) = e9408603383d529b3bbee2509b73187d2186c502a9b052d07e250cd8f3873ed5
2
SHA256 (pdns-4.1.5.tar.bz2) = c329570a66d8c7340d38fd582cb23ad642799b83c7276fb0fdea4303759b4f8a
3
SIZE (pdns-4.1.4.tar.bz2) = 1089376
3
SIZE (pdns-4.1.5.tar.bz2) = 1116238
(-)files/patch-pdns_opensslsigners.cc (-12 lines)
Lines 1-12 Link Here
1
--- pdns/opensslsigners.cc.orig	2018-02-16 09:52:29 UTC
2
+++ pdns/opensslsigners.cc
3
@@ -33,7 +33,8 @@
4
 #include "opensslsigners.hh"
5
 #include "dnssecinfra.hh"
6
 
7
-#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER)
8
+#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || \
9
+	(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL))
10
 /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */
11
 static pthread_mutex_t *openssllocks;
12
 

Return to bug 233139