Received: by mail.netbsd.org (Postfix, from userid 605) id DD56484D46; Sun, 13 Sep 2020 08:06:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 630DF84D45 for ; Sun, 13 Sep 2020 08:06:07 +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 tAtQDTZevGpe for ; Sun, 13 Sep 2020 08:06:06 +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 D39AD84CCD for ; Sun, 13 Sep 2020 08:06:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C01DBFB28; Sun, 13 Sep 2020 08:06:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599984366258190" MIME-Version: 1.0 Date: Sun, 13 Sep 2020 08:06:06 +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: <20200913080606.C01DBFB28@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. --_----------=_1599984366258190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 13 08:06:06 UTC 2020 Modified Files: pkgsrc/net/p5-Net-DNS: Makefile distinfo Log Message: p5-Net-DNS: update to 1.27. **** 1.27 Sep 11, 2020 Fix rt.cpan.org #133203 Net::DNS::RR::LOC erroneously strips non default values from string representation To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/p5-Net-DNS/Makefile cvs rdiff -u -r1.56 -r1.57 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. --_----------=_1599984366258190 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.93 pkgsrc/net/p5-Net-DNS/Makefile:1.94 --- pkgsrc/net/p5-Net-DNS/Makefile:1.93 Mon Sep 7 12:43:08 2020 +++ pkgsrc/net/p5-Net-DNS/Makefile Sun Sep 13 08:06:06 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2020/09/07 12:43:08 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2020/09/13 08:06:06 wiz Exp $ -DISTNAME= Net-DNS-1.26 +DISTNAME= Net-DNS-1.27 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.56 pkgsrc/net/p5-Net-DNS/distinfo:1.57 --- pkgsrc/net/p5-Net-DNS/distinfo:1.56 Mon Sep 7 12:43:08 2020 +++ pkgsrc/net/p5-Net-DNS/distinfo Sun Sep 13 08:06:06 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.56 2020/09/07 12:43:08 wiz Exp $ +$NetBSD: distinfo,v 1.57 2020/09/13 08:06:06 wiz Exp $ -SHA1 (Net-DNS-1.26.tar.gz) = 5064b84b3200b15d9935447a66344d7be0c1510b -RMD160 (Net-DNS-1.26.tar.gz) = 114c5039e83bc0c59462842c6f82eda4819180a4 -SHA512 (Net-DNS-1.26.tar.gz) = 50af13d3f5d6d1e47b3944081e10018e62c0ad144160420f3e1e9176a42392db6c5b6275b688c6a786d0e7c6873cc641e08faac3b66679a0bd75a004004ffcc6 -Size (Net-DNS-1.26.tar.gz) = 262622 bytes +SHA1 (Net-DNS-1.27.tar.gz) = 76a53278bbceffecc3c52d4728384aa0c4a50581 +RMD160 (Net-DNS-1.27.tar.gz) = 6fa37304cd3d8168be0f705431834405c780edee +SHA512 (Net-DNS-1.27.tar.gz) = 11cd450cddbd0a297f3e04ef24dfd59ec8e81e1c49732d9fc71f474658b84b1ddc71efeb5e8122977ef9de50136066418e558fe784dc73a57f1f6f67cbcf7536 +Size (Net-DNS-1.27.tar.gz) = 262982 bytes --_----------=_1599984366258190--