diff options
author | pettai <pettai@pkgsrc.org> | 2014-03-12 14:47:13 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-03-12 14:47:13 +0000 |
commit | 0bb369a3374319bc9695251e71afa957d99847df (patch) | |
tree | 11c434c1653c595e53227b7330da18291a08ab8b /net/nsd | |
parent | b8918a6fa965ac554a0fa67f04b7697f30f8cb29 (diff) | |
download | pkgsrc-0bb369a3374319bc9695251e71afa957d99847df.tar.gz |
NSD 4.0.2
Features:
* Return REFUSED for queries to non-hosted zones.
Bug Fixes:
* Fix expired zones to give SERVFAIL, also when parent zone loaded.
* documented nsd-control zonestatus output in nsd-control manpage.
* remove mention of nsdc from nsd-checkconf manpage.
* Disabled recvmmsg and sendmmsg usage by default because kernel
versions have implementation issues: ipv6 ignored, security issues.
* Detect libevent2 install automatically by configure, and use
event2 header files if necessary.
* Fix #551: change Regent to Copyright holder in the LICENSE,
to match the definition on opensource.org for the BSD License.
* Fix #552: zonefile loads on nsd-control reconfig when the name
of the file has changed.
* Fix leak of zone name after zonefile read and fix malloc too
large that would be leaked in the radix tree.
* Fix from 3.2: make SOA RDATA comparisons in XFR more lenient (only
check serial).
* Fix that NSD will delete and recreate not-clean-closed databases.
Diffstat (limited to 'net/nsd')
-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 d12e489442d..b1ee7e9460d 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2014/02/12 23:18:24 tron Exp $ +# $NetBSD: Makefile,v 1.70 2014/03/12 14:47:13 pettai Exp $ -DISTNAME= nsd-4.0.1 -PKGREVISION= 1 +DISTNAME= nsd-4.0.2 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index c159d5af57f..dd9f57a0e2a 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.40 2014/01/27 12:50:56 pettai Exp $ +$NetBSD: distinfo,v 1.41 2014/03/12 14:47:13 pettai Exp $ -SHA1 (nsd-4.0.1.tar.gz) = 788cc290ade7fc6a61fe4391837d3abddbda4df0 -RMD160 (nsd-4.0.1.tar.gz) = 3f49b7a87e9c5af55e31c11215a1714b0bb86ffa -Size (nsd-4.0.1.tar.gz) = 1040758 bytes +SHA1 (nsd-4.0.2.tar.gz) = 0855a3a9613e36381cbc36bfc451fb5c92189acc +RMD160 (nsd-4.0.2.tar.gz) = 345973b65abf993b51e7245685bcafa8f8b5996e +Size (nsd-4.0.2.tar.gz) = 1042499 bytes SHA1 (patch-aa) = 92e8217360c8384f0a17d51d08bac37ef82e39a7 SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f |