From 945b678b293811c660bccd219f6bc7f9bbd05784 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 21 Sep 2023 17:48:08 +0200 Subject: [PATCH] rhash: Update to version 1.4.4-1 - IPFire-3.x - Update from version 1.4.3-1 to 1.4.4-1 - Changelog 1.4.4 New option --unverified to print unverified files New option --missing to print missing files New printf-format directive '%d' to print file directory Print the algorithms being calculated on -vv Renamed --maxdepth option to --max-depth Support leading and trailing spaces in a file names Support escaping of special characters in file paths Change the simple file format to fit the sfv format LibRHash: Remove obsolete rhash_timer functions (API breaking change) Bugfix: Fix slash usage with wilcards on Windows Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- rhash/rhash.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhash/rhash.nm b/rhash/rhash.nm index 534a2aa6b..e3caed046 100644 --- a/rhash/rhash.nm +++ b/rhash/rhash.nm @@ -4,7 +4,7 @@ ############################################################################### name = rhash -version = 1.4.3 +version = 1.4.4 release = 1 thisapp = RHash-%{version} -- 2.47.3