hashcat: update to 3.10.
This commit is contained in:
parent
ac37915bc4
commit
cd854d6772
|
@ -1,18 +0,0 @@
|
|||
diff --git include/common.h include/common.h
|
||||
index c63d15a..2a8b3bc 100644
|
||||
--- include/common.h
|
||||
+++ include/common.h
|
||||
@@ -41,7 +42,13 @@
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef LINUX
|
||||
+#ifdef __GLIBC__
|
||||
#include <termio.h>
|
||||
+#else
|
||||
+#include <termios.h>
|
||||
+#include <sys/ioctl.h>
|
||||
+#define termio termios
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
#ifdef DARWIN
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hashcat'
|
||||
pkgname=hashcat
|
||||
version=3.00
|
||||
version=3.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_target="native"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="https://hashcat.net/hashcat/"
|
||||
distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz"
|
||||
checksum=0283791b91db9dd7ee7431d8975c63419c73232945b76eedcefbe12becfa19c4
|
||||
checksum=3b555e5f7b35ab6a4558bc460f28d80b32f5a211bf9e08d6a1ba1bad5203e3e9
|
||||
|
||||
CFLAGS="-W -Wall -std=c99 -Iinclude/ -IOpenCL/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue