From b629e5f60449ff48aeabcb6096e14ba6f8d6d3f8 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Fri, 19 Aug 2016 15:17:31 +0000 Subject: Update to 3.10 Upstream have included our local patches. ChangeLog: https://raw.githubusercontent.com/hashcat/hashcat/v3.10/docs/changes.txt PR: 211998 Submitted by: lifanov@mail.lifanov.com (maintainer) --- security/hashcat/files/patch-src_hashcat.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 security/hashcat/files/patch-src_hashcat.c (limited to 'security/hashcat/files/patch-src_hashcat.c') diff --git a/security/hashcat/files/patch-src_hashcat.c b/security/hashcat/files/patch-src_hashcat.c deleted file mode 100644 index c1bb3ccc5111..000000000000 --- a/security/hashcat/files/patch-src_hashcat.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/hashcat.c.orig 2016-06-28 09:47:32 UTC -+++ src/hashcat.c -@@ -6,7 +6,7 @@ - * License.....: MIT - */ - --#ifdef DARWIN -+#if defined(DARWIN) || defined(__FreeBSD__) - #include - #endif - -@@ -6134,7 +6134,7 @@ int main (int argc, char **argv) - - char *exec_path = get_exec_path (); - -- #ifdef LINUX -+ #if defined(LINUX) || defined(__FreeBSD__) - - char *resolved_install_folder = realpath (INSTALL_FOLDER, NULL); - char *resolved_exec_path = realpath (exec_path, NULL); -- cgit v1.2.3