aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2017-11-11 15:02:31 +0800
committernobutaka <nobutaka@FreeBSD.org>2017-11-11 15:02:31 +0800
commitbd15b60d8a127dda75e170c5ae732088132fef16 (patch)
treee4be508ea2b37db57574c57591a438877613cd16 /security
parent1e7728802c0c1877d3d83a8ded5ded481da41927 (diff)
downloadfreebsd-ports-gnome-bd15b60d8a127dda75e170c5ae732088132fef16.tar.gz
freebsd-ports-gnome-bd15b60d8a127dda75e170c5ae732088132fef16.tar.zst
freebsd-ports-gnome-bd15b60d8a127dda75e170c5ae732088132fef16.zip
Update to 2.14.1.
PR: 223490 Submitted by: antoine
Diffstat (limited to 'security')
-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/