View | Details | Raw Unified | Return to bug 233140
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	recursor
4
PORTNAME=	recursor
5
DISTVERSION=	4.1.4
5
DISTVERSION=	4.1.7
6
PORTREVISION=	1
6
PORTREVISION?=	0
7
CATEGORIES=	dns ipv6
7
CATEGORIES=	dns ipv6
8
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
MASTER_SITES=	http://downloads.powerdns.com/releases/
9
PKGNAMEPREFIX=	powerdns-
9
PKGNAMEPREFIX=	powerdns-
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535813031
1
TIMESTAMP = 1541774224
2
SHA256 (pdns-recursor-4.1.4.tar.bz2) = b19f4353bea3fe54a581a4e7ace101637f8474f5ebfe925e2d3ff4910b71b550
2
SHA256 (pdns-recursor-4.1.7.tar.bz2) = 9a045cfd1d3b195f3166170c2cb120bea08926c6474ebc67e8020edf1deddb6b
3
SIZE (pdns-recursor-4.1.4.tar.bz2) = 1224360
3
SIZE (pdns-recursor-4.1.7.tar.bz2) = 1237866
(-)files/patch-opensslsigners.cc (-12 lines)
Lines 1-12 Link Here
1
--- opensslsigners.cc.orig	2018-01-22 13:39:07 UTC
2
+++ 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 233140