2 Commits

Author SHA256 Message Date
60df626e46 Accepting request 1324567 from network:utilities
- update to 1.4.6:
  * Bugfix: Compilation error with GCC 15
  * Speed up file reading while hashing a file
  * Bugfix: Fix processing of ./ directory
  * Support --blake3 option for the BLAKE3 hash function
  * Support GNU/Hurd platform for --target argument
  * Support Intel SHA1 extension
  * Bugfix: Fix librhash function rhash_print_magnet()
  * Bugfix: Fix building by gcc 7

OBS-URL: https://build.opensuse.org/request/show/1324567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhash?expand=0&rev=12
2025-12-29 14:15:58 +00:00
afb2e8ce32 - update to 1.4.6:
* Bugfix: Compilation error with GCC 15
  * Speed up file reading while hashing a file
  * Bugfix: Fix processing of ./ directory
  * Support --blake3 option for the BLAKE3 hash function
  * Support GNU/Hurd platform for --target argument
  * Support Intel SHA1 extension
  * Bugfix: Fix librhash function rhash_print_magnet()
  * Bugfix: Fix building by gcc 7

OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=26
2025-12-28 13:42:18 +00:00
4 changed files with 19 additions and 6 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Dec 28 13:41:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.4.6:
* Bugfix: Compilation error with GCC 15
* Speed up file reading while hashing a file
* Bugfix: Fix processing of ./ directory
* Support --blake3 option for the BLAKE3 hash function
* Support GNU/Hurd platform for --target argument
* Support Intel SHA1 extension
* Bugfix: Fix librhash function rhash_print_magnet()
* Bugfix: Fix building by gcc 7
-------------------------------------------------------------------
Tue Dec 10 14:22:07 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
@@ -47,7 +60,7 @@ Sat Jun 18 13:23:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
* 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) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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 1
Name: rhash
Version: 1.4.5
Version: 1.4.6
Release: 0
Summary: Recursive Hasher
License: 0BSD