Received: by mail.netbsd.org (Postfix, from userid 605) id 3B85B84FE0; Sun, 11 Sep 2022 14:17:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7561284FD3 for ; Sun, 11 Sep 2022 14:17:23 +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 W7M7rhrtX3C9 for ; Sun, 11 Sep 2022 14:17:23 +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 E633D84DA9 for ; Sun, 11 Sep 2022 14:17:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DDAE0FA90; Sun, 11 Sep 2022 14:17:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166290584292740" MIME-Version: 1.0 Date: Sun, 11 Sep 2022 14:17:22 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Digest-SHA3 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20220911141722.DDAE0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166290584292740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Sep 11 14:17:22 UTC 2022 Modified Files: pkgsrc/security/p5-Digest-SHA3: Makefile distinfo Log Message: Update to 1.05 Upstream changes: 1.05 Mon 08 Aug 2022 11:30:32 AM MST - corrected addfile to report error when stdin is a directory -- ref. rt.cpan.org #143899 -- thanks to Gregor Herrmann for pointing this out To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/p5-Digest-SHA3/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/p5-Digest-SHA3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166290584292740 Content-Disposition: inline Content-Length: 1661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Digest-SHA3/Makefile diff -u pkgsrc/security/p5-Digest-SHA3/Makefile:1.20 pkgsrc/security/p5-Digest-SHA3/Makefile:1.21 --- pkgsrc/security/p5-Digest-SHA3/Makefile:1.20 Tue Jun 28 11:35:47 2022 +++ pkgsrc/security/p5-Digest-SHA3/Makefile Sun Sep 11 14:17:22 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2022/06/28 11:35:47 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/09/11 14:17:22 wen Exp $ -DISTNAME= Digest-SHA3-1.04 +DISTNAME= Digest-SHA3-1.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} Index: pkgsrc/security/p5-Digest-SHA3/distinfo diff -u pkgsrc/security/p5-Digest-SHA3/distinfo:1.13 pkgsrc/security/p5-Digest-SHA3/distinfo:1.14 --- pkgsrc/security/p5-Digest-SHA3/distinfo:1.13 Tue Oct 26 11:17:31 2021 +++ pkgsrc/security/p5-Digest-SHA3/distinfo Sun Sep 11 14:17:22 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 11:17:31 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/09/11 14:17:22 wen Exp $ -BLAKE2s (Digest-SHA3-1.04.tar.gz) = ea815b0677d8920b03278be934e67613cbfa28c0ca86866e81ac70bd176149c9 -SHA512 (Digest-SHA3-1.04.tar.gz) = 2737780f2ca6c8bef18477fd9311754e69bb4d00831e7e2cd4bbf170f3e312bdf86cb84ed0693efb3f386dfa6c03d56ef48cb4021d6b02fdc44b3fb8e973ac29 -Size (Digest-SHA3-1.04.tar.gz) = 29660 bytes +BLAKE2s (Digest-SHA3-1.05.tar.gz) = c8b2d2c94921b0e798c55cff704cf6b0b31738b6adc960e54c4a754794ed47ad +SHA512 (Digest-SHA3-1.05.tar.gz) = ca98baa404353b1f3615b7207470c70b9e1fe12eca961348291cbdb697c3e373b745efecbdfeee9ca23d511fa0e346dea831460e61189a526ac673c989192739 +Size (Digest-SHA3-1.05.tar.gz) = 29416 bytes --_----------=_166290584292740--