summaryrefslogtreecommitdiff
path: root/net/nsd
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2022-08-03 17:14:10 +0000
committerryoon <ryoon@pkgsrc.org>2022-08-03 17:14:10 +0000
commit3ec72007260e7907798291b1730efbf93fcf9d82 (patch)
tree1221571976e88d009734873f679a6357f38a96e3 /net/nsd
parent78880509d76eca0c767b46247402c506c9bab4c2 (diff)
downloadpkgsrc-3ec72007260e7907798291b1730efbf93fcf9d82.tar.gz
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.
Diffstat (limited to 'net/nsd')
-rw-r--r--net/nsd/Makefile4
-rw-r--r--net/nsd/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index 67bfc8835c1..40a6c78b842 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2022/06/16 16:23:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.120 2022/08/03 17:14:10 ryoon Exp $
-DISTNAME= nsd-4.5.0
+DISTNAME= nsd-4.6.0
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
diff --git a/net/nsd/distinfo b/net/nsd/distinfo
index e8e58ac761c..15dba2f738b 100644
--- a/net/nsd/distinfo
+++ b/net/nsd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.79 2022/06/16 16:23:01 ryoon Exp $
+$NetBSD: distinfo,v 1.80 2022/08/03 17:14:10 ryoon Exp $
-BLAKE2s (nsd-4.5.0.tar.gz) = 4f19a8233395435f9731a798357ff3b8f7956be358df77d6a104b64d42903abc
-SHA512 (nsd-4.5.0.tar.gz) = 0309e1ff083b6f2118ba6fd59425319c21f31558d30e17a40eb8f1e53dee9e3e766d7b53eb50462130ba17b454a3559dc786d344cb779468d255732bbc6bc5da
-Size (nsd-4.5.0.tar.gz) = 1259059 bytes
+BLAKE2s (nsd-4.6.0.tar.gz) = 6fbe465e9f173b721e8b9cffbf6eb926479eb48fed6150673a2a12a7aef3e47b
+SHA512 (nsd-4.6.0.tar.gz) = e9f035e42f47ac115cb2c1d0ebdef8b13b1feebca91d4f840d36904efb5ab44a817584b28c9d0d3e236fde1581e8283bcdd554a5463d4b5788329f9245414cbb
+Size (nsd-4.6.0.tar.gz) = 1273532 bytes
SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091