From patchwork Thu Sep 21 15:48:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7242 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rs0DQ0rrWz3wtG for ; Thu, 21 Sep 2023 15:48:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rs0DK1XTRz3r4; Thu, 21 Sep 2023 15:48:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rs0DJ4wHtz300V; Thu, 21 Sep 2023 15:48:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rs0DG02vZz2xBH for ; Thu, 21 Sep 2023 15:48:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rs0DF5fVDzvy; Thu, 21 Sep 2023 15:48:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695311293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VRYgj4J+1bHC0Z8YW/P05lE81+5j6sGGbMSZJgBWmMg=; b=P0M9OYcAtKDBcNLoHY8hZso/y8ulVY4a49Emo7qh+KQumKp8KXOm7BGPJp6DGolyQLCOAO 4IaUXxlzCIpMsYCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695311293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VRYgj4J+1bHC0Z8YW/P05lE81+5j6sGGbMSZJgBWmMg=; b=WagNIQFVp7rsOmUT+0tHAsuuoxnDDPK+jhRewr3XuTe+7oN0q9HmbGXPpTgSq0utqYkNt3 UhzPKOj3c1cHiP/Tikfwrt4UNU4I3+Ne7J7VgSRGL9zdrptiFpRKs0GRv+kXexcOchsJ02 on6Zlf8/hYDnrlhLT4rULB3l6uk9j7jwSQD9eu1C8Ijd/4HNKPOxwD1/hU3Lf+f8Ke8gS4 4LVQjZ6qiWheXrcrz1C7mnmo2iFA+1WtYcH3lLTEvXxIFHXXnB7VTUuHeALco17clfFcol O8VmlaYZiy6v4chx7x/RDFgEDn/D9JQ/GVMUx52Cr6HVuSEdsQA9jU6cV6Nz/g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] rhash: Update to version 1.4.4-1 Date: Thu, 21 Sep 2023 17:48:08 +0200 Message-ID: <20230921154809.2460-6-adolf.belka@ipfire.org> In-Reply-To: <20230921154809.2460-1-adolf.belka@ipfire.org> References: <20230921154809.2460-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 --- 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}