pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-tlsh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  2 17:22:57 UTC 2015

Added Files:
        pkgsrc/devel/py-tlsh: DESCR Makefile PLIST distinfo

Log Message:
Import py34-tlsh-3.4.3 as devel/py-tlsh.

TLSH is a fuzzy matching library. Given a byte stream with a minimum
length of 256 bytes (and a minimum amount of randomness - see note
in Python extension below), TLSH generates a hash value which can
be used for similarity comparisons.  Similar objects will have
similar hash values which allows for the detection of similar
objects by comparing their hash values.  Note that the byte stream
should have a sufficient amount of complexity.  For example, a byte
stream of identical bytes will not generate a hash value.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tlsh/DESCR \
    pkgsrc/devel/py-tlsh/Makefile pkgsrc/devel/py-tlsh/PLIST \
    pkgsrc/devel/py-tlsh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index