diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-04-27 22:44:42 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2017-04-27 22:44:42 +0800 |
commit | d03d3a83bdfe7689b380afa23ea8297779beb016 (patch) | |
tree | 31f5224a6afe84e6bedae15b008f2f4796876bcf /security | |
parent | 3fbca00a310a08ce681344454ebc0b81450c304f (diff) | |
download | freebsd-ports-gnome-d03d3a83bdfe7689b380afa23ea8297779beb016.tar.gz freebsd-ports-gnome-d03d3a83bdfe7689b380afa23ea8297779beb016.tar.zst freebsd-ports-gnome-d03d3a83bdfe7689b380afa23ea8297779beb016.zip |
update security/hashcat to 3.5.0
Features:
Added support for WPA/WPA2 handshake AP nonce automatic error correction
Added parameter --nonce-error-corrections to configure range of error correction
Added hash-mode 15100 = Juniper/NetBSD sha1crypt
Full changelog:
https://raw.githubusercontent.com/hashcat/hashcat/v3.5.0/docs/changes.txt
Diffstat (limited to 'security')
-rw-r--r-- | security/hashcat/Makefile | 3 | ||||
-rw-r--r-- | security/hashcat/distinfo | 6 | ||||
-rw-r--r-- | security/hashcat/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/security/hashcat/Makefile b/security/hashcat/Makefile index 8471b310ce26..9998f5d3a256 100644 --- a/security/hashcat/Makefile +++ b/security/hashcat/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= hashcat -PORTVERSION= 3.40 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= security MAINTAINER= lifanov@FreeBSD.org diff --git a/security/hashcat/distinfo b/security/hashcat/distinfo index d7c2d6d019d3..2fb4c7eb8869 100644 --- a/security/hashcat/distinfo +++ b/security/hashcat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488574107 -SHA256 (hashcat-hashcat-v3.40_GH0.tar.gz) = 92627197daa850dc7d723793150801c0791fe31f6c767de68417cee097ad6f4c -SIZE (hashcat-hashcat-v3.40_GH0.tar.gz) = 4099155 +TIMESTAMP = 1493301362 +SHA256 (hashcat-hashcat-v3.5.0_GH0.tar.gz) = af764698f48145ac96cf01c65cf76bcb88e205aeb4614025ae32d847571c4390 +SIZE (hashcat-hashcat-v3.5.0_GH0.tar.gz) = 4103461 diff --git a/security/hashcat/pkg-plist b/security/hashcat/pkg-plist index d7ab5b0e058f..40ad053d2d25 100644 --- a/security/hashcat/pkg-plist +++ b/security/hashcat/pkg-plist @@ -590,6 +590,7 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/m15000_a0.cl %%DATADIR%%/OpenCL/m15000_a1.cl %%DATADIR%%/OpenCL/m15000_a3.cl +%%DATADIR%%/OpenCL/m15100.cl %%DATADIR%%/OpenCL/markov_be.cl %%DATADIR%%/OpenCL/markov_le.cl %%DATADIR%%/hashcat.hcstat |