pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nsd 4.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0e626b77a0e
branches:  trunk
changeset: 629754:f0e626b77a0e
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Mon Jan 27 12:50:56 2014 +0000

description:
4.0.1

Features:
* recognizes ip-address and interface as synonyms for convenience.
* Support for EUI48 and EUI64 RR types enabled by default (RFC 7043).
* Support for CAA RRtype (RFC 6844).
* NSID can be set with "ascii_somestring" in ascii.

Bug fixes:
* Fix xfrd when zone transfer TCP contains zero length packets.
* Fix for NSEC3 zones where parent zone is co-hosted, also NSEC3,
  because AXFRs overwrote nsec3 administration in the child zone.
* Fix that bad IXFR updates do not result in double SOA records,
  and that an AXFR is started (attempted) when the zone state seems
  to be inconsistent with the master's zone state.
* Log ip address for sendto and sendmmsg failures.
* Fix segfaults after read of zones with rr type WKS from zonefile.
* Seed PRNG for openssl at start of daemon, fixes SSL connection issue.
* Bugfix #534: IXFR query loop over UDP for zones that are unchanged.
* (same as in 3.2.16): fix wildcard cname to nxdomain repeated rrset.
* (same as in 3.2.16): Bugfix #542: Match RRSIG TTL with SOA TTL in
  negative response.
* Check if configure in srcdir collides with outofdir build.
* Fix #546:  output format errors in nsd_munin_ (Thanks Tom Hendrikx).
* Fix printout of high-chars in TXT on NetBSD.

diffstat:

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

diffs (27 lines):

diff -r e4944069ba88 -r f0e626b77a0e net/nsd/Makefile
--- a/net/nsd/Makefile  Mon Jan 27 11:17:06 2014 +0000
+++ b/net/nsd/Makefile  Mon Jan 27 12:50:56 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2013/11/24 09:39:44 pettai Exp $
+# $NetBSD: Makefile,v 1.68 2014/01/27 12:50:56 pettai Exp $
 
-DISTNAME=      nsd-4.0.0
+DISTNAME=      nsd-4.0.1
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 
diff -r e4944069ba88 -r f0e626b77a0e net/nsd/distinfo
--- a/net/nsd/distinfo  Mon Jan 27 11:17:06 2014 +0000
+++ b/net/nsd/distinfo  Mon Jan 27 12:50:56 2014 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.39 2013/10/29 15:13:34 pettai Exp $
+$NetBSD: distinfo,v 1.40 2014/01/27 12:50:56 pettai Exp $
 
-SHA1 (nsd-4.0.0.tar.gz) = b3ebd669be8e830f62062d12be55242ca41da369
-RMD160 (nsd-4.0.0.tar.gz) = a607d92a35bb12e04489a5d29c8232a87380608b
-Size (nsd-4.0.0.tar.gz) = 1035710 bytes
+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 (patch-aa) = 92e8217360c8384f0a17d51d08bac37ef82e39a7
 SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f



Home | Main Index | Thread Index | Old Index