From a481cae1c61f2122919c372b8b7c92d8f80c58be Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 11 Nov 2017 04:24:22 +0100 Subject: [PATCH] hashcat: update to 4.0.1. --- srcpkgs/hashcat/patches/musl.patch | 11 ----------- srcpkgs/hashcat/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/srcpkgs/hashcat/patches/musl.patch b/srcpkgs/hashcat/patches/musl.patch index 630a0e2e81e..6d65d322d7b 100644 --- a/srcpkgs/hashcat/patches/musl.patch +++ b/srcpkgs/hashcat/patches/musl.patch @@ -1,14 +1,3 @@ ---- include/affinity.h.orig -+++ include/affinity.h -@@ -11,7 +11,7 @@ - - #if defined (_POSIX) - #include --#if defined (__linux__) -+#if defined (__GLIBC__) - #include - #endif // __linux__ - #endif // _POSIX --- include/sort_r.h.orig +++ include/sort_r.h @@ -187,10 +187,15 @@ diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index 896d278a82c..aa61b4c66be 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -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 " 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/"