From 61e8368592e7ba0db1fe2ce4b0ac58d876b8c071 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Wed, 29 Jul 2020 12:16:53 +0200 Subject: [PATCH] hashcat 6.1.1 --- docs/changes.txt | 2 +- extra/tab_completion/hashcat.sh | 2 +- include/restore.h | 2 +- src/Makefile | 4 ++-- tools/package_bin.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 0a4ccb304..502478bda 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,4 +1,4 @@ -* changes v6.1.0 -> v6.x.x +* changes v6.1.0 -> v6.1.1 ## ## Bugs diff --git a/extra/tab_completion/hashcat.sh b/extra/tab_completion/hashcat.sh index 6fc80a5c7..100d16af4 100644 --- a/extra/tab_completion/hashcat.sh +++ b/extra/tab_completion/hashcat.sh @@ -411,7 +411,7 @@ _hashcat_contains () _hashcat () { - local VERSION=6.1.0 + local VERSION=6.1.1 local ATTACK_MODES="0 1 3 6 7" local HCCAPX_MESSAGE_PAIRS="0 1 2 3 4 5" diff --git a/include/restore.h b/include/restore.h index 20deb2f6f..f050b8058 100644 --- a/include/restore.h +++ b/include/restore.h @@ -16,7 +16,7 @@ #endif // _WIN #define RESTORE_VERSION_MIN 600 -#define RESTORE_VERSION_CUR 610 +#define RESTORE_VERSION_CUR 611 int cycle_restore (hashcat_ctx_t *hashcat_ctx); diff --git a/src/Makefile b/src/Makefile index 052616533..c24414566 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,8 +5,8 @@ SHARED ?= 0 DEBUG := 0 -PRODUCTION := 0 -PRODUCTION_VERSION := v6.1.0 +PRODUCTION := 1 +PRODUCTION_VERSION := v6.1.1 ENABLE_CUBIN ?= 1 ENABLE_BRAIN ?= 1 USE_SYSTEM_LZMA ?= 0 diff --git a/tools/package_bin.sh b/tools/package_bin.sh index a0c263375..0beb8a0d9 100755 --- a/tools/package_bin.sh +++ b/tools/package_bin.sh @@ -6,7 +6,7 @@ ## export IN=$HOME/hashcat -export OUT=$HOME/xy/hashcat-6.1.0 +export OUT=$HOME/xy/hashcat-6.1.1 rm -rf $OUT rm -rf $OUT.7z