pkgsrc/security/ssdeep/buildlink3.mk
khorben dabd5cdf81 ssdeep: update to version 2.14.1
** Version 2.14.1 - 7 Nov 2017

* Bug Fixes

  - Fixed a spelling error.
  - Made relative path mode on Win32 to work.


** Version 2.14 - 12 Sep 2017

* New Features

  - Optimizations to the fuzzy hashing engine. (hash generator can run as twice
    as fast and comparison can run 1.5 through 5 times faster [heavily depends
    on the data and platform] than the previous release)

* Bug Fixes

  - Fixed issue when certain memory allocation is failed.
2021-05-30 01:41:28 +00:00

13 lines
343 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2021/05/30 01:41:28 khorben Exp $
BUILDLINK_TREE+= ssdeep
.if !defined(SSDEEP_BUILDLINK3_MK)
SSDEEP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ssdeep+= ssdeep>=2.9
BUILDLINK_ABI_DEPENDS.ssdeep+= ssdeep>=2.9
BUILDLINK_PKGSRCDIR.ssdeep?= ../../security/ssdeep
.endif # SSDEEP_BUILDLINK3_MK
BUILDLINK_TREE+= -ssdeep