diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-08 17:55:03 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-08 17:55:03 +0000 |
commit | ef7c55fb4b209c3ca5c6b725cb1de2bda312ff06 (patch) | |
tree | 6151e47ab51a91f61b608084c3cca9e8feac725e /dns/nsd | |
parent | d376ea35033953ee8f028c883db7e3acf653d9fc (diff) | |
download | freebsd-ports-ef7c55fb4b209c3ca5c6b725cb1de2bda312ff06.zip |
dns/nsd: update 4.3.2 -> 4.3.3
This release contains the DNS Flag Day 2020 fixes. This sets the
default EDNS buffer size to 1232, that should reduce fragmentation.
https://dnsflagday.net/2020/
There is a new feature where it is possible to list an interface by
name. This pulls in the IP addresses associated with the interface
at server start.
FEATURES:
- Follow DNS flag day 2020 advice and
set default EDNS message size to 1232.
- Merged PR #113 with fixes. Instead of listing an IP-address to
listen on, an interface name can be specified in nsd.conf, with
ip-address: eth0. The IP-addresses for that interface are then used.
- Port TSIG code for openssl 3.0.0-alpha6.
BUG FIXES:
- Fix make install with --with-pidfile="".
- Merge #115 from millert: Fix strlcpy() usage. From OpenBSD.
- Merge #117: mini_event.h (4.3.2 and 4.3.1) on OpenBSD cannot find
fd_set - patch.
- Fix that configure checks for EVP_sha256 to detect openssl, because
HMAC_CTX_new is deprecated in 3.0.0.
- Fix #119: fix compile warnings from new gcc.
- Fix #119: warn when trying to parse a directory.
- Merge PR #121: Increase log level of recreated database from
WARNING to ERR.
- Remove unused space from LIBS on link line.
- Updated date in nsd -v output.
PR: 250203
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Relnotes: https://www.nlnetlabs.nl/news/2020/Oct/08/nsd-4.3.3-released/
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 2 | ||||
-rw-r--r-- | dns/nsd/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index ff3f2a549247..b4a20bd7e4fd 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 6eabe07e5e00..b4035594f4d0 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594728155 -SHA256 (nsd-4.3.2.tar.gz) = 5b5cee2f80ed451f19e02dee620c71a98a781bd72a55810e0acc925fecaa8329 -SIZE (nsd-4.3.2.tar.gz) = 1177939 +TIMESTAMP = 1602177809 +SHA256 (nsd-4.3.3.tar.gz) = 5fc6d81a977c0246b741da691acaab5c62830a8b38ce696021c26f372d8eed51 +SIZE (nsd-4.3.3.tar.gz) = 1181082 |