Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (f0e859eba5e234a98a8958a676f9706f8d4f6be3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (f0e859eba5e234a98a8958a676f9706f8d4f6be3)
  • Date: Tue, 9 Aug 2016 21:06:22 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

crypto/hashcat/BUILD | 2 +-
crypto/hashcat/DETAILS | 24 ++++++++++++++----------
crypto/hashcat/FINAL | 1 +
crypto/hashcat/HISTORY | 9 +++++++++
crypto/hashcat/INSTALL | 6 ------
crypto/hashcat/PRE_BUILD | 4 ++++
6 files changed, 29 insertions(+), 17 deletions(-)

New commits:
commit f0e859eba5e234a98a8958a676f9706f8d4f6be3
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

hashcat: => 3.0.0, added compile-time requirement

diff --git a/crypto/hashcat/BUILD b/crypto/hashcat/BUILD
index 916534e..32828cc 100755
--- a/crypto/hashcat/BUILD
+++ b/crypto/hashcat/BUILD
@@ -1,2 +1,2 @@
cd $SOURCE_DIRECTORY &&
-make posix64 posixAVX2 posixAVX posixXOP
+make
diff --git a/crypto/hashcat/DETAILS b/crypto/hashcat/DETAILS
index 282a1a1..703f869 100755
--- a/crypto/hashcat/DETAILS
+++ b/crypto/hashcat/DETAILS
@@ -1,14 +1,18 @@
- SPELL=hashcat
- VERSION=2.00
-
SOURCE_HASH=sha512:367215bf4f6a48b5ce1806c5e45091b7640c1d2d275ee49b37204273d7485f5f5dce228b4c898247cb152209d85cff737225a457bf16c18a3f7e9afc57201040
+ SPELL=hashcat
+ VERSION=3.00
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://github.com/hashcat/hashcat/archive/$VERSION.tar.gz
- WEB_SITE=https://hashcat.net/hashcat/
- LICENSE[0]=MIT
- ENTERED=20151209
- KEYWORDS=""
- SHORT="password recovery utility"
+
SOURCE_HASH=sha512:cdaf00830a1f4b52b008c5c6499cd6246eb328a1711be1446ea7b8b3d6ad9afeb9f3626cf9cef58a04b4a414d10e09e5a8429bc47684a9d6dbf511effbc2eedb
+ SOURCE_URL[0]=https://github.com/hashcat/hashcat/archive/v$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=OpenCL-Headers
+
SOURCE2_URL[0]=https://github.com/KhronosGroup/OpenCL-Headers/archive/master.tar.gz
+ SOURCE2_IGNORE=volatile
+SOURCE2_DIRECTORY=$BUILD_DIRECTORY/$SOURCE2
+ WEB_SITE=https://hashcat.net/hashcat/
+ LICENSE[0]=MIT
+ ENTERED=20151209
+ KEYWORDS=""
+ SHORT="password recovery utility"
cat << EOF
**Hashcat** is an advanced CPU-based password recovery utility for Windows
7/8/10, Apple
OS X, and GNU/Linux, supporting seven unique modes of attack for over 100
optimized
diff --git a/crypto/hashcat/FINAL b/crypto/hashcat/FINAL
new file mode 100755
index 0000000..3652a89
--- /dev/null
+++ b/crypto/hashcat/FINAL
@@ -0,0 +1 @@
+rm_source_dir $SOURCE2_DIRECTORY-master
diff --git a/crypto/hashcat/HISTORY b/crypto/hashcat/HISTORY
index 14297d1..0a29847 100644
--- a/crypto/hashcat/HISTORY
+++ b/crypto/hashcat/HISTORY
@@ -1,3 +1,12 @@
+2016-07-15 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version bump 3.00
+ Compile-time dependency added as SOURCE2
+ * PRE_BUILD: added, unpack and place compile-time files
+ within the appropriate location for building.
+ * BUILD: updated, removed unneeded 'install' options.
+ * INSTALL: removed, default INSTALL sufficient.
+ * FINAL: added, remove SOURCE2 directory
+
2015-12-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.00
spell created
diff --git a/crypto/hashcat/INSTALL b/crypto/hashcat/INSTALL
deleted file mode 100755
index 8896330..0000000
--- a/crypto/hashcat/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-DEST=$INSTALL_ROOT/usr/bin &&
-mkdir -p $DEST &&
-cp hashcat-cli*.bin $DEST/ &&
-DEST=$INSTALL_ROOT/usr/share/apps/hashcat &&
-mkdir -p $DEST &&
-cp -a rules salts tables examples charsets $DEST
diff --git a/crypto/hashcat/PRE_BUILD b/crypto/hashcat/PRE_BUILD
new file mode 100755
index 0000000..4cb273d
--- /dev/null
+++ b/crypto/hashcat/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+mkdir -p $SOURCE_DIRECTORY/deps/$SOURCE2/CL &&
+unpack_file 2 &&
+cp $SOURCE2_DIRECTORY-master/* $SOURCE_DIRECTORY/deps/$SOURCE2/CL



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (f0e859eba5e234a98a8958a676f9706f8d4f6be3), David C. Haley, 08/09/2016

Archive powered by MHonArc 2.6.24.

Top of Page