pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nsd NSD 4.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aecf452dca7
branches:  trunk
changeset: 631706:1aecf452dca7
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Mar 12 14:47:13 2014 +0000

description:
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:

 net/nsd/Makefile |  5 ++---
 net/nsd/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 13c9449dbf60 -r 1aecf452dca7 net/nsd/Makefile
--- a/net/nsd/Makefile  Wed Mar 12 14:29:31 2014 +0000
+++ b/net/nsd/Makefile  Wed Mar 12 14:47:13 2014 +0000
@@ -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 -r 13c9449dbf60 -r 1aecf452dca7 net/nsd/distinfo
--- a/net/nsd/distinfo  Wed Mar 12 14:29:31 2014 +0000
+++ b/net/nsd/distinfo  Wed Mar 12 14:47:13 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index