Received: by mail.netbsd.org (Postfix, from userid 605) id 046E084E41; Wed, 21 Aug 2019 14:19:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FDDF84CD3 for ; Wed, 21 Aug 2019 14:19:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vwnxqD9m7zqe for ; Wed, 21 Aug 2019 14:19:17 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F152484C2B for ; Wed, 21 Aug 2019 14:19:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E745FFBF4; Wed, 21 Aug 2019 14:19:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566397140233380" MIME-Version: 1.0 Date: Wed, 21 Aug 2019 14:19:00 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/knot To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190821141900.E745FFBF4@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. --_----------=_1566397140233380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Aug 21 14:19:00 UTC 2019 Modified Files: pkgsrc/net/knot: Makefile distinfo Log Message: Update to 2.8.3 Changelog: Features: Added cert/key file configuration for TLS in kdig (Thanks to Alexander Schultz) Improvements: More verbose log message for offline-KSK signing Module RRL logs affected source address subnet instead of only one source address Extended DNSSEC policy configuration checks Various improvements in the documentation Bugfixes: Excessive server load when maximum TCP clients limit is reached Incorrect reply after zone update with a node changed from non-authoritative to delegation Wrong error line number in a config file if it contains leading tab character Config file error message contains unrelated parsing context NSEC3 salt not updated when reconfigured to zero length Kjournalprint sometimes prints a random value for per-zone occupation Missing debug log for failed zone refresh triggered by zone notification DS check not scheduled when reconfigured Broken unit test on NetBSD 8.x To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/knot/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/knot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566397140233380 Content-Disposition: inline Content-Length: 1627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/knot/Makefile diff -u pkgsrc/net/knot/Makefile:1.46 pkgsrc/net/knot/Makefile:1.47 --- pkgsrc/net/knot/Makefile:1.46 Sat Jul 20 22:46:39 2019 +++ pkgsrc/net/knot/Makefile Wed Aug 21 14:19:00 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2019/07/20 22:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2019/08/21 14:19:00 ryoon Exp $ -DISTNAME= knot-2.8.2 -PKGREVISION= 1 +DISTNAME= knot-2.8.3 CATEGORIES= net MASTER_SITES= https://secure.nic.cz/files/knot-dns/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/knot/distinfo diff -u pkgsrc/net/knot/distinfo:1.27 pkgsrc/net/knot/distinfo:1.28 --- pkgsrc/net/knot/distinfo:1.27 Thu Jun 13 23:47:05 2019 +++ pkgsrc/net/knot/distinfo Wed Aug 21 14:19:00 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2019/06/13 23:47:05 ryoon Exp $ +$NetBSD: distinfo,v 1.28 2019/08/21 14:19:00 ryoon Exp $ -SHA1 (knot-2.8.2.tar.xz) = 46288679fe5547d301968b7054b7aa1a2f460d42 -RMD160 (knot-2.8.2.tar.xz) = 2e03a0a5e0fbb718d4e1e661b5b3a68d484e68e5 -SHA512 (knot-2.8.2.tar.xz) = d7a045cc7b1a1f43b9536283d4202d7f8f36ac2160e0b985b40f318cc0041f3c3e977ff2db6f518dd37ea62d93d0d3f617bca1ac0dff81185bf5dcb9c1eac97b -Size (knot-2.8.2.tar.xz) = 1193760 bytes +SHA1 (knot-2.8.3.tar.xz) = 1af4446d9a27d5202dfb5ad20408c3fae9798015 +RMD160 (knot-2.8.3.tar.xz) = ced1cffefdf808a2807b0ba6147a62ffdab4dbe0 +SHA512 (knot-2.8.3.tar.xz) = a5743181807b944c9b6dfce845f009c576125c114fbac7b87592129b724628466740fb77e41cabd8aaf9f046374a9337a1c97ea74b33afae1af6e39e21f8e662 +Size (knot-2.8.3.tar.xz) = 1206172 bytes SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b --_----------=_1566397140233380--