hashcat: update to 4.0.1.

This commit is contained in:
Duncaen 2017-11-11 04:24:22 +01:00
parent c8005bd1fb
commit a481cae1c6
2 changed files with 2 additions and 13 deletions

View File

@ -1,14 +1,3 @@
--- include/affinity.h.orig
+++ include/affinity.h
@@ -11,7 +11,7 @@
#if defined (_POSIX)
#include <pthread.h>
-#if defined (__linux__)
+#if defined (__GLIBC__)
#include <sys/sysctl.h>
#endif // __linux__
#endif // _POSIX
--- include/sort_r.h.orig
+++ include/sort_r.h
@@ -187,10 +187,15 @@

View File

@ -1,6 +1,6 @@
# Template file for 'hashcat'
pkgname=hashcat
version=4.0.0
version=4.0.1
revision=1
build_style=gnu-makefile
make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr"
@ -10,7 +10,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=e14c169d6966830e7b7423e17e678f3333e074ec50dae50bdde40e8e0e8658be
checksum=8c25ace8791c641ebe32f66e4d9c29ff43bf484a6652f06bdba9df4e7ac7b5dd
CFLAGS="-W -Wall -std=c99 -Iinclude/ -Iinclude/lzma_sdk/ -IOpenCL/"