Date: Sat, 19 Dec 2020 14:58:28 +0000 (UTC) From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558454 - head/dns/powerdns-recursor Message-ID: <202012191458.0BJEwSbi001645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: otis Date: Sat Dec 19 14:58:27 2020 New Revision: 558454 URL: https://svnweb.freebsd.org/changeset/ports/558454 Log: 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 Modified: head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor/distinfo Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Sat Dec 19 14:00:13 2020 (r558453) +++ head/dns/powerdns-recursor/Makefile Sat Dec 19 14:58:27 2020 (r558454) @@ -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 <bsd.port.pre.mk> .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: Modified: head/dns/powerdns-recursor/distinfo ============================================================================== --- head/dns/powerdns-recursor/distinfo Sat Dec 19 14:00:13 2020 (r558453) +++ head/dns/powerdns-recursor/distinfo Sat Dec 19 14:58:27 2020 (r558454) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012191458.0BJEwSbi001645>