diff options
author | pettai <pettai@pkgsrc.org> | 2013-09-21 22:37:22 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-09-21 22:37:22 +0000 |
commit | 9ca71c44bfe0aed95851c5c48d59d0e1cac1673d (patch) | |
tree | 4b60d061558ea3bb82439ac13dd1e4ee3bd9fdc1 | |
parent | 996302702d87b20311378df73f8c4174e9ca9621 (diff) | |
download | pkgsrc-9ca71c44bfe0aed95851c5c48d59d0e1cac1673d.tar.gz |
NSD 3.2.16
Features:
* New config option "ip-transparent:" to allow NSD to bind to non local
addresses. Default no.
* Use IPV6 minimum MTU settings with TCP to reduce failures that are caused
by delays in learning working PMTU when communicating through a tunnel.
* Bugfix #496: Support for EUI48 and EUI64 RR types. Experimental,
turned off by default. Enable with --enable-draft-rrtypes.
* New config option "rrl-slip:" to set the average number of packets
discarded before we send back a truncated response.
* New config option "rrl-ipv4-prefix-length:" and "rrl-ipv6-prefix-length:"
to set the prefix lengths.
* Improved RRL logging, also print triggering query src address and QTYPE.
* Provide RRL documentation in nsd.conf.sample.
Bugfixes:
* Bugfix #357: Parent process waits until children closed down sockets,
to prevent NSD failing to bind to sockets when restarting.
* Bugfix #487: lookup3.c determine endianness for BSD systems.
* Bugfix #491: pick program name (0th argument) as syslog identity.
* Bugfix #494: Exit with return code 1 if socket code fails.
* Bugfix #495: Wrong bufsize in dname_to_string for root.
* Fix outgoing-interface: Don't fail if family is IPv6 but only IPv4
outgoing-interface is set, or vice versa.
* RRtypes ASFDB, RP, RT should not compress dnames.
* Check that zone directory is within chroot directory.
* Better XFR checking, fallback to AXFR (if allowed) if three malformed
XFR packets have been seen.
-rw-r--r-- | net/nsd/Makefile | 5 | ||||
-rw-r--r-- | net/nsd/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 21419e8000b..801721732f0 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2013/07/12 10:45:00 jperkin Exp $ +# $NetBSD: Makefile,v 1.65 2013/09/21 22:37:22 pettai Exp $ -DISTNAME= nsd-3.2.15 -PKGREVISION= 1 +DISTNAME= nsd-3.2.16 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index dca11ccb6f4..5d08ce16f89 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2013/02/08 23:51:08 pettai Exp $ +$NetBSD: distinfo,v 1.38 2013/09/21 22:37:22 pettai Exp $ -SHA1 (nsd-3.2.15.tar.gz) = e31a81ab7877422b34e1f163f9509cd93f395664 -RMD160 (nsd-3.2.15.tar.gz) = 08ae79ab9a42a972ef5d0180fe4bdc385e5403ea -Size (nsd-3.2.15.tar.gz) = 909346 bytes +SHA1 (nsd-3.2.16.tar.gz) = cb95efa819902799365691a0a7ddb3690a97df88 +RMD160 (nsd-3.2.16.tar.gz) = 1076592ea33f8422e87729bf432acc8c3fbe5436 +Size (nsd-3.2.16.tar.gz) = 917815 bytes SHA1 (patch-aa) = 1cbf06e900f7e1d4198cea00aa2c89f94153fc3c SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f |