Index: head/security/hashcat/Makefile =================================================================== --- head/security/hashcat/Makefile (revision 453741) +++ head/security/hashcat/Makefile (revision 453742) @@ -1,35 +1,35 @@ # Created by: Nikolai Lifanov # $FreeBSD$ PORTNAME= hashcat -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= security MAINTAINER= lifanov@FreeBSD.org COMMENT= Advanced CPU-based password recovery utility LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.txt BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \ gsed:textproc/gsed USE_GITHUB= yes ALL_TARGET= default USES= gmake iconv localbase shebangfix SHEBANG_FILES= extra/tab_completion/install USE_CSTD= gnu99 MAKE_ARGS= SHARED=1 \ CC="${CC}" \ LFLAGS_NATIVE="${LDFLAGS} -lpthread" \ CFLAGS_NATIVE="${CFLAGS} -Iinclude -IOpenCL -Iinclude/lzma_sdk" pre-install: ${STRIP_CMD} ${WRKSRC}/libhashcat.so ${STRIP_CMD} ${WRKSRC}/hashcat .include Index: head/security/hashcat/distinfo =================================================================== --- head/security/hashcat/distinfo (revision 453741) +++ head/security/hashcat/distinfo (revision 453742) @@ -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 Index: head/security/hashcat/files/patch-src_Makefile =================================================================== --- head/security/hashcat/files/patch-src_Makefile (revision 453741) +++ head/security/hashcat/files/patch-src_Makefile (revision 453742) @@ -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/') ##