Received: by mail.netbsd.org (Postfix, from userid 605) id 8267A84D5B; Sun, 8 Jan 2023 19:34:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEF5884D59 for ; Sun, 8 Jan 2023 19:34:30 +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 AqPLxFsk5oF3 for ; Sun, 8 Jan 2023 19:34:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD46A84D54 for ; Sun, 8 Jan 2023 19:34:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1CD7FA90; Sun, 8 Jan 2023 19:34:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673206469228200" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 19:34:29 +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: <20230108193429.A1CD7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673206469228200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Jan 8 19:34:29 UTC 2023 Modified Files: pkgsrc/net/nsd: Makefile distinfo Log Message: nsd: Update to 4.6.1 CHangelog: 4.6.1 ================ FEATURES: - Set ALPN "dot" token during connection establishment as per RFC9103 section 7.1 (Thanks Cesar Kuroiwa). - Add SVCB dohpath support BUG FIXES: - Fix static analyzer reports, fix wrong log print when skipping xfr, fix to print error on pipe read fail, and assert an xfr is in progress during packet checks. - Use AC_PROG_CC_STDC with autoconf versions prior to 2.70. - Add missing documentation for zone verification. - Fix #212: Change commandline control actions to always log. - Merge #231 from moritzbuhl: Fix checking if nonblocking sockets work on OpenBSD. - Change zone parsing to accept non-trailing newline. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/net/nsd/Makefile cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/nsd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673206469228200 Content-Disposition: inline Content-Length: 1475 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.120 pkgsrc/net/nsd/Makefile:1.121 --- pkgsrc/net/nsd/Makefile:1.120 Wed Aug 3 17:14:10 2022 +++ pkgsrc/net/nsd/Makefile Sun Jan 8 19:34:29 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2022/08/03 17:14:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.121 2023/01/08 19:34:29 ryoon Exp $ -DISTNAME= nsd-4.6.0 +DISTNAME= nsd-4.6.1 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ Index: pkgsrc/net/nsd/distinfo diff -u pkgsrc/net/nsd/distinfo:1.80 pkgsrc/net/nsd/distinfo:1.81 --- pkgsrc/net/nsd/distinfo:1.80 Wed Aug 3 17:14:10 2022 +++ pkgsrc/net/nsd/distinfo Sun Jan 8 19:34:29 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.80 2022/08/03 17:14:10 ryoon Exp $ +$NetBSD: distinfo,v 1.81 2023/01/08 19:34:29 ryoon Exp $ -BLAKE2s (nsd-4.6.0.tar.gz) = 6fbe465e9f173b721e8b9cffbf6eb926479eb48fed6150673a2a12a7aef3e47b -SHA512 (nsd-4.6.0.tar.gz) = e9f035e42f47ac115cb2c1d0ebdef8b13b1feebca91d4f840d36904efb5ab44a817584b28c9d0d3e236fde1581e8283bcdd554a5463d4b5788329f9245414cbb -Size (nsd-4.6.0.tar.gz) = 1273532 bytes +BLAKE2s (nsd-4.6.1.tar.gz) = 1846a9cdd691063fe83470d666e70e4ca323ec9b145696b3d0cb300347e3d565 +SHA512 (nsd-4.6.1.tar.gz) = cab557a20cf8564cbf6e38405ca28b00baa6e14105527c3b16f49f57fed5e39cdb2bcd62999bad4aff2c69e0967bdba66a1eaa7b73a0d4d99d97535cc5860bfe +Size (nsd-4.6.1.tar.gz) = 1281583 bytes SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091 --_----------=_1673206469228200--