Received: by mail.netbsd.org (Postfix, from userid 605) id 60CAA84D79; Sun, 15 Oct 2017 04:11:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E931B84D38 for ; Sun, 15 Oct 2017 04:11:04 +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 2bLWMukl1-Pk for ; Sun, 15 Oct 2017 04:11:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7AF2084CF0 for ; Sun, 15 Oct 2017 04:11:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 763D3FBC7; Sun, 15 Oct 2017 04:11:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150804066454780" MIME-Version: 1.0 Date: Sun, 15 Oct 2017 04:11:04 +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: <20171015041104.763D3FBC7@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. --_----------=_150804066454780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Oct 15 04:11:04 UTC 2017 Modified Files: pkgsrc/security/p5-Digest-SHA3: Makefile distinfo Log Message: Update to 1.00 Upstream changes: 1.00 Sat Oct 14 18:08:10 MST 2017 - promoted to major release version 1.0 -- module stable enough not to be considered draft - fixed alignment issue in BITS mode of addfile -- surfaced only for large non-aligned inputs To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/p5-Digest-SHA3/Makefile cvs rdiff -u -r1.7 -r1.8 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. --_----------=_150804066454780 Content-Disposition: inline Content-Length: 1738 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.10 pkgsrc/security/p5-Digest-SHA3/Makefile:1.11 --- pkgsrc/security/p5-Digest-SHA3/Makefile:1.10 Mon Oct 9 07:37:32 2017 +++ pkgsrc/security/p5-Digest-SHA3/Makefile Sun Oct 15 04:11:04 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2017/10/09 07:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/10/15 04:11:04 wen Exp $ -DISTNAME= Digest-SHA3-0.27 +DISTNAME= Digest-SHA3-1.00 PKGNAME= p5-${DISTNAME} 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.7 pkgsrc/security/p5-Digest-SHA3/distinfo:1.8 --- pkgsrc/security/p5-Digest-SHA3/distinfo:1.7 Mon Oct 9 07:37:32 2017 +++ pkgsrc/security/p5-Digest-SHA3/distinfo Sun Oct 15 04:11:04 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/10/09 07:37:32 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/10/15 04:11:04 wen Exp $ -SHA1 (Digest-SHA3-0.27.tar.gz) = 85288ff8595cde0008676153a17542f2c654021b -RMD160 (Digest-SHA3-0.27.tar.gz) = fc6da9bf51868fd58cfb888754c066d8df211de3 -SHA512 (Digest-SHA3-0.27.tar.gz) = 5cf4e7054fc71e04b7b6fcce510201da54652442dc09d003d5517ec2515b643115cbe675f4cc18727eb8d81e6c17c50ed89b9bbb21d8a67a9342eba4128269af -Size (Digest-SHA3-0.27.tar.gz) = 28108 bytes +SHA1 (Digest-SHA3-1.00.tar.gz) = ba9158a4a9f2e9f74a460e6d4681e6af8e978886 +RMD160 (Digest-SHA3-1.00.tar.gz) = 975fece362d29b643cc99ce357b83ce33096fff3 +SHA512 (Digest-SHA3-1.00.tar.gz) = e378817f15910311db55fa91a0bd22124c3564300dbaf761400ed5523a3b4a7b9f94f58e5fa0ffa75c22d1e0cbded83f2bef0cb03caf2dd6568feada1e92c49e +Size (Digest-SHA3-1.00.tar.gz) = 28424 bytes --_----------=_150804066454780--