Received: by mail.netbsd.org (Postfix, from userid 605) id A3BE484EEE; Tue, 6 Jul 2021 07:53:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBECB84D5B for ; Tue, 6 Jul 2021 07:53:04 +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 Km07fSV-pOLt for ; Tue, 6 Jul 2021 07:53:04 +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 59E1884D0E for ; Tue, 6 Jul 2021 07:53:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50EC8FA95; Tue, 6 Jul 2021 07:53:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625557983266280" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 07:53:03 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Net-DNS-SEC To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706075303.50EC8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625557983266280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 07:53:03 UTC 2021 Modified Files: pkgsrc/security/p5-Net-DNS-SEC: Makefile distinfo Log Message: Update to 1.18 Upstream changes: 1.18 Oct 2, 2020 Eliminate bareword filehandle usage. Eliminate indirect object syntax. Eliminate grep/map . To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/p5-Net-DNS-SEC/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/p5-Net-DNS-SEC/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625557983266280 Content-Disposition: inline Content-Length: 1768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Net-DNS-SEC/Makefile diff -u pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.52 pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.53 --- pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.52 Mon May 24 19:54:04 2021 +++ pkgsrc/security/p5-Net-DNS-SEC/Makefile Tue Jul 6 07:53:03 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2021/05/24 19:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2021/07/06 07:53:03 wen Exp $ -DISTNAME= Net-DNS-SEC-1.17 +DISTNAME= Net-DNS-SEC-1.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} Index: pkgsrc/security/p5-Net-DNS-SEC/distinfo diff -u pkgsrc/security/p5-Net-DNS-SEC/distinfo:1.20 pkgsrc/security/p5-Net-DNS-SEC/distinfo:1.21 --- pkgsrc/security/p5-Net-DNS-SEC/distinfo:1.20 Mon Sep 7 14:30:22 2020 +++ pkgsrc/security/p5-Net-DNS-SEC/distinfo Tue Jul 6 07:53:03 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2020/09/07 14:30:22 wiz Exp $ +$NetBSD: distinfo,v 1.21 2021/07/06 07:53:03 wen Exp $ -SHA1 (Net-DNS-SEC-1.17.tar.gz) = 4da25e31616f5b37d9a744cdca6d8bf2c100dcc3 -RMD160 (Net-DNS-SEC-1.17.tar.gz) = 7fe68b537ec763c6703e06520e6b463ea9b4ffe8 -SHA512 (Net-DNS-SEC-1.17.tar.gz) = 1698d94387a28258f78bc0d233aa3b0be4d80595fc2e3351bcdf0ae38261c01f46f0752c93fba28ef7d4df1b9f796c351d4d096db72faf9eb75f8561094b3b0d -Size (Net-DNS-SEC-1.17.tar.gz) = 46505 bytes +SHA1 (Net-DNS-SEC-1.18.tar.gz) = c9eb8d6a9c67f96d53fe48a454b70d3795503ce9 +RMD160 (Net-DNS-SEC-1.18.tar.gz) = 3840c75341cf08ff448fbae771d6a167c6ef377b +SHA512 (Net-DNS-SEC-1.18.tar.gz) = 44f1bbcd9b5c8759ccbb8a9c40efb3d0533a991d6d9aec63ec8b1347a4cbf314470efebe4e5bc59fb19427405a4b8d41682c5231427783cace8f9779bccdc893 +Size (Net-DNS-SEC-1.18.tar.gz) = 46301 bytes --_----------=_1625557983266280--