pkgsrc/security/ssdeep/Makefile
taca 6125cc2ec0 Update ssdeep to 2.13.
** Version 2.13 - 24 Apr 2015

* New Features

  - Added fuzzy_set_total_input_length function to the API.
  - Added support for files up to 192GB.
  - Added support for arbitrary length input from the standard input.

* Bug Fixes

  - Fixed issue when comparing hashes from relatively simple files.
  - Fixed portability issues.


** Version 2.12 - 24 Oct 2014

* Bug Fixes

  - Fixed issue when comparing identical hashes but with different
    block sizes.
2015-08-30 14:49:07 +00:00

17 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/08/30 14:49:07 taca Exp $
#
DISTNAME= ssdeep-2.13
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ssdeep/}
MAINTAINER= khorben@defora.org
HOMEPAGE= http://ssdeep.sourceforge.net/
COMMENT= Program computing context triggered piecewise hashes (CTPH)
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"