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.
This commit is contained in:
parent
1937537351
commit
452b065474
2 changed files with 7 additions and 7 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue