pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/rhash



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=<file> 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.

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



Home | Main Index | Thread Index | Old Index