From owner-svn-ports-head@freebsd.org Thu Apr 27 14:44:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38A0ED535DD; Thu, 27 Apr 2017 14:44:44 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA998F86; Thu, 27 Apr 2017 14:44:43 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3REiggS010117; Thu, 27 Apr 2017 14:44:42 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3REigkU010113; Thu, 27 Apr 2017 14:44:42 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201704271444.v3REigkU010113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 27 Apr 2017 14:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439553 - head/security/hashcat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 14:44:44 -0000 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