Received: by mail.netbsd.org (Postfix, from userid 605) id 923BE84D8E; Mon, 9 Oct 2017 07:36:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25C5E84D83 for ; Mon, 9 Oct 2017 07:36:55 +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 MV5tNNAL3xrj for ; Mon, 9 Oct 2017 07:36:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A687084D65 for ; Mon, 9 Oct 2017 07:36:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4DAEFBC7; Mon, 9 Oct 2017 07:36:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507534614216790" MIME-Version: 1.0 Date: Mon, 9 Oct 2017 07:36:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-Digest-SHA To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171009073654.A4DAEFBC7@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. --_----------=_1507534614216790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 9 07:36:54 UTC 2017 Modified Files: pkgsrc/security/p5-Digest-SHA: Makefile distinfo Log Message: p5-Digest-SHA: update to 5.98. 5.98 Wed Oct 4 00:40:02 MST 2017 - removed "portable" mode from shasum and addfile -- rarely used, mostly in outdated systems -- potentially confusing features (e.g. \r\r\n -> \n) -- Universal Newlines mode (-U) a much cleaner approach -- mimics Universal Newlines in Python - shasum now uses Digest::SHA explicitly -- no longer loads Digest::SHA::PurePerl as an option -- hence no need for -R switch -- Digest::SHA::PurePerl has its own shasum: shasumpp To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/p5-Digest-SHA/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/p5-Digest-SHA/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507534614216790 Content-Disposition: inline Content-Length: 1723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Digest-SHA/Makefile diff -u pkgsrc/security/p5-Digest-SHA/Makefile:1.40 pkgsrc/security/p5-Digest-SHA/Makefile:1.41 --- pkgsrc/security/p5-Digest-SHA/Makefile:1.40 Wed Sep 6 13:24:39 2017 +++ pkgsrc/security/p5-Digest-SHA/Makefile Mon Oct 9 07:36:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2017/09/06 13:24:39 wen Exp $ +# $NetBSD: Makefile,v 1.41 2017/10/09 07:36:54 wiz Exp $ -DISTNAME= Digest-SHA-5.97 +DISTNAME= Digest-SHA-5.98 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} Index: pkgsrc/security/p5-Digest-SHA/distinfo diff -u pkgsrc/security/p5-Digest-SHA/distinfo:1.24 pkgsrc/security/p5-Digest-SHA/distinfo:1.25 --- pkgsrc/security/p5-Digest-SHA/distinfo:1.24 Wed Sep 6 13:24:39 2017 +++ pkgsrc/security/p5-Digest-SHA/distinfo Mon Oct 9 07:36:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/09/06 13:24:39 wen Exp $ +$NetBSD: distinfo,v 1.25 2017/10/09 07:36:54 wiz Exp $ -SHA1 (Digest-SHA-5.97.tar.gz) = 020d3fe4593740a93c5f9ad5432c7125b0696794 -RMD160 (Digest-SHA-5.97.tar.gz) = 1182416f38814031758760597a1354ad452d0b40 -SHA512 (Digest-SHA-5.97.tar.gz) = 834da9508f0345d9a8299915ea89ab239f33c095f587b296fb6ef232a7fbb1eb946e81df8e3bdb79ebb8508d9b94337f03f8a45e4b95751a4532bdba10ee6bd0 -Size (Digest-SHA-5.97.tar.gz) = 46604 bytes +SHA1 (Digest-SHA-5.98.tar.gz) = 8aac08059394842f1d1685c1a01c2162f7b94e1d +RMD160 (Digest-SHA-5.98.tar.gz) = ffb9fbddc3e9c9bfb5b494071ae0c87c2a3da5f3 +SHA512 (Digest-SHA-5.98.tar.gz) = 341e3c74062e7e78b0e44c166fdcf73f79920df26a6463ea473b7d7428bdbe597db4d78afc53e642b98a066a4b3fc5886f58bac720946c8e7ed5a1d07a0d2ef2 +Size (Digest-SHA-5.98.tar.gz) = 45914 bytes --_----------=_1507534614216790--