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
This commit is contained in:
Martin Pluskal 2022-06-27 09:44:19 +00:00 committed by Git OBS Bridge
parent fb2dfa74ff
commit 9a9e9f133b
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62
size 416853

3
rhash-1.4.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e
size 429290

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jun 18 13:23:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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