pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nsd



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jan  1 07:31:54 UTC 2018

Modified Files:
        pkgsrc/net/nsd: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/nsd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/nsd/Makefile
diff -u pkgsrc/net/nsd/Makefile:1.95 pkgsrc/net/nsd/Makefile:1.96
--- pkgsrc/net/nsd/Makefile:1.95        Tue Aug 22 00:32:18 2017
+++ pkgsrc/net/nsd/Makefile     Mon Jan  1 07:31:54 2018
@@ -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/
 

Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.60 pkgsrc/net/nsd/distinfo:1.61
--- pkgsrc/net/nsd/distinfo:1.60        Sun Aug 13 11:11:42 2017
+++ pkgsrc/net/nsd/distinfo     Mon Jan  1 07:31:54 2018
@@ -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