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
|
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
|