Path to this page:
./
misc/rhash,
Calculate/check CRC32, MD5, SHA1, GOST, TTH, BTIH or other hash sums
Branch: CURRENT,
Version: 1.4.6,
Package name: rhash-1.4.6,
Maintainer: pkgsrc-usersRHash is a console utility for calculation and verification of
magnet links and a wide range of hash sums like CRC32, MD4, MD5,
SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent
BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and
Snefru.
Hash sums are used to ensure and verify integrity of large volumes
of data for a long-term storing or transferring.
Required to run:[
security/openssl]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 450.434 KB
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-05-14) Updated to version: rhash-1.4.6
- (2024-10-14) Updated to version: rhash-1.4.5
- (2024-05-14) Updated to version: rhash-1.4.4nb2
- (2023-10-25) Updated to version: rhash-1.4.4nb1
CVS history: (Expand)
2025-05-14 07:22:59 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
rhash: updated to 1.4.6
1.4.6
Added BLAKE3 hash support (use new --blake3 flag)
Faster file reading during hash computation
Improved SHA1/SHA256 performance using Intel SHA CPU extensions
Resolved build issues with GCC 7 and GCC 15
Updated translations
|
| 2024-10-16 09:37:04 by Nia Alarie | Files touched by this commit (2) |
Log message:
rhash: Fix build with GCC before 10.
|
2024-10-14 15:04:00 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
rhash: updated to 1.4.5
Version 1.4.5
* Support --one-hash formatting option
* Bugfix: Show correct config directory in the manpage
* Bugfix: Updating must continue after a file access error
* Bugfix: Show correct size and time for Windows symlinks
* Bugfix: Fix building with glibc < 2.15
* Bugfix: Fix building on Solaris
* Bugfix: Enable large file support on 32-bit targets
* Bugfix: Fix building on Unix
* Bugfix: Fix dynamic library symlink on macOS
* Bugfix: Fix runtime error on WinXP
* Bugfix: Fix dynamic library symlink on *BSD
|
| 2024-05-15 16:06:40 by Nia Alarie | Files touched by this commit (1) |
Log message:
openssl: Fix build on Linux, pointed out by tnn
|
| 2024-05-14 16:37:48 by Nia Alarie | Files touched by this commit (5) |
Log message:
rhash: libtoolize, other portability improvements
|
| 2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2297) |
Log message:
*: bump for openssl 3
|
2023-07-18 08:13:51 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
rhash: updated to 1.4.4
RHash v1.4.4
New option --unverified to print unverified files
New option --missing to print missing files
New printf-format directive '%d' to print file directory
Print the algorithms being calculated on -vv
Renamed --maxdepth option to --max-depth
Support leading and trailing spaces in a file names
Support escaping of special characters in file paths
Change the simple file format to fit the sfv format
LibRHash: Remove obsolete rhash_timer functions (API breaking change)
Bugfix: Fix slash usage with wilcards on Windows
|
2022-06-27 03:19:40 by David H. Gutteridge | Files touched by this commit (2) |  |
Log message:
rhash: properly reapply build fix for OSes without aligned_alloc
This was previously fixed by schmonz@, but was half lost in the update
to 1.4.3. Upstream added their own macro NO_POSIX_ALIGNED_ALLOC to help
deal with this, so a patch was dropped, but our patch to the configure
script wasn't adjusted to match that new macro definition.
Should fix PR pkg/55571 and PR pkg/56902.
Note I have no environment with which to test this, but it seems obvious
from code inspection, and adjusting the patch did not influence test
builds on NetBSD 9.2_STABLE, Fedora 36, or OmniOS r151038.
|