Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1EEDD7A1AF for ; Wed, 17 May 2017 11:01:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B804285779; Wed, 17 May 2017 11:01:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 478B7855A0 for ; Wed, 17 May 2017 11:01:01 +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 vbxg0WgyRf9G for ; Wed, 17 May 2017 11:01:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CBCF184D99 for ; Wed, 17 May 2017 11:01:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8509FBE4; Wed, 17 May 2017 11:01:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1495018860149820" MIME-Version: 1.0 Date: Wed, 17 May 2017 11:01:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/p5-Net-DNS To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170517110100.C8509FBE4@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. --_----------=_1495018860149820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 17 11:01:00 UTC 2017 Modified Files: pkgsrc/net/p5-Net-DNS: Makefile distinfo Log Message: Updated p5-Net-DNS to 1.10. **** 1.10 May 5, 2017 Fix rt.cpan.org #120748 Net::DNS::Resolver::MSWin32 critical issue Thanks to Dmytro Zagashev for his valuable assistence during the investigation which exposed five distinct issues. Feature rt.cpan.org #18819 Perl 5.22.0 puts EBCDIC character encoding back on the agenda. Thanks to Yaroslav Kuzmin for successful test build on os390. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/p5-Net-DNS/Makefile cvs rdiff -u -r1.43 -r1.44 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. --_----------=_1495018860149820 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.75 pkgsrc/net/p5-Net-DNS/Makefile:1.76 --- pkgsrc/net/p5-Net-DNS/Makefile:1.75 Wed Apr 5 15:29:22 2017 +++ pkgsrc/net/p5-Net-DNS/Makefile Wed May 17 11:01:00 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2017/04/05 15:29:22 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2017/05/17 11:01:00 wiz Exp $ -DISTNAME= Net-DNS-1.09 +DISTNAME= Net-DNS-1.10 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.43 pkgsrc/net/p5-Net-DNS/distinfo:1.44 --- pkgsrc/net/p5-Net-DNS/distinfo:1.43 Wed Apr 5 15:29:22 2017 +++ pkgsrc/net/p5-Net-DNS/distinfo Wed May 17 11:01:00 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2017/04/05 15:29:22 wiz Exp $ +$NetBSD: distinfo,v 1.44 2017/05/17 11:01:00 wiz Exp $ -SHA1 (Net-DNS-1.09.tar.gz) = fd9f2fbe9f97c57218028f458c81dc6cd00d74ef -RMD160 (Net-DNS-1.09.tar.gz) = 8a7c511c20075ae348f4a07f868505ed3b537c14 -SHA512 (Net-DNS-1.09.tar.gz) = 82dbdf9e38992fab34687a204520d7311d688830aadee329039595d0ac52d4c485cc90b1388af3abfa4c16c70aa619b22c6cded264807cd759898de5e3b76273 -Size (Net-DNS-1.09.tar.gz) = 259772 bytes +SHA1 (Net-DNS-1.10.tar.gz) = 02c1009ae2010c7248ad7c749e93bdbd275e6ecc +RMD160 (Net-DNS-1.10.tar.gz) = 9fcbd062d21df6456d6e22ea60cc71ca189cd41c +SHA512 (Net-DNS-1.10.tar.gz) = 2184b0d35f7002d793b10238582ca80d9d1ee06543f10b287e7cb77e5234efc49865ea6b2a87184c45b002bba0b42ad3fd84ff8743f79e2841ccecb597b98962 +Size (Net-DNS-1.10.tar.gz) = 261413 bytes --_----------=_1495018860149820--