Accepting request 863936 from home:dirkmueller:branches:network:utilities

- update to 1.4.1:
  * look for config file at $HOME/.config/rhash/rhashrc
  * supported --blake2s, --blake2b options for the BLAKE2 hash functions
  * Bugfix: fix computing of EDON-R 512 by big data chunks
  * support --no-detect-by-ext option
  * speed up verification by detecting hash type from file extension
  * Bugfix: correctly print long paths on Windows
  * Bugfix: print correct '%{mtime}' when --file-list is specified
  * Bugfix: only follow symbolic links when --follow is specified
  * Bugfix: fix buffer overflow in GOST12

OBS-URL: https://build.opensuse.org/request/show/863936
OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=17
This commit is contained in:
Martin Pluskal 2021-01-18 07:22:08 +00:00 committed by Git OBS Bridge
parent e848424688
commit 880fb94496
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 18 00:02:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* look for config file at $HOME/.config/rhash/rhashrc
* supported --blake2s, --blake2b options for the BLAKE2 hash functions
* Bugfix: fix computing of EDON-R 512 by big data chunks
* support --no-detect-by-ext option
* speed up verification by detecting hash type from file extension
* Bugfix: correctly print long paths on Windows
* Bugfix: print correct '%{mtime}' when --file-list is specified
* Bugfix: only follow symbolic links when --follow is specified
* Bugfix: fix buffer overflow in GOST12
-------------------------------------------------------------------
Thu Aug 13 06:48:38 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rhash
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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.0
Version: 1.4.1
Release: 0
Summary: Recursive Hasher
License: 0BSD