Wed Aug 3 17:14:11 2022 UTC ()
nsd: Update to 4.6.0

Changelog:
This release adds the zone verification support from the CreDNS code.
There are also some bug fixes in the ixfr out code.

Zone verification can start a verifier program that reads the new zone
data. It can reject the update. Or process the new zone data. The intent
is for a DNSSEC verifier to inspect the zone before it is passed on with
zone transfer or served to clients.

The zone verification can be enabled with enable: yes in the verify
section in nsd.conf. You can then list the interfaces the NSD listens on
while the verifier is active, so it can send queries for the new zone
contents. With verify-zones: yes zones are verified by default. The
command that is executed can be set with the verifier: ldns-verify-zone
option. With verifier-count the max number of concurrent verifiers can
be set. With the verifier-feed-zone: yes option the zone can be input
on stdin to the verifier program. A timeout to stop the verifier can be
set with the verifier-timeout option.

Per zone options can also be set for a pattern or for a zone, for zone
verification. With verify-zone the zone verification can be enabled
per zone. The verifier can be set per zone. And the verifier-feed-zone
and verifier-timeout options can be controlled per zone.

FEATURES:
    Port zone-verification from CreDNS to NSD4.

BUG FIXES:
    Fix static analyzer reports on ixfrcreate temp file.
    Fixup wrong ixfrcreate fread return check.


(ryoon)
diff -r1.119 -r1.120 pkgsrc/net/nsd/Makefile
diff -r1.79 -r1.80 pkgsrc/net/nsd/distinfo

cvs diff -r1.119 -r1.120 pkgsrc/net/nsd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/nsd/Makefile 2022/06/16 16:23:01 1.119
+++ pkgsrc/net/nsd/Makefile 2022/08/03 17:14:10 1.120
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.119 2022/06/16 16:23:01 ryoon Exp $ 1# $NetBSD: Makefile,v 1.120 2022/08/03 17:14:10 ryoon Exp $
2 2
3DISTNAME= nsd-4.5.0 3DISTNAME= nsd-4.6.0
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ 5MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
6 6
7MAINTAINER= pettai@NetBSD.org 7MAINTAINER= pettai@NetBSD.org
8HOMEPAGE= https://www.nlnetlabs.nl/projects/nsd/about/ 8HOMEPAGE= https://www.nlnetlabs.nl/projects/nsd/about/
9COMMENT= Authoritative-only DNS server 9COMMENT= Authoritative-only DNS server
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12BUILD_DEFS+= VARBASE NSD_USER NSD_GROUP 12BUILD_DEFS+= VARBASE NSD_USER NSD_GROUP
13FILES_SUBST+= NSD_USER=${NSD_USER} NSD_GROUP=${NSD_GROUP} 13FILES_SUBST+= NSD_USER=${NSD_USER} NSD_GROUP=${NSD_GROUP}
14 14
15PKG_OPTIONS_VAR= PKG_OPTIONS.nsd 15PKG_OPTIONS_VAR= PKG_OPTIONS.nsd
16PKG_SUPPORTED_OPTIONS= inet6 rrl 16PKG_SUPPORTED_OPTIONS= inet6 rrl

cvs diff -r1.79 -r1.80 pkgsrc/net/nsd/distinfo (expand / switch to unified diff)

--- pkgsrc/net/nsd/distinfo 2022/06/16 16:23:01 1.79
+++ pkgsrc/net/nsd/distinfo 2022/08/03 17:14:10 1.80
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.79 2022/06/16 16:23:01 ryoon Exp $ 1$NetBSD: distinfo,v 1.80 2022/08/03 17:14:10 ryoon Exp $
2 2
3BLAKE2s (nsd-4.5.0.tar.gz) = 4f19a8233395435f9731a798357ff3b8f7956be358df77d6a104b64d42903abc 3BLAKE2s (nsd-4.6.0.tar.gz) = 6fbe465e9f173b721e8b9cffbf6eb926479eb48fed6150673a2a12a7aef3e47b
4SHA512 (nsd-4.5.0.tar.gz) = 0309e1ff083b6f2118ba6fd59425319c21f31558d30e17a40eb8f1e53dee9e3e766d7b53eb50462130ba17b454a3559dc786d344cb779468d255732bbc6bc5da 4SHA512 (nsd-4.6.0.tar.gz) = e9f035e42f47ac115cb2c1d0ebdef8b13b1feebca91d4f840d36904efb5ab44a817584b28c9d0d3e236fde1581e8283bcdd554a5463d4b5788329f9245414cbb
5Size (nsd-4.5.0.tar.gz) = 1259059 bytes 5Size (nsd-4.6.0.tar.gz) = 1273532 bytes
6SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091 6SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091