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:           Sun Jun 10 04:27:03 UTC 2018

Modified Files:
        pkgsrc/net/nsd: Makefile distinfo

Log Message:
Update to 4.1.21

Changelog:
Features
    --enable-memclean cleans up memory for use with memory checkers,
      eg. valgrind.
    refuse-any nsd.conf option that refuses queries of type ANY.
    lower memory usage for tcp connections, so tcp-count can be higher.

Bug Fixes
    Fix unused variable warnings and uninit variable in statistics printout
      from clang analyzer.
    Fix spelling error in xfr-inspect.
    Fix #3562: explain build error when flex missing.
    Fix buffer size warnings from compiler on filename lengths.
    Fix #4093: Release notes not using 2018.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.62 -r1.63 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.97 pkgsrc/net/nsd/Makefile:1.98
--- pkgsrc/net/nsd/Makefile:1.97        Sun Feb 25 04:47:53 2018
+++ pkgsrc/net/nsd/Makefile     Sun Jun 10 04:27:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2018/02/25 04:47:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.98 2018/06/10 04:27:03 ryoon Exp $
 
-DISTNAME=      nsd-4.1.20
+DISTNAME=      nsd-4.1.21
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 

Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.62 pkgsrc/net/nsd/distinfo:1.63
--- pkgsrc/net/nsd/distinfo:1.62        Sun Feb 25 04:47:53 2018
+++ pkgsrc/net/nsd/distinfo     Sun Jun 10 04:27:03 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.62 2018/02/25 04:47:53 ryoon Exp $
+$NetBSD: distinfo,v 1.63 2018/06/10 04:27:03 ryoon Exp $
 
-SHA1 (nsd-4.1.20.tar.gz) = 4f6b2a6d93054c784759f34a1d44a25edbd162ce
-RMD160 (nsd-4.1.20.tar.gz) = f9ac08d67c2fb05c395e78ddd8b270efb0182257
-SHA512 (nsd-4.1.20.tar.gz) = 4e646303d9da920a9ad567ea3e04a06d8b66bc0d84117908ae69126c131321d660548f32e7bb54e248dae4f48d5152c0a204bf8bf9262ac4394371c05305b21e
-Size (nsd-4.1.20.tar.gz) = 1096797 bytes
+SHA1 (nsd-4.1.21.tar.gz) = 5f766ce1dd7d6875a4dd61bf7934f73271b9580d
+RMD160 (nsd-4.1.21.tar.gz) = faae427ae23268ff94c1cb3537cf2ee82bc51ea5
+SHA512 (nsd-4.1.21.tar.gz) = 1e37f433ff5cd4869145a575a89d6eaca6b17c0e029302e233277b400c5f0f0b76ea018d48178d6b8a75b72328f0ded9e885be836c0bb32367d6861ff11c7150
+Size (nsd-4.1.21.tar.gz) = 1099021 bytes
 SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091



Home | Main Index | Thread Index | Old Index