diff options
author | pettai <pettai> | 2016-06-16 15:25:44 +0000 |
---|---|---|
committer | pettai <pettai> | 2016-06-16 15:25:44 +0000 |
commit | d0a4bec90509315d45cc5158460196d9b438756d (patch) | |
tree | 480ff145b79c095c810279ae05c65bcafdd92011 /net | |
parent | 657d984cbad718ca0d1de4f4f85de14baddc6d16 (diff) | |
download | pkgsrc-d0a4bec90509315d45cc5158460196d9b438756d.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')
-rw-r--r-- | net/nsd/Makefile | 4 | ||||
-rw-r--r-- | net/nsd/distinfo | 10 |
2 files changed, 7 insertions, 7 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/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index a76c9104fe9..46d1fcf6ab8 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.52 2016/03/15 13:48:35 pettai Exp $ +$NetBSD: distinfo,v 1.53 2016/06/16 15:25:44 pettai Exp $ -SHA1 (nsd-4.1.9.tar.gz) = 6ff4b2998aedf3a8ae18a071f1d121f3586aaf70 -RMD160 (nsd-4.1.9.tar.gz) = fe78b2d6e7228cca10ebb79ac57174d7ddc711fb -SHA512 (nsd-4.1.9.tar.gz) = 4602dfd07f41dca80fb3b2af471305ad2baba45f7aa294bd3e50d673ec6cc3b1170b410a425796cef52b3af6eea6282dcb00c1f21d5642b0962b3d111dade940 -Size (nsd-4.1.9.tar.gz) = 1073120 bytes +SHA1 (nsd-4.1.10.tar.gz) = 14ff5663e6ed4a21c16c4c660cc1f2357ddf9f5b +RMD160 (nsd-4.1.10.tar.gz) = 29d518fcfcec3f941dc5e42ccc1aea73532675f5 +SHA512 (nsd-4.1.10.tar.gz) = e77c858d34002e54085f3a39eda7c6229f21f980339beb9a9d5719245d6010e5435a13dba978ac1aed9b712ed49e5a8ca75cb216cb50dd590556077d32b97a96 +Size (nsd-4.1.10.tar.gz) = 1075892 bytes SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091 SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f |