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)
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
|
2022-01-10 01:40:47 by Tobias Nygren | Files touched by this commit (2) |
Log message:
rhash: fix build on SunOS
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-10 01:30:51 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
rhash: spaces to tab (NFC)
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|