Received: by mail.netbsd.org (Postfix, from userid 605) id 116B184EF2; Tue, 6 Jul 2021 03:33:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7599484F08 for ; Tue, 6 Jul 2021 03:33:11 +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 6psiCWKJOl3k for ; Tue, 6 Jul 2021 03:33:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E77A584F06 for ; Tue, 6 Jul 2021 03:33:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF5F5FA95; Tue, 6 Jul 2021 03:33:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162554238957220" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 03:33:09 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Digest-CRC To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706033309.DF5F5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162554238957220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 03:33:09 UTC 2021 Modified Files: pkgsrc/security/p5-Digest-CRC: Makefile distinfo Log Message: Update to 0.23 Upstream changes: 0.23 Thu Apr 15 13:02:04 2021 - added wrapper for CRC-SAE-J1850 To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/p5-Digest-CRC/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/p5-Digest-CRC/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162554238957220 Content-Disposition: inline Content-Length: 2009 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Digest-CRC/Makefile diff -u pkgsrc/security/p5-Digest-CRC/Makefile:1.35 pkgsrc/security/p5-Digest-CRC/Makefile:1.36 --- pkgsrc/security/p5-Digest-CRC/Makefile:1.35 Mon May 24 19:54:02 2021 +++ pkgsrc/security/p5-Digest-CRC/Makefile Tue Jul 6 03:33:09 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2021/05/24 19:54:02 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2021/07/06 03:33:09 wen Exp $ -DISTNAME= Digest-CRC-0.22.2 +DISTNAME= Digest-CRC-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OL/OLIMAUL/} @@ -12,7 +11,6 @@ COMMENT= Perl5 extension interface for c LICENSE= public-domain PERL5_PACKLIST= auto/Digest/CRC/.packlist -WRKSRC= ${WRKDIR}/Digest-CRC-0.22 .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/p5-Digest-CRC/distinfo diff -u pkgsrc/security/p5-Digest-CRC/distinfo:1.11 pkgsrc/security/p5-Digest-CRC/distinfo:1.12 --- pkgsrc/security/p5-Digest-CRC/distinfo:1.11 Wed Sep 27 20:43:52 2017 +++ pkgsrc/security/p5-Digest-CRC/distinfo Tue Jul 6 03:33:09 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/09/27 20:43:52 wiz Exp $ +$NetBSD: distinfo,v 1.12 2021/07/06 03:33:09 wen Exp $ -SHA1 (Digest-CRC-0.22.2.tar.gz) = 485251096879d507478d4ed57620b5cb98f35db0 -RMD160 (Digest-CRC-0.22.2.tar.gz) = 37484f532f41357b51005781bc8bd96621e507d2 -SHA512 (Digest-CRC-0.22.2.tar.gz) = 983dfb3a39ca054819906bd67251f0e275a55d4ab1873146a8bbe36dee3d979e67a36f3fc53ce18608873a1c68ba30d6de8c59b58ae57a7e36e6816551752875 -Size (Digest-CRC-0.22.2.tar.gz) = 8175 bytes +SHA1 (Digest-CRC-0.23.tar.gz) = 579926231faf1c844a8173654b000d61210a693b +RMD160 (Digest-CRC-0.23.tar.gz) = 00b0687be2fc4ae715c497e2bd5f167d61d269f3 +SHA512 (Digest-CRC-0.23.tar.gz) = b92e40bf717882b0e694c6552a88f13ac92a569e4484eedfdfc57b7fe867e29a81e228d00c29e9e4ba120cb9e0ca4d10db12cad5af185893ebcd89b1be87d2c1 +Size (Digest-CRC-0.23.tar.gz) = 8237 bytes --_----------=_162554238957220--