From 9a9e9f133b309c6c209004dd42133de4e1c1570e4114ce42ab1a890140d9ca48 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 27 Jun 2022 09:44:19 +0000 Subject: [PATCH] Accepting request 983576 from home:dirkmueller:Factory - update to 1.4.3: * Support runtime loading of OpenSSL 3.0 * Bugfix: Show total speed in the update mode * LibRHash: add rhash_import() and rhash_export() functions * Bugfix: fix building of the LibRHash static library on Solaris * Honor hash file extension in --update mode * Support --ignore-missing option, to ignore missing files in --check mode * Support --brief option to show verification report without header and footer * Bugfix: hash options were sometimes ignored in the --check mode * Allow simultaneous usage of --update and --check options * Honor --lowercase option while --embed-crc is in action * Improve ripemd160 performance * Add --bt-transmission option to create Transmission compatible torrent files * Bugfix: star character at the start of filepath must be ignored OBS-URL: https://build.opensuse.org/request/show/983576 OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=20 --- rhash-1.4.2.tar.gz | 3 --- rhash-1.4.3.tar.gz | 3 +++ rhash.changes | 18 ++++++++++++++++++ rhash.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 rhash-1.4.2.tar.gz create mode 100644 rhash-1.4.3.tar.gz diff --git a/rhash-1.4.2.tar.gz b/rhash-1.4.2.tar.gz deleted file mode 100644 index 28ced58..0000000 --- a/rhash-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62 -size 416853 diff --git a/rhash-1.4.3.tar.gz b/rhash-1.4.3.tar.gz new file mode 100644 index 0000000..cd6ebd2 --- /dev/null +++ b/rhash-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e +size 429290 diff --git a/rhash.changes b/rhash.changes index 8464c15..8380655 100644 --- a/rhash.changes +++ b/rhash.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jun 18 13:23:49 UTC 2022 - Dirk Müller + +- update to 1.4.3: + * Support runtime loading of OpenSSL 3.0 + * Bugfix: Show total speed in the update mode + * LibRHash: add rhash_import() and rhash_export() functions + * Bugfix: fix building of the LibRHash static library on Solaris + * Honor hash file extension in --update mode + * Support --ignore-missing option, to ignore missing files in --check mode + * Support --brief option to show verification report without header and footer + * Bugfix: hash options were sometimes ignored in the --check mode + * Allow simultaneous usage of --update and --check options + * Honor --lowercase option while --embed-crc is in action + * Improve ripemd160 performance + * Add --bt-transmission option to create Transmission compatible torrent files + * Bugfix: star character at the start of filepath must be ignored + ------------------------------------------------------------------- Tue Jul 27 07:00:13 UTC 2021 - Dirk Müller diff --git a/rhash.spec b/rhash.spec index 2cbf54d..27add3a 100644 --- a/rhash.spec +++ b/rhash.spec @@ -1,7 +1,7 @@ # # spec file for package rhash # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define major 0 Name: rhash -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Recursive Hasher License: 0BSD