svn commit: r453742 - in head/security/hashcat: . files
Nikolai Lifanov
lifanov at FreeBSD.org
Wed Nov 8 14:08:08 UTC 2017
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/')
##
More information about the svn-ports-all
mailing list