diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-07-11 21:21:35 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-07-11 21:21:35 +0000 |
commit | cfcc60d58cbf54c7e32cf38a2028ee1e2c3ae378 (patch) | |
tree | 61d88ac62d5eae63f7c087b9183d67ca6036355e /security/hashcat/files/patch-include_common.h | |
parent | Set NO_ARCH=yes. (diff) |
Upgrade to 3.00
This is a major rewrite that combines the codebases of the former
hashcat (running on the main CPU) and oclHashcat (running on the GPU).
Because of the extent of the changes, the previous version will still
remain available, renamed to 'hashcat-legacy' (following upstream)
ChangeLog: https://github.com/hashcat/hashcat/releases/tag/v3.00
PR: 210873
Submitted by: lifanov@mail.lifanov.com (maintainer)
Notes
Notes:
svn path=/head/; revision=418409
Diffstat (limited to 'security/hashcat/files/patch-include_common.h')
-rw-r--r-- | security/hashcat/files/patch-include_common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/hashcat/files/patch-include_common.h b/security/hashcat/files/patch-include_common.h new file mode 100644 index 000000000000..bf13aed556fe --- /dev/null +++ b/security/hashcat/files/patch-include_common.h @@ -0,0 +1,14 @@ +--- include/common.h.orig 2016-06-28 09:47:32 UTC ++++ include/common.h +@@ -51,6 +51,11 @@ + #include <mach/mach.h> + #endif + ++#ifdef __FreeBSD__ ++#include <termios.h> ++#include <sys/ioctl.h> ++#endif ++ + typedef void *OCL_LIB; + + #ifdef HAVE_HWMON |