git: 624dbc61a187 - main - dns/nsd: Update to 4.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 22:29:44 UTC
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=624dbc61a18734921b5d724805b1164cbc47b6d3 commit 624dbc61a18734921b5d724805b1164cbc47b6d3 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2022-05-13 22:27:09 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-05-13 22:29:07 +0000 dns/nsd: Update to 4.5.0 Changes: https://www.nlnetlabs.nl/news/2022/May/13/nsd-4.5.0-released/ This release fixes a couple of minor bugs and adds IXFR out functionality. With this functionality NSD can respond to IXFR queries and serve IXFR transfers downstream. It is default disabled, that means it does not store IXFR contents for zones by default. The response on the wire is different, also with IXFR disabled, because it is now supported, and thus also for those zones a reply is served, that no differential data is available. FEATURES: - Merge PR #209: IXFR out This adds IXFR out functionality to NSD. NSD can copy IXFRs from upstream to downstream clients, or create IXFRs from zonefiles. The options store-ixfr: yes and create-ixfr: yes can be used to turn this on. Default is turned off. The options ixfr-number and ixfr-size can be used to tune the number of IXFR transfers and total data size stored. This is configured per zone, the IXFRs are served to the hosts that are allowed to perform zone transfers. And if TSIG is configured, signed with the same key. The content is stored to file if a zonefile is configured for the zone, in the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain readable text format. The number of IXFRs is num.rixfr in statistics output, also per zone if per zone statistics are enabled. If offline, nsd-checkzone -i can create ixfr files. NSD already supports requesting IXFRs, this addition allows NSD to serve IXFR transfers to clients. NSD stops responding with NOTIMPL to IXFR requests, also for zones that do not have IXFR enabled. The clients gets a full zone reply or a status reply if the serial is up to date. BUG FIXES: - Fix code analyzer zero divide warning. - Fix code analyzer large value with assertion. - Fix another code analyzer zero divide warning. - Fix code analyzer warning about uninitialized temp storage in loop. - Fix spelling error in comment in svcbparam_lookup_key. - Update cirrus script FreeBSD version. PR: 263952 --- dns/nsd/Makefile | 2 +- dns/nsd/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 6f8d0754cd1c..559bf1252db0 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -1,7 +1,7 @@ # Created by: alexis PORTNAME= nsd -DISTVERSION= 4.4.0 +DISTVERSION= 4.5.0 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index c22dcf3ee096..ddc7fd2ee13a 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645095864 -SHA256 (nsd-4.4.0.tar.gz) = cfcd6fdd99344ca5a7ef7c2940c241bcef471fc3252ba3dcbd4c57e0638e8836 -SIZE (nsd-4.4.0.tar.gz) = 1226433 +TIMESTAMP = 1652425965 +SHA256 (nsd-4.5.0.tar.gz) = 5ae7a704ab92c8a49f3c8f3a29565ce194c51a721c29c75ea7d43c13372d79c5 +SIZE (nsd-4.5.0.tar.gz) = 1259059