pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nsd Update to 4.1.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bf6c21f0113
branches:  trunk
changeset: 373400:8bf6c21f0113
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jan 01 07:31:54 2018 +0000

description:
Update to 4.1.19

Changelog:
NSD 4.1.19
Dec 11, 2017

Bugfixes

  * ignore fallthrough compiler warning in flex EOF rule.
  * Fix warnings emitted by clang for --enable-packed. Alignment is
    not a problem for x86_64, don't enable packed when the platform
    requires aligned access.
  * Fix spelling error in xfr-inspect.
  * Fix 3392: Fix regression in 4.1.18 for notify lists with ip4 and ip6
    targets.
  * Add test for support of -Wno-address-of-packed-member for --enable-packed.

NSD 4.1.18
Nov 30, 2017
Features

  * xfr-inspect, it is not installed, it prints xfr files from /tmp made
    with 'make xfr-inspect' in the source dir.
  * retry timeout between sending notifies dropped from 15 to 3 sec.
  * NSD sends 16 notifies simultaneously.
  * configure --enable-packed reduces memory usage, at expense of unaligned
    reads. Saves about 17%.
  * Save memory by selectively allocate precompiled nsec3 hashes, saves
    about 16% memory.
  * make ip-transparent option work on OpenBSD.
  * Save about 2% memory by changing usage count size in name tree.
  * Fix #2871: Increase number of sockets for xfrd transfers.

Bugfixes

  * Fix gcc 7.1.1 warnings.
  * Fix writev compile warning on FreeBSD.
  * Fix #1446: A corrupted zone file "propagates" to good ones.
  * nsd-control zonestatus prints wait time between attempts, for zones
    that are in that waiting time.
  * Fix collision printout of nsec3 to print name, hash and reverse.
  * Fix #1567: Change crit to err log level for gettimeofday failure.
    Add defines for compile without syslog.
  * Fix crash for DS query when parent and child zones both configured
    in nsd.conf and parent zone has not loaded properly.

diffstat:

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

diffs (29 lines):

diff -r 460eedf62407 -r 8bf6c21f0113 net/nsd/Makefile
--- a/net/nsd/Makefile  Mon Jan 01 07:10:13 2018 +0000
+++ b/net/nsd/Makefile  Mon Jan 01 07:31:54 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2017/08/22 00:32:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.96 2018/01/01 07:31:54 ryoon Exp $
 
-DISTNAME=      nsd-4.1.17
-PKGREVISION=   2
+DISTNAME=      nsd-4.1.19
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 
diff -r 460eedf62407 -r 8bf6c21f0113 net/nsd/distinfo
--- a/net/nsd/distinfo  Mon Jan 01 07:10:13 2018 +0000
+++ b/net/nsd/distinfo  Mon Jan 01 07:31:54 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.60 2017/08/13 11:11:42 nros Exp $
+$NetBSD: distinfo,v 1.61 2018/01/01 07:31:54 ryoon Exp $
 
-SHA1 (nsd-4.1.17.tar.gz) = 0189391a9a0aa8e252cfbe0ac77451258ad4ccec
-RMD160 (nsd-4.1.17.tar.gz) = d6f3d9db0fb4b990a6f70e7ad9fae27e410142db
-SHA512 (nsd-4.1.17.tar.gz) = 4cffa261b1832d0daac095e92542359ffd725918f07ec605c78a9346b1cf4a4bc21bdc59ab388eb7324a170bbd8b122cfa75e7448015b38572b47d18add24a8f
-Size (nsd-4.1.17.tar.gz) = 1089526 bytes
+SHA1 (nsd-4.1.19.tar.gz) = ad20f59dc5d73737e25783fb476ea58e94b4d431
+RMD160 (nsd-4.1.19.tar.gz) = 30769b16255d2e5380eb1f9757c2e0392af5f044
+SHA512 (nsd-4.1.19.tar.gz) = fc99590f84658311cf33428d87c84c73b231ac0c90f8ca47daedeb264642e291eb2e79f8dee304dd4dc3a73bd9c7fbe65f2bd164b120bd7b13429ad483882d82
+Size (nsd-4.1.19.tar.gz) = 1096567 bytes
 SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091



Home | Main Index | Thread Index | Old Index