pkgsrc/misc/rhash/buildlink3.mk
adam 395e7aea8f rhash: updated to 1.4.3
RHash v1.4.3

Allow simultaneous usage of --update and --check options
Honor --lowercase option while --embed-crc is in action
Improve ripemd160 performance
Support --brief option to show verification report without header and footer
Support --ignore-missing option, to ignore missing files in --check mode
Add --bt-transmission option to create Transmission compatible torrent files
Honor hash file extension in --update mode
LibRHash: add rhash_import() and rhash_export() functions
Support runtime loading of OpenSSL 3.0
Bugfix: Show total speed in the update mode
Bugfix: fix building of the LibRHash static library on Solaris
Bugfix: hash options were sometimes ignored in the --check mode
Bugfix: star character at the start of filepath must be ignored
2022-06-15 08:54:58 +00:00

15 lines
381 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2022/06/15 08:54:58 adam Exp $
BUILDLINK_TREE+= rhash
.if !defined(RHASH_BUILDLINK3_MK)
RHASH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.rhash+= rhash>=1.3.1
BUILDLINK_ABI_DEPENDS.rhash+= rhash>=1.3.9nb1
BUILDLINK_PKGSRCDIR.rhash?= ../../misc/rhash
.include "../../security/openssl/buildlink3.mk"
.endif # RHASH_BUILDLINK3_MK
BUILDLINK_TREE+= -rhash