From owner-svn-ports-all@freebsd.org Wed Nov 8 14:08:08 2017 Return-Path: Delivered-To: svn-ports-all@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 32D80E5487D; Wed, 8 Nov 2017 14:08:08 +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 0A3367C06F; Wed, 8 Nov 2017 14:08:07 +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 vA8E86vb095719; Wed, 8 Nov 2017 14:08:06 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA8E86Q2095716; Wed, 8 Nov 2017 14:08:06 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201711081408.vA8E86Q2095716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Wed, 8 Nov 2017 14:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453742 - in head/security/hashcat: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/security/hashcat: . files X-SVN-Commit-Revision: 453742 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 14:08:08 -0000 Author: lifanov Date: Wed Nov 8 14:08:06 2017 New Revision: 453742 URL: https://svnweb.freebsd.org/changeset/ports/453742 Log: update security/hashcat to 4.0.1 This is a bugfix release. Changes: https://github.com/hashcat/hashcat/blob/v4.0.1/docs/changes.txt Reported by: Royce Williams (via private email) Modified: head/security/hashcat/Makefile head/security/hashcat/distinfo head/security/hashcat/files/patch-src_Makefile Modified: head/security/hashcat/Makefile ============================================================================== --- head/security/hashcat/Makefile Wed Nov 8 14:01:53 2017 (r453741) +++ head/security/hashcat/Makefile Wed Nov 8 14:08:06 2017 (r453742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hashcat -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= security Modified: head/security/hashcat/distinfo ============================================================================== --- head/security/hashcat/distinfo Wed Nov 8 14:01:53 2017 (r453741) +++ head/security/hashcat/distinfo Wed Nov 8 14:08:06 2017 (r453742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509312322 -SHA256 (hashcat-hashcat-v4.0.0_GH0.tar.gz) = e14c169d6966830e7b7423e17e678f3333e074ec50dae50bdde40e8e0e8658be -SIZE (hashcat-hashcat-v4.0.0_GH0.tar.gz) = 3904974 +TIMESTAMP = 1510149755 +SHA256 (hashcat-hashcat-v4.0.1_GH0.tar.gz) = 8c25ace8791c641ebe32f66e4d9c29ff43bf484a6652f06bdba9df4e7ac7b5dd +SIZE (hashcat-hashcat-v4.0.1_GH0.tar.gz) = 3905127 Modified: head/security/hashcat/files/patch-src_Makefile ============================================================================== --- head/security/hashcat/files/patch-src_Makefile Wed Nov 8 14:01:53 2017 (r453741) +++ head/security/hashcat/files/patch-src_Makefile Wed Nov 8 14:08:06 2017 (r453742) @@ -1,11 +1,11 @@ ---- src/Makefile.orig 2017-10-29 21:31:58 UTC +--- src/Makefile.orig 2017-11-08 14:04:43 UTC +++ src/Makefile -@@ -126,7 +126,7 @@ COMPTIME := $(shell date +%s) +@@ -127,7 +127,7 @@ COMPTIME := $(shell date +%s) # (which is automatically run for every github release) - # the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head" + # the value will be something like this: "tag: vX.Y.Z, refs/pull/K/head" or "HEAD -> master, tag: vX.Y.Z" --VERSION_EXPORT := tag: v4.0.0 -+VERSION_EXPORT := tag:\ v4.0.0 - VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/') +-VERSION_EXPORT := tag: v4.0.1 ++VERSION_EXPORT := tag:\ v4.0.1 + VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/') ##