Path to this page:
./
misc/rhash,
Calculate/check CRC32, MD5, SHA1, GOST, TTH, BTIH or other hash sums
Branch: CURRENT,
Version: 1.4.5,
Package name: rhash-1.4.5,
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: 434.107 KB
Version history: (Expand)
- (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
- (2023-07-18) Updated to version: rhash-1.4.4
- (2022-06-15) Updated to version: rhash-1.4.3
- (2021-10-03) Updated to version: rhash-1.4.2nb2
CVS history: (Expand)
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 (2298) |
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.
|
2022-06-15 10:54:58 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
rhash: updated to 1.4.3
RHash v1.4.3
Allow simultaneous usage of --update and --check options
Honor --lowercase option while --embed-crc is in action
Improve ripemd160 performance
Support --brief option to show verification report without header and footer
Support --ignore-missing option, to ignore missing files in --check mode
Add --bt-transmission option to create Transmission compatible torrent files
Honor hash file extension in --update mode
LibRHash: add rhash_import() and rhash_export() functions
Support runtime loading of OpenSSL 3.0
Bugfix: Show total speed in the update mode
Bugfix: fix building of the LibRHash static library on Solaris
Bugfix: hash options were sometimes ignored in the --check mode
Bugfix: star character at the start of filepath must be ignored
|