head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.24 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.22 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.20 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2026.05.15.11.15.36; author abs; state dead; branches; next 1.1; commitid EKtAeLugPY8KXTFG; 1.1 date 2023.06.08.14.35.46; author joerg; state Exp; branches; next ; commitid wHrH5iopbXhXw9sE; desc @@ 1.2 log @Updated sysutils/rdfind to 1.8.0 (also fixes build with latest nettle) pkgsrc patches appear to have been included upstream 2026-02-22 Paul Dreik * release 1.8.0 * check that the resultsfile can be written to, before starting work * fix bug when using minfilesize and ignoreempty at the same time * control first and last byte size: -firstbytessize and -lastbytessize * hash 4096 first/last bytes instead of comparing 64 during the first/last bytes step. * optionally disable first/last byte reading * optionally disable checksumming * fix minor bug in dryrun output * support building with nettle 4.0 * add progress option -progress * polish the man page slightly * building with cmake now runs the existing tests and newly written unit tests 2025-02-03 Paul Dreik * release 1.7.0 * add xxh checksum for speed * add controllable buffer size -buffersize N 2023-06-17 Paul Dreik * release 1.6.0 2023-06-17 Paul Dreik * add sha512 support @ text @$NetBSD: patch-rdfind.cc,v 1.1 2023/06/08 14:35:46 joerg Exp $ --- rdfind.cc.orig 2023-06-01 12:40:33.281864990 +0000 +++ rdfind.cc @@@@ -9,6 +9,7 @@@@ // std #include #include +#include #include #include @ 1.1 log @Improve portability with newer libstdc++ @ text @d1 1 a1 1 $NetBSD$ @