Up to [cvs.NetBSD.org] / pkgsrc / misc / rhash / patches
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
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
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.
rhash: updated to 1.4.2 RHash v1.4.2 significantly improve file reading performance on Linux/Unix print 'Nothing to verify' when verifying a hash file without a message digest count unparsed lines of a hash file as errors print line numbers of unparsed lines of a hash file Bugfix: fix verification of some hash files containing spaces in file paths
Avoid choosing aligned_alloc() when it's not present. Fixes build on CentOS 6 with lang/gcc7. Verified noop for CentOS 7 with gcc7, Ubuntu 16/18/19, macOS Catalina, NetBSD 9, FreeBSD 12.1, OpenBSD 6.7, Tribblix m22.