From 9aea5cee4683769ed539e696245bf81e16706d6b Mon Sep 17 00:00:00 2001 From: Juraj Lutter Date: Sat, 19 Dec 2020 14:58:27 +0000 Subject: [PATCH] dns/powerdns-recursor: Update to 4.4.2 - Improvements: - Use the non-cryptographic variant of the boost::uuid. - Keep a cached, valid entry over a fresher Bogus one. - Ensure socket-dir matches runtime directory on old systemd - Move to several distinct Bogus states, for easier debugging. - Do not chase CNAME during qname minimization step 4. - Bug Fixes: - Untangle the validation/resolving qnames and qtypes. - APL records: fix endianness problem. PR: 251923 Submitted by: Ralf van der Enden (maintainer) Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D27679 --- dns/powerdns-recursor/Makefile | 8 +++++--- dns/powerdns-recursor/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index e106789ed675..67a4b773eb94 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.4.0 +DISTVERSION= 4.4.2 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- @@ -63,10 +63,12 @@ LUA_USES= lua .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl -CONFIGURE_ARGS+= --enable-libdecaf \ - --enable-libsodium +CONFIGURE_ARGS+= --with-libdecaf \ + --with-libsodium LIB_DEPENDS+= libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium +.else +CONFIGURE_ARGS+= --with-libsodium=no .endif post-install: diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index e40b41915874..53c1caee8f4f 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603144561 -SHA256 (pdns-recursor-4.4.0.tar.bz2) = 06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b -SIZE (pdns-recursor-4.4.0.tar.bz2) = 1395544 +TIMESTAMP = 1608248216 +SHA256 (pdns-recursor-4.4.2.tar.bz2) = b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf +SIZE (pdns-recursor-4.4.2.tar.bz2) = 1396763