Received: by mail.netbsd.org (Postfix, from userid 605) id D5D3084E92; Sun, 5 Sep 2021 06:38:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CC4F84E91 for ; Sun, 5 Sep 2021 06:38:55 +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 QYg6F-I8SynS for ; Sun, 5 Sep 2021 06:38:54 +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 8AFBB84D25 for ; Sun, 5 Sep 2021 06:38:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 836F0FA97; Sun, 5 Sep 2021 06:38:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630823934190900" MIME-Version: 1.0 Date: Sun, 5 Sep 2021 06:38:54 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Crypt-RIPEMD160 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210905063854.836F0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630823934190900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Sep 5 06:38:54 UTC 2021 Modified Files: pkgsrc/security/p5-Crypt-RIPEMD160: Makefile distinfo Log Message: Update to 0.08 Upstream changes: 0.08 Wed Oct 21 2020 - Switch to XSLoader 0.07 Wed Oct 21 2020 - Rename the subroutine compress to not conflict with libz's symbol - Update manifest and .gitignore - Move modules to lib/ - drop use vars and Exporter - Do not provide examples of indirect calls to the module. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/p5-Crypt-RIPEMD160/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Crypt-RIPEMD160/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630823934190900 Content-Disposition: inline Content-Length: 1844 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-RIPEMD160/Makefile diff -u pkgsrc/security/p5-Crypt-RIPEMD160/Makefile:1.34 pkgsrc/security/p5-Crypt-RIPEMD160/Makefile:1.35 --- pkgsrc/security/p5-Crypt-RIPEMD160/Makefile:1.34 Mon May 24 19:54:00 2021 +++ pkgsrc/security/p5-Crypt-RIPEMD160/Makefile Sun Sep 5 06:38:54 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2021/05/24 19:54:00 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2021/09/05 06:38:54 wen Exp $ # -DISTNAME= Crypt-RIPEMD160-0.06 +DISTNAME= Crypt-RIPEMD160-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} Index: pkgsrc/security/p5-Crypt-RIPEMD160/distinfo diff -u pkgsrc/security/p5-Crypt-RIPEMD160/distinfo:1.6 pkgsrc/security/p5-Crypt-RIPEMD160/distinfo:1.7 --- pkgsrc/security/p5-Crypt-RIPEMD160/distinfo:1.6 Wed Feb 10 04:32:03 2016 +++ pkgsrc/security/p5-Crypt-RIPEMD160/distinfo Sun Sep 5 06:38:54 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/02/10 04:32:03 wen Exp $ +$NetBSD: distinfo,v 1.7 2021/09/05 06:38:54 wen Exp $ -SHA1 (Crypt-RIPEMD160-0.06.tar.gz) = fbeadb971ecad51bb9d5f543f616742af5cde6d5 -RMD160 (Crypt-RIPEMD160-0.06.tar.gz) = 486d3e97554886773b6cae4282eccdc42bcbe4bd -SHA512 (Crypt-RIPEMD160-0.06.tar.gz) = 5c009f8e3a9e42d5fb172f74eb97ab9b7e2912b23d62556f999d6d4f244ff972f7925d357cc3dd5d1e9e708a8350f8f131f8875aae076927c6bfb506bafcc755 -Size (Crypt-RIPEMD160-0.06.tar.gz) = 58766 bytes +SHA1 (Crypt-RIPEMD160-0.08.tar.gz) = cb40b8a8b19846c285c6767c44c74554673ecc63 +RMD160 (Crypt-RIPEMD160-0.08.tar.gz) = 8516b1eceac6f0975a1228a6b8cc1f522e9c4125 +SHA512 (Crypt-RIPEMD160-0.08.tar.gz) = 435e0239c67aebdeaaa328c10bb6d12934b72c436e4eb21f177281ecd77204fdf300c0a7f38ee59bc1ca61b08cf632989ab513c4ee51c78415c722329ab9486c +Size (Crypt-RIPEMD160-0.08.tar.gz) = 60041 bytes --_----------=_1630823934190900--