freebsd-ports/sysutils/jdupes/pkg-message
Thomas Hurst 99d0f41c60 sysutils/jdupes: Update to 1.27.3
Some notable user-facing changes:

* Text-based hash database with -y/--hash-db
* -e/--error-on-dupe flag to terminate immediately if any dupe is found
* -C/--chunk-size now uses KiB instead of bytes (BREAKING CHANGE)

Many thanks to the author for upstream changes made to help simplify the
port.

Additionally this removes the workaround for a strip(1) issue with
LOW_MEMORY builds I can no longer reproduce (bin/269568).

Changelog: https://github.com/jbruchon/jdupes/releases/tag/v1.27.3

PR:		273403
2023-09-10 12:12:59 -04:00

16 lines
371 B
Text

[
{ type: upgrade
maximum_version: "1.19.0"
message: <<EOM
WARNING: jdupes -X/--extfilter size filtering is now INCLUSIVE instead
of EXCLUSIVE. Please see "jdupes -X help" for details.
EOM
}
{ type: upgrade
maximum_version: "1.25.3"
message: <<EOM
WARNING: jdupes -C/--chunk-size now uses KiB instead of bytes.
Please update any scripts using this flag.
EOM
}
]