Index: branches/2018Q4/dns/powerdns-recursor/Makefile =================================================================== --- branches/2018Q4/dns/powerdns-recursor/Makefile (revision 485310) +++ branches/2018Q4/dns/powerdns-recursor/Makefile (revision 485311) @@ -1,57 +1,57 @@ # Created by: sten@blinkenlights.nl # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.1.4 +DISTVERSION= 4.1.7 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- DISTNAME= pdns-${PORTNAME}-${DISTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS recursor LICENSE= GPLv2 BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs \ libprotobuf.so:devel/protobuf CONFLICTS_INSTALL= powerdns-recursor40 USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ --with-protobuf \ --without-net-snmp CPE_VENDOR= powerdns USE_RC_SUBR= pdns-recursor OPTIONS_DEFINE= LUAJIT OPTALGO SETUID OPTIONS_DEFAULT= SETUID LUAJIT_CONFIGURE_WITH= luajit LUAJIT_DESC= Use LuaJIT instead of Lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit LUAJIT_USES_OFF= lua OPTALGO_CONFIGURE_ON= --enable-botan \ --enable-libdecaf \ --enable-libsodium OPTALGO_DESC= Enable optional algorithms (12, 15 & 16) OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium SETUID_DESC= Run as pdns_recursor user SETUID_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-setuid SETUID_VARS= USERS=pdns_recursor GROUPS=pdns SUB_FILES= pkg-message .include Index: branches/2018Q4/dns/powerdns-recursor/distinfo =================================================================== --- branches/2018Q4/dns/powerdns-recursor/distinfo (revision 485310) +++ branches/2018Q4/dns/powerdns-recursor/distinfo (revision 485311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535813031 -SHA256 (pdns-recursor-4.1.4.tar.bz2) = b19f4353bea3fe54a581a4e7ace101637f8474f5ebfe925e2d3ff4910b71b550 -SIZE (pdns-recursor-4.1.4.tar.bz2) = 1224360 +TIMESTAMP = 1542545089 +SHA256 (pdns-recursor-4.1.7.tar.bz2) = 9a045cfd1d3b195f3166170c2cb120bea08926c6474ebc67e8020edf1deddb6b +SIZE (pdns-recursor-4.1.7.tar.bz2) = 1237866 Index: branches/2018Q4/dns/powerdns-recursor/files/patch-opensslsigners.cc =================================================================== --- branches/2018Q4/dns/powerdns-recursor/files/patch-opensslsigners.cc (revision 485310) +++ branches/2018Q4/dns/powerdns-recursor/files/patch-opensslsigners.cc (nonexistent) @@ -1,12 +0,0 @@ ---- 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; - Property changes on: branches/2018Q4/dns/powerdns-recursor/files/patch-opensslsigners.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 485310) +++ branches/2018Q4 (revision 485311) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r485222