summaryrefslogtreecommitdiff
path: root/security/ssdeep/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-05-30ssdeep: update to version 2.14.1khorben1-4/+8
** 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.
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2015-08-30Update ssdeep to 2.13.taca1-3/+2
** 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.
2014-09-23Don't forcefully build only a static library. Bump revision.joerg1-1/+2
2014-09-16Updated security/ssdeep to version 2.11khorben1-2/+2
Quoted from http://jessekornblum.livejournal.com/295883.html: This is an important update, which corrects a bug in the signature generation code. Any ssdeep hashes created with version 2.10 should be recomputed. The signatures are not wrong per se though, they are just not as good as they should be"
2014-06-01** Version 2.10 - 17 Jul 2013rodent1-2/+2
* New Features - Fuzzy Hashing engine re-written to be thread safe. * Bug Fixes - Able to handle long file paths on Win32. - Fixed bug on comparing signatures with the same block size. - Fixed crash on comparing short signatures. - Fixed memory leak
2013-06-05Imported ssdeep 2.9 as security/ssdeepkhorben1-0/+17
ssdeep is a program for computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length.