aboutsummaryrefslogtreecommitdiff
path: root/security/ssdeep
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2017-11-11 07:02:31 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2017-11-11 07:02:31 +0000
commit5941e801eb203eb77746b80582892563d0735f51 (patch)
treee4be508ea2b37db57574c57591a438877613cd16 /security/ssdeep
parentfcc3e8ccd58b2af5914fa00bf71535e2c6befb53 (diff)
Notes
Diffstat (limited to 'security/ssdeep')
-rw-r--r--security/ssdeep/Makefile4
-rw-r--r--security/ssdeep/distinfo5
-rw-r--r--security/ssdeep/pkg-descr2
3 files changed, 6 insertions, 5 deletions
diff --git a/security/ssdeep/Makefile b/security/ssdeep/Makefile
index 82fe741b913a..86b113f7b5d1 100644
--- a/security/ssdeep/Makefile
+++ b/security/ssdeep/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= ssdeep
-PORTVERSION= 2.13
+PORTVERSION= 2.14.1
CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= https://github.com/ssdeep-project/ssdeep/releases/download/release-${PORTVERSION}/
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Tool for computing context triggered piecewise hashes
diff --git a/security/ssdeep/distinfo b/security/ssdeep/distinfo
index 32c086e2d4ce..ed8fa840e0b0 100644
--- a/security/ssdeep/distinfo
+++ b/security/ssdeep/distinfo
@@ -1,2 +1,3 @@
-SHA256 (ssdeep-2.13.tar.gz) = 6e4ca94457cb50ff3343d4dd585473817a461a55a666da1c5a74667924f0f8c5
-SIZE (ssdeep-2.13.tar.gz) = 380712
+TIMESTAMP = 1510042278
+SHA256 (ssdeep-2.14.1.tar.gz) = ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313
+SIZE (ssdeep-2.14.1.tar.gz) = 408831
diff --git a/security/ssdeep/pkg-descr b/security/ssdeep/pkg-descr
index 2e3e756e5c65..b8287a41239f 100644
--- a/security/ssdeep/pkg-descr
+++ b/security/ssdeep/pkg-descr
@@ -3,4 +3,4 @@ Unlike other hash calculators such as md5, it supports partial match between
the original file and modified/truncated files. It can also compute the
degree of similarity between files.
-WWW: http://ssdeep.sourceforge.net/
+WWW: https://ssdeep-project.github.io/ssdeep/