diff options
author | pettai <pettai@pkgsrc.org> | 2016-06-16 15:25:44 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2016-06-16 15:25:44 +0000 |
commit | c606b52a1fd54028a564398f265cfa1cf27df14e (patch) | |
tree | efbbdffbe64fa1d67fc36b4f495e3aa6899dd6a5 /net/nsd/Makefile | |
parent | 72a722ac9ab442f1e5eb5274f4be5ef460bb80fd (diff) | |
download | pkgsrc-c606b52a1fd54028a564398f265cfa1cf27df14e.tar.gz |
NSD 4.1.10
==========
FEATURES:
- ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option
for Linux, binds to interfaces and addresses that are down.
- NSD includes AAAA before A for queries over IPV6 (in delegations).
And TC is set if no glue can be provided with a delegation because
of packet size.
- print notice that nsd is starting before taking off.
BUG FIXES:
- Fix for openssl 1.1.0, HMAC_CTX size not exported from openssl.
- Fix #751: NSD fails to occlude names below a DNAME.
- If set without nsd.db print "" as the default in the man pages.
- Fix #755: NSD spins after a zone update and a lot of TCP queries.
- Fix for NSEC3 with zone signed without exact match for empty
nonterminals, the answer for that domain gets closest encloser.
- #772 Document that recvmmsg has IPv6 problems on some linux kernels.
Diffstat (limited to 'net/nsd/Makefile')
-rw-r--r-- | net/nsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 98069f585d3..010decdd24c 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2016/03/15 13:48:35 pettai Exp $ +# $NetBSD: Makefile,v 1.85 2016/06/16 15:25:44 pettai Exp $ -DISTNAME= nsd-4.1.9 +DISTNAME= nsd-4.1.10 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ |