[arch-commits] Commit in hashcat/trunk (hashcat-fix-version.patch)

Levente Polyak anthraxx at archlinux.org
Sat Nov 11 11:23:49 UTC 2017


    Date: Saturday, November 11, 2017 @ 11:23:48
  Author: anthraxx
Revision: 266234

upgpkg: hashcat 1:4.0.1-1

Deleted:
  hashcat/trunk/hashcat-fix-version.patch

---------------------------+
 hashcat-fix-version.patch |   22 ----------------------
 1 file changed, 22 deletions(-)

Deleted: hashcat-fix-version.patch
===================================================================
--- hashcat-fix-version.patch	2017-11-11 10:19:53 UTC (rev 266233)
+++ hashcat-fix-version.patch	2017-11-11 11:23:48 UTC (rev 266234)
@@ -1,22 +0,0 @@
-From c06c5ddd4857b0a5d7862451da431c42287918ce Mon Sep 17 00:00:00 2001
-From: philsmd <philsmd at hashcat.net>
-Date: Sat, 28 Oct 2017 13:28:07 +0200
-Subject: [PATCH] fixes #1412: sed for VERSION_EXPORT fixed compilation problem
-
----
- src/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 3541f7dfc..75e7757d9 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -127,7 +127,7 @@ COMPTIME                := $(shell date +%s)
- # the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head"
- 
- VERSION_EXPORT          := HEAD -> master, 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_TAG             := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/')
- 
- ##
- ## General compiler and linker options



More information about the arch-commits mailing list