forked from pool/rhash
Accepting request 985271 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/985271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhash?expand=0&rev=9
This commit is contained in:
commit
44f27e7ee4
@ -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
3
rhash-1.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e
|
||||||
|
size 429290
|
@ -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>
|
Tue Jul 27 07:00:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rhash
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define major 0
|
%define major 0
|
||||||
Name: rhash
|
Name: rhash
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Recursive Hasher
|
Summary: Recursive Hasher
|
||||||
License: 0BSD
|
License: 0BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user