Received: by mail.netbsd.org (Postfix, from userid 605) id B0A8B84D6D; Wed, 2 Jan 2019 14:25:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E36784D56 for ; Wed, 2 Jan 2019 14:25:40 +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 B18OMJIJiis1 for ; Wed, 2 Jan 2019 14:25:39 +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 C16D384CEE for ; Wed, 2 Jan 2019 14:25:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B769FFB16; Wed, 2 Jan 2019 14:25:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154643913982670" MIME-Version: 1.0 Date: Wed, 2 Jan 2019 14:25:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/misc/rhash To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190102142539.B769FFB16@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. --_----------=_154643913982670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 2 14:25:39 UTC 2019 Modified Files: pkgsrc/misc/rhash: Makefile distinfo Log Message: rhash: updated to 1.3.7 RHash v1.3.7 option --message==' to calculate a hash for string option --crc32c' for CRC32C hash function changed magnet link short option from '-m' to '-g' Bugfix: --file-list=-' shall read a file list from stdin speedup CRC32 hash function To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/rhash/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/rhash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154643913982670 Content-Disposition: inline Content-Length: 1573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/rhash/Makefile diff -u pkgsrc/misc/rhash/Makefile:1.9 pkgsrc/misc/rhash/Makefile:1.10 --- pkgsrc/misc/rhash/Makefile:1.9 Tue Jul 17 10:56:24 2018 +++ pkgsrc/misc/rhash/Makefile Wed Jan 2 14:25:39 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2018/07/17 10:56:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2019/01/02 14:25:39 adam Exp $ -DISTNAME= rhash-1.3.6 -PKGREVISION= 1 +DISTNAME= rhash-1.3.7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=rhash/} GITHUB_PROJECT= RHash Index: pkgsrc/misc/rhash/distinfo diff -u pkgsrc/misc/rhash/distinfo:1.10 pkgsrc/misc/rhash/distinfo:1.11 --- pkgsrc/misc/rhash/distinfo:1.10 Sat Mar 17 08:02:14 2018 +++ pkgsrc/misc/rhash/distinfo Wed Jan 2 14:25:39 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2018/03/17 08:02:14 adam Exp $ +$NetBSD: distinfo,v 1.11 2019/01/02 14:25:39 adam Exp $ -SHA1 (rhash-1.3.6.tar.gz) = 62a89fcf39cc8e243d82a860e3ec53dab4e8af69 -RMD160 (rhash-1.3.6.tar.gz) = f0760ffd29ca7af540ea35c89108642cc902f361 -SHA512 (rhash-1.3.6.tar.gz) = 54f7f238ed1fdc01c29cc1338fa86be90b69beff0df8f20d24ce9cb3c48c7f4668b84a3fe0d4d8b04b54bc8145485d493435edf3219de3a637af0f9c007c85c6 -Size (rhash-1.3.6.tar.gz) = 328097 bytes +SHA1 (rhash-1.3.7.tar.gz) = d5c5cea302e070ec97e99f791628a3cdf8a22baf +RMD160 (rhash-1.3.7.tar.gz) = 86c5947627796172bcd1639a1c3d88f21b2f499b +SHA512 (rhash-1.3.7.tar.gz) = 182f474b0f0a39f9e0adb7e34fcc5ddca6f00e75d7cf6b846da33af166257b2ed38be70aa71e6732c4e6cbdd156712790b8bc5340933b65f3ce57269835d1585 +Size (rhash-1.3.7.tar.gz) = 362981 bytes --_----------=_154643913982670--