diff options
author | taca <taca@pkgsrc.org> | 2015-08-30 14:49:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-08-30 14:49:07 +0000 |
commit | 4ead0dc557100cbed2e1006cedf32ddd2d920039 (patch) | |
tree | 4fce6ba20b3529eba18fbf5bd420a5c08ebec802 /security | |
parent | 69998a075a3b8c38d36d3917af4e9362a39bbc7a (diff) | |
download | pkgsrc-4ead0dc557100cbed2e1006cedf32ddd2d920039.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssdeep/Makefile | 5 | ||||
-rw-r--r-- | security/ssdeep/PLIST | 3 | ||||
-rw-r--r-- | security/ssdeep/distinfo | 10 | ||||
-rw-r--r-- | security/ssdeep/patches/patch-Makefile.in | 12 |
4 files changed, 15 insertions, 15 deletions
diff --git a/security/ssdeep/Makefile b/security/ssdeep/Makefile index 9bf4a211e6f..764534c26bb 100644 --- a/security/ssdeep/Makefile +++ b/security/ssdeep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2014/09/23 15:11:54 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2015/08/30 14:49:07 taca Exp $ # -DISTNAME= ssdeep-2.11 -PKGREVISION= 1 +DISTNAME= ssdeep-2.13 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ssdeep/} diff --git a/security/ssdeep/PLIST b/security/ssdeep/PLIST index 7a001fcdeba..e4386621e38 100644 --- a/security/ssdeep/PLIST +++ b/security/ssdeep/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2013/06/05 19:49:36 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/08/30 14:49:07 taca Exp $ bin/ssdeep +include/edit_dist.h include/fuzzy.h lib/libfuzzy.la man/man1/ssdeep.1 diff --git a/security/ssdeep/distinfo b/security/ssdeep/distinfo index 83681734484..7f22bc648c4 100644 --- a/security/ssdeep/distinfo +++ b/security/ssdeep/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2014/09/23 15:11:54 joerg Exp $ +$NetBSD: distinfo,v 1.5 2015/08/30 14:49:07 taca Exp $ -SHA1 (ssdeep-2.11.tar.gz) = f44db91fda437f36626eefd8e649ed8d5aea0e1b -RMD160 (ssdeep-2.11.tar.gz) = a8039749d5344910b0fba146059c96ab3e755833 -Size (ssdeep-2.11.tar.gz) = 376529 bytes -SHA1 (patch-Makefile.in) = d3740c2d7f58e3757b3551a53ab1cf731d5e5650 +SHA1 (ssdeep-2.13.tar.gz) = ccb4e2d53d90eb986d11df24b77179d5948fb257 +RMD160 (ssdeep-2.13.tar.gz) = 09f9cf356f9412cf448ef66eebc3424a0392e906 +Size (ssdeep-2.13.tar.gz) = 380712 bytes +SHA1 (patch-Makefile.in) = ca7154014ff1c626093572e37c3a3a5073370c0b diff --git a/security/ssdeep/patches/patch-Makefile.in b/security/ssdeep/patches/patch-Makefile.in index ee46364620d..ad8c34aba45 100644 --- a/security/ssdeep/patches/patch-Makefile.in +++ b/security/ssdeep/patches/patch-Makefile.in @@ -1,8 +1,8 @@ -$NetBSD: patch-Makefile.in,v 1.1 2014/09/23 15:11:54 joerg Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2015/08/30 14:49:07 taca Exp $ ---- Makefile.in.orig 2014-09-22 12:23:20.000000000 +0000 +--- Makefile.in.orig 2015-04-24 15:03:09.000000000 +0000 +++ Makefile.in -@@ -369,11 +369,11 @@ top_build_prefix = @top_build_prefix@ +@@ -372,11 +372,11 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ssdeep_LDADD = libfuzzy.la @@ -11,8 +11,8 @@ $NetBSD: patch-Makefile.in,v 1.1 2014/09/23 15:11:54 joerg Exp $ ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libfuzzy.la libfuzzy_la_SOURCES = fuzzy.c edit_dist.c find-file-size.c --libfuzzy_la_LDFLAGS = -static -no-undefined -version-info 2:0:0 -+libfuzzy_la_LDFLAGS = -rpath ${PREFIX}/lib -no-undefined -version-info 2:0:0 - include_HEADERS = fuzzy.h +-libfuzzy_la_LDFLAGS = -no-undefined -version-info 3:0:1 ++libfuzzy_la_LDFLAGS = -rpath ${PREFIX}/lib -no-undefined -version-info 3:0:1 + include_HEADERS = fuzzy.h edit_dist.h man_MANS = ssdeep.1 ssdeep_SOURCES = main.cpp match.cpp engine.cpp filedata.cpp \ |