- update to 1.8.0:
* New features
- optionally disable first/last byte reading
- optionally disable checksumming
- control first and last byte size: -firstbytessize and
-lastbytessize
- hash 4096 first/last bytes instead of comparing 64 during the
first/last bytes step.
- add progress option (closes#30) by @pauldreik in #197
* Minor fixes
- fix typo in the man-page by @vcunat in #189
- Fix results perm check by @pauldreik in #210
- fix bug when using minfilesize and ignoreempty at the same
time
- fix minor bug in dryrun output
- support building with nettle 4.0
- polish the man page slightly
- building with cmake now runs the existing tests and newly
written unit tests
OBS-URL: https://build.opensuse.org/request/show/1335056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdfind?expand=0&rev=3
- use gcc 13 for releases < 1600
- run autoconf to fix upstream autoconf bug
- update to 1.7.0:
* Major things
- new checksum xxhash. It is much faster than sha1 (which is
still the default). use -checksum xxh128 to get the new
checksum. Note that it is not a cryptographic checksum, but
hey it's an order of magnitude faster!
- increased buffer size when calculating the checksum, and it
can be controlled from the command line via -buffersize N
The important parts of this release have been co-authored with
@trollkarlen who did a majority of the work. Thanks!
* Minor things
- Clean up CI
- switch to C++17
- auto format shell scripts
* Here is an autogenerated list:
- Fix minor issues by @pauldreik in #168
- update badges on readme by @pauldreik in #169
- fix problems related to running tests as root or sudo by
@pauldreik in #170
- add clang format CI job by @pauldreik in #171
- add fedora to CI by @pauldreik in #172
- switch to C++17 by @pauldreik in #173
- fix some cppcheck issues by @pauldreik in #174
- fix minor bug in digest length check by @pauldreik in #175
- update main to current devel (as of 2025-01-12) by @pauldreik
in #176
- add shellcheck, yamllint scripts and workflows by
@trollkarlen in #179
- add buffersize argument to rdfind (slightly modified version
of trollkarlen's MR) by @pauldreik in #180
- add xxHash checksum (based on of trollkarlen's work) by
@pauldreik in #181
- add shell script formatting by @pauldreik in #182
- prepare for the 1.7.0 release by @pauldreik in #183
OBS-URL: https://build.opensuse.org/request/show/1244704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdfind?expand=0&rev=2