mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
hashcat: update to 3.10.
This commit is contained in:
parent
ac37915bc4
commit
cd854d6772
2 changed files with 2 additions and 20 deletions
|
@ -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'
|
# Template file for 'hashcat'
|
||||||
pkgname=hashcat
|
pkgname=hashcat
|
||||||
version=3.00
|
version=3.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target="native"
|
make_build_target="native"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://hashcat.net/hashcat/"
|
homepage="https://hashcat.net/hashcat/"
|
||||||
distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz"
|
distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz"
|
||||||
checksum=0283791b91db9dd7ee7431d8975c63419c73232945b76eedcefbe12becfa19c4
|
checksum=3b555e5f7b35ab6a4558bc460f28d80b32f5a211bf9e08d6a1ba1bad5203e3e9
|
||||||
|
|
||||||
CFLAGS="-W -Wall -std=c99 -Iinclude/ -IOpenCL/"
|
CFLAGS="-W -Wall -std=c99 -Iinclude/ -IOpenCL/"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue