Received: by mail.netbsd.org (Postfix, from userid 605) id B3BE184D55; Sun, 15 Dec 2019 14:25:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BB2684D50 for ; Sun, 15 Dec 2019 14:25:54 +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 y3PT80BcI8Bs for ; Sun, 15 Dec 2019 14:25:53 +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 AE76884CDA for ; Sun, 15 Dec 2019 14:25:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2075FA97; Sun, 15 Dec 2019 14:25:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576419953227610" MIME-Version: 1.0 Date: Sun, 15 Dec 2019 14:25:53 +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: <20191215142553.A2075FA97@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. --_----------=_1576419953227610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 15 14:25:53 UTC 2019 Modified Files: pkgsrc/misc/rhash: Makefile distinfo Log Message: rhash: updated to 1.3.9 Version 1.3.9: * add uk translations * change project license to BSD Zero Clause License * new printf-format modifier '%u' to print url-encoded filename, path or hash * Bugfix: btih in magnet links shall be hex-encoded * correctly align UTF8 file paths, while printing verification results * respect UTF8 BOM when updating or verifying a hash file * print a new-line after ed2k link, when --ed2k-link option is passed * exit on output errors with exit_code = 2 * change option --update= to update the specified file * make short option '-P' to be an alias for --percents * change %{mtime} format to 'YYYY-MM-DD hh:mm:ss' * Bugfix: --sysconfdir was ignored while searching for config on Linux * support verification of base64-formated hash sums * add formatting options: --hex, --base32, -b/--base64 * Bugfix: properly handle symlinks on the command line To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/rhash/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/rhash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576419953227610 Content-Disposition: inline Content-Length: 1557 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.11 pkgsrc/misc/rhash/Makefile:1.12 --- pkgsrc/misc/rhash/Makefile:1.11 Tue Feb 5 09:51:10 2019 +++ pkgsrc/misc/rhash/Makefile Sun Dec 15 14:25:53 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/02/05 09:51:10 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/12/15 14:25:53 adam Exp $ -DISTNAME= rhash-1.3.8 +DISTNAME= rhash-1.3.9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=rhash/} GITHUB_PROJECT= RHash Index: pkgsrc/misc/rhash/distinfo diff -u pkgsrc/misc/rhash/distinfo:1.12 pkgsrc/misc/rhash/distinfo:1.13 --- pkgsrc/misc/rhash/distinfo:1.12 Tue Feb 5 09:51:10 2019 +++ pkgsrc/misc/rhash/distinfo Sun Dec 15 14:25:53 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/02/05 09:51:10 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/12/15 14:25:53 adam Exp $ -SHA1 (rhash-1.3.8.tar.gz) = 89eac9833bd005a8ea819365cacbd19542b67e93 -RMD160 (rhash-1.3.8.tar.gz) = 85a55f40ac0d3e5f181c7f62327c9f94e4ff5de1 -SHA512 (rhash-1.3.8.tar.gz) = 9dba4fa4dd49d323f2e440c5b93eac1ef62eb4046ec4ef611f0978c12c1739002f1ac1f1ec5e61bd359dc89e9ed612db71be91a795184ac5d5433280d27fa4c1 -Size (rhash-1.3.8.tar.gz) = 393544 bytes +SHA1 (rhash-1.3.9.tar.gz) = e272d455493763166fded48b90e736fd1d5c092a +RMD160 (rhash-1.3.9.tar.gz) = d05714d505d08aef5bfa5eb939402b07f273c9ee +SHA512 (rhash-1.3.9.tar.gz) = 6fae0587cdeb42df59d542c58bad734259d1ff39fba92531c10a469b51310644669ffbe0453e72d85c2cf38b176962f6dca9062a121ac019f1b30f207a176e60 +Size (rhash-1.3.9.tar.gz) = 403415 bytes --_----------=_1576419953227610--