forked from pool/rdfind
- 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
Description
No description provided
Languages
Public Key
100%