Mon Dec 14 11:18:25 2020 UTC ()
net/powerdns-recursor: Update to 4.4.2

Changelog:
Released: 14th of December 2020

* Improvements:
  - UUID: 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.


(otis)
diff -r1.40 -r1.41 pkgsrc/net/powerdns-recursor/Makefile
diff -r1.36 -r1.37 pkgsrc/net/powerdns-recursor/distinfo

cvs diff -r1.40 -r1.41 pkgsrc/net/powerdns-recursor/Makefile (expand / switch to unified diff)

--- pkgsrc/net/powerdns-recursor/Makefile 2020/11/25 16:18:16 1.40
+++ pkgsrc/net/powerdns-recursor/Makefile 2020/12/14 11:18:25 1.41
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.40 2020/11/25 16:18:16 otis Exp $ 1# $NetBSD: Makefile,v 1.41 2020/12/14 11:18:25 otis Exp $
2 2
3DISTNAME= pdns-recursor-4.4.1 3DISTNAME= pdns-recursor-4.4.2
4PKGNAME= ${DISTNAME:S/pdns/powerdns/} 4PKGNAME= ${DISTNAME:S/pdns/powerdns/}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://downloads.powerdns.com/releases/ 6MASTER_SITES= http://downloads.powerdns.com/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.powerdns.com/ 10HOMEPAGE= https://www.powerdns.com/
11COMMENT= PowerDNS resolver/recursing nameserver 11COMMENT= PowerDNS resolver/recursing nameserver
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_LANGUAGES= c c++11 14USE_LANGUAGES= c c++11
15USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.36 -r1.37 pkgsrc/net/powerdns-recursor/distinfo (expand / switch to unified diff)

--- pkgsrc/net/powerdns-recursor/distinfo 2020/11/25 16:18:16 1.36
+++ pkgsrc/net/powerdns-recursor/distinfo 2020/12/14 11:18:25 1.37
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.36 2020/11/25 16:18:16 otis Exp $ 1$NetBSD: distinfo,v 1.37 2020/12/14 11:18:25 otis Exp $
2 2
3SHA1 (pdns-recursor-4.4.1.tar.bz2) = b561686deba4a498ed581f7488e26c705d554e73 3SHA1 (pdns-recursor-4.4.2.tar.bz2) = c7828ad57d4cc28372b676e7b3704ec6098694c8
4RMD160 (pdns-recursor-4.4.1.tar.bz2) = 855ebf52de8cf850cdcbae668d70d22aefdc4295 4RMD160 (pdns-recursor-4.4.2.tar.bz2) = 7b259c75d920711eb098c3e36ac8d232d85d801f
5SHA512 (pdns-recursor-4.4.1.tar.bz2) = e5bdcf7f9b0095bd7169d605536e45beaa675cb9ac6e58280bf725535f1d3274dd4872418461ca5e216b310472ec08b8153c6da46d6ecf9ce545feb6ab3cd235 5SHA512 (pdns-recursor-4.4.2.tar.bz2) = 31fdf62d87e5ee8f9570c6b738339bc8cc65c43800f18c7fb49aa5c53fc9ad76a1ddf02cc44f7129e06b41700b5cb3768ff8f81cc521c28147ea6538c73f8781
6Size (pdns-recursor-4.4.1.tar.bz2) = 1395506 bytes 6Size (pdns-recursor-4.4.2.tar.bz2) = 1396763 bytes
7SHA1 (patch-dns.hh) = 7e9c1b10a066a605b74ebdbee2d894aed50f6c68 7SHA1 (patch-dns.hh) = 7e9c1b10a066a605b74ebdbee2d894aed50f6c68
8SHA1 (patch-ext_json11_json11.cpp) = 2de8ea8b51556bd3e3c1a88f681697eff239ab1a 8SHA1 (patch-ext_json11_json11.cpp) = 2de8ea8b51556bd3e3c1a88f681697eff239ab1a
9SHA1 (patch-iputils.cc) = a7a25d76293bc2e68efc749c661ae1595167fab7 9SHA1 (patch-iputils.cc) = a7a25d76293bc2e68efc749c661ae1595167fab7
10SHA1 (patch-qtype.hh) = f14eb9ad7efc7dd4a0ce220c1f93044ef69e99c2 10SHA1 (patch-qtype.hh) = f14eb9ad7efc7dd4a0ce220c1f93044ef69e99c2
11SHA1 (patch-version.cc) = 26226a02198edd9d8890a5199ee5a8051334fe41 11SHA1 (patch-version.cc) = 26226a02198edd9d8890a5199ee5a8051334fe41