Date: Thu, 27 Apr 2017 14:44:42 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439553 - head/security/hashcat Message-ID: <201704271444.v3REigkU010113@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Thu Apr 27 14:44:42 2017 New Revision: 439553 URL: https://svnweb.freebsd.org/changeset/ports/439553 Log: 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 Modified: head/security/hashcat/Makefile head/security/hashcat/distinfo head/security/hashcat/pkg-plist Modified: head/security/hashcat/Makefile ============================================================================== --- head/security/hashcat/Makefile Thu Apr 27 14:34:39 2017 (r439552) +++ head/security/hashcat/Makefile Thu Apr 27 14:44:42 2017 (r439553) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= hashcat -PORTVERSION= 3.40 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= security MAINTAINER= lifanov@FreeBSD.org Modified: head/security/hashcat/distinfo ============================================================================== --- head/security/hashcat/distinfo Thu Apr 27 14:34:39 2017 (r439552) +++ head/security/hashcat/distinfo Thu Apr 27 14:44:42 2017 (r439553) @@ -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 Modified: head/security/hashcat/pkg-plist ============================================================================== --- head/security/hashcat/pkg-plist Thu Apr 27 14:34:39 2017 (r439552) +++ head/security/hashcat/pkg-plist Thu Apr 27 14:44:42 2017 (r439553) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704271444.v3REigkU010113>