Received: by mail.netbsd.org (Postfix, from userid 605) id 09DC284FC8; Sun, 10 Jun 2018 04:27:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EA8484FC7 for ; Sun, 10 Jun 2018 04:27:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id l43p6k2gduiK for ; Sun, 10 Jun 2018 04:27:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 58B2584FBE for ; Sun, 10 Jun 2018 04:27:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52E16FBEC; Sun, 10 Jun 2018 04:27:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1528604823191300" MIME-Version: 1.0 Date: Sun, 10 Jun 2018 04:27:03 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/nsd To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180610042703.52E16FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1528604823191300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1528604823191300 Content-Disposition: inline Content-Length: 1566 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1528604823191300--