Received: by mail.netbsd.org (Postfix, from userid 605) id A71EC84D74; Mon, 23 Oct 2017 13:02:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3170D84CE4 for ; Mon, 23 Oct 2017 13:02:52 +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 rsl76jqta3wQ for ; Mon, 23 Oct 2017 13:02:51 +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 B34BE84C2E for ; Mon, 23 Oct 2017 13:02:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B13E1FBDE; Mon, 23 Oct 2017 13:02:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508763771292400" MIME-Version: 1.0 Date: Mon, 23 Oct 2017 13:02:51 +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: <20171023130251.B13E1FBDE@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. --_----------=_1508763771292400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 23 13:02:51 UTC 2017 Modified Files: pkgsrc/net/p5-Net-DNS: Makefile distinfo Log Message: p5-Net-DNS: update to 1.13. **** 1.13 Oct 18, 2017 Feature IDN query support Queries for domain names containing non-ASCII characters are now possible on Unicode platforms using CPAN Net::LibIDN2 To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/p5-Net-DNS/Makefile cvs rdiff -u -r1.46 -r1.47 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. --_----------=_1508763771292400 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.79 pkgsrc/net/p5-Net-DNS/Makefile:1.80 --- pkgsrc/net/p5-Net-DNS/Makefile:1.79 Mon Sep 4 12:34:18 2017 +++ pkgsrc/net/p5-Net-DNS/Makefile Mon Oct 23 13:02:51 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2017/09/04 12:34:18 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2017/10/23 13:02:51 wiz Exp $ -DISTNAME= Net-DNS-1.12 +DISTNAME= Net-DNS-1.13 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.46 pkgsrc/net/p5-Net-DNS/distinfo:1.47 --- pkgsrc/net/p5-Net-DNS/distinfo:1.46 Mon Sep 4 12:34:18 2017 +++ pkgsrc/net/p5-Net-DNS/distinfo Mon Oct 23 13:02:51 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2017/09/04 12:34:18 wiz Exp $ +$NetBSD: distinfo,v 1.47 2017/10/23 13:02:51 wiz Exp $ -SHA1 (Net-DNS-1.12.tar.gz) = d19bfe360af588793d39b8b2b623b0916324bdd4 -RMD160 (Net-DNS-1.12.tar.gz) = 4e29f3ece942275b9fc63eff08113e9751ed00a2 -SHA512 (Net-DNS-1.12.tar.gz) = 78a2ad0736819f59d1dcb7b38387d0e72fa5715f0c7aa0e37e1ba64025e535a3a5145e7dd0ce46c10e1af4b5941f0fc4fa17dd9735eb1e3173fc13ef138c8de1 -Size (Net-DNS-1.12.tar.gz) = 262534 bytes +SHA1 (Net-DNS-1.13.tar.gz) = 48dd6d7541426965caa50507a0e365d94edb3ed7 +RMD160 (Net-DNS-1.13.tar.gz) = a83bd9108e1cd4ef3a631834d07ce9809efccd09 +SHA512 (Net-DNS-1.13.tar.gz) = ac42d5b5d1849de11813404b9915f2b54cc4d44e2f6a52c8c5c714ae30bab594b2d27701957238c1dbb09544320822c25f19ff50ce33210c289379aa67400636 +Size (Net-DNS-1.13.tar.gz) = 251658 bytes --_----------=_1508763771292400--