Path to this page:
./
security/py-pydeep,
Python bindings for ssdeep
Branch: CURRENT,
Version: 0.4,
Package name: py37-pydeep-0.4,
Maintainer: pkgsrc-usersPython/C bindings for the ssdeep library at http://ssdeep.sourceforge.net:
* hash_buf / hash_bytes - returns the ssdeep hash for a given buffer
* hash_file - returns the ssdeep hash for filepath
* compare - returns the % match between 2 hashes
import pydeep
pydeep.hash_buf('somedata')
pydeep.hash_file('path-to-file')
pydeep.compare('hash1','hash2')
Required to run:[
security/ssdeep] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 91609ac3d9a34dfcae961317060353e801ae1328
RMD160: 8ad08fba9fb13730cd57ae42f3ab8ee83f804229
Filesize: 1.983 KB
Version history: (Expand)
- (2019-12-15) Updated to version: py37-pydeep-0.4
- (2014-06-02) Package added to pkgsrc.se, version py27-pydeep-0.2 (created)
CVS history: (Expand)
2019-12-15 12:24:53 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pydeep: updated to 0.4
0.4:
Unknown changes
|
2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372) |
Log message:
Reset maintainer
|
2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-04 02:18:12 by Alistair G. Crooks | Files touched by this commit (434) |
Log message:
Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
Package libidea: missing distfile libidea-0.8.2b.tar.gz
Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
Package uvscan: missing distfile vlp4510e.tar.Z
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-06-02 02:00:15 by Blue Rats | Files touched by this commit (4) |
Log message:
Import py27-pydeep-0.2 as security/py-pydeep.
Python/C bindings for the ssdeep library at http://ssdeep.sourceforge.net:
* hash_buf / hash_bytes - returns the ssdeep hash for a given buffer
* hash_file - returns the ssdeep hash for filepath
* compare - returns the % match between 2 hashes
import pydeep
pydeep.hash_buf('somedata')
pydeep.hash_file('path-to-file')
pydeep.compare('hash1','hash2')
|