Received: by mail.netbsd.org (Postfix, from userid 605) id 3715E84D5A; Sat, 20 Apr 2019 07:26:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B47F684D21 for ; Sat, 20 Apr 2019 07:26:07 +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 XoxE-DEdryAP for ; Sat, 20 Apr 2019 07:26:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3974984C85 for ; Sat, 20 Apr 2019 07:26:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3425DFB16; Sat, 20 Apr 2019 07:26:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155574516740730" MIME-Version: 1.0 Date: Sat, 20 Apr 2019 07:26:07 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/net/p5-Net-DNS To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190420072607.3425DFB16@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. --_----------=_155574516740730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Sat Apr 20 07:26:07 UTC 2019 Modified Files: pkgsrc/net/p5-Net-DNS: Makefile distinfo Log Message: Update to 1.20 Upstream changes: **** 1.20 Mar 22, 2019 Revise documentation examples to use AAAA instead of A records. TSIG MAC representation changed to Base64 (align with BIND). Update Parameters.pm to resync with IANA registry. Refactor resolver test scripts. Fix rt.cpan.org #128081 Recurse.pm fails to resolve domain “kickboxingireland.ie” Fix rt.cpan.org #127307 Provide a more informative exception report if application code has no "use Net::DNS::SEC" declaration but nevertheless attempts to invoke the DNSSEC sign or verify features. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/p5-Net-DNS/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/p5-Net-DNS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155574516740730 Content-Disposition: inline Content-Length: 1612 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Net-DNS/Makefile diff -u pkgsrc/net/p5-Net-DNS/Makefile:1.86 pkgsrc/net/p5-Net-DNS/Makefile:1.87 --- pkgsrc/net/p5-Net-DNS/Makefile:1.86 Sat Dec 8 04:36:08 2018 +++ pkgsrc/net/p5-Net-DNS/Makefile Sat Apr 20 07:26:07 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.86 2018/12/08 04:36:08 wen Exp $ +# $NetBSD: Makefile,v 1.87 2019/04/20 07:26:07 wen Exp $ -DISTNAME= Net-DNS-1.19 +DISTNAME= Net-DNS-1.20 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} Index: pkgsrc/net/p5-Net-DNS/distinfo diff -u pkgsrc/net/p5-Net-DNS/distinfo:1.52 pkgsrc/net/p5-Net-DNS/distinfo:1.53 --- pkgsrc/net/p5-Net-DNS/distinfo:1.52 Sat Dec 8 04:36:08 2018 +++ pkgsrc/net/p5-Net-DNS/distinfo Sat Apr 20 07:26:07 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2018/12/08 04:36:08 wen Exp $ +$NetBSD: distinfo,v 1.53 2019/04/20 07:26:07 wen Exp $ -SHA1 (Net-DNS-1.19.tar.gz) = 3df5b6f8abd470eb785d54083c4a95de9adb7f64 -RMD160 (Net-DNS-1.19.tar.gz) = 84e512fa394453ae9d01c12b125ec5c080205880 -SHA512 (Net-DNS-1.19.tar.gz) = 82a0c1dd3f3622849efb4d9da68cb74344110f831fb8513d7cbe72bb679ba6b152082da5066a3ad37bc5bf2a0454008e75abf1954e017c354045901a9e02701d -Size (Net-DNS-1.19.tar.gz) = 256408 bytes +SHA1 (Net-DNS-1.20.tar.gz) = 9035dae0cda74da9c6bcea4986e5fd8947e6d134 +RMD160 (Net-DNS-1.20.tar.gz) = 1dd7a2e84967c34778f8b79649e3073add2e2648 +SHA512 (Net-DNS-1.20.tar.gz) = 1599d1b205a4d231a6b917fbc6da150fb77f13f4a16436ed0d8e582f709ab30e3af1435c26b381e8e33a8e015b5ed1f4958dfc3ba6dab58f02564e89c1d3b67e +Size (Net-DNS-1.20.tar.gz) = 252363 bytes --_----------=_155574516740730--