diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-07-22 20:27:57 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-07-22 20:27:57 +0000 |
commit | c148cbfcf72401261f731d5023e6e7761102321a (patch) | |
tree | 99fa234087ce26dc3920b2d7d3920f923e43eee8 /security/hydra/files/patch-hydra.h | |
parent | - Update to 4.7.3 (diff) |
security/hydra: update to 8.2
- update to 8.2
- switch to option helpers
- kick off WANT_GNOME and define all the deps explicitly
- regenerate patches with make makepatch
Changes: https://www.thc.org/thc-hydra/CHANGES
Notes
Notes:
svn path=/head/; revision=418930
Diffstat (limited to 'security/hydra/files/patch-hydra.h')
-rw-r--r-- | security/hydra/files/patch-hydra.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/hydra/files/patch-hydra.h b/security/hydra/files/patch-hydra.h index 01b3d5d2af17..30c84b55ab7e 100644 --- a/security/hydra/files/patch-hydra.h +++ b/security/hydra/files/patch-hydra.h @@ -1,6 +1,6 @@ ---- hydra.h.orig 2011-10-02 12:06:16.000000000 +0400 -+++ hydra.h 2011-10-13 15:08:39.000000000 +0400 -@@ -30,10 +30,6 @@ +--- hydra.h.orig 2016-06-16 14:57:15 UTC ++++ hydra.h +@@ -31,10 +31,6 @@ #endif #endif @@ -8,6 +8,6 @@ -#include <libssh/libssh.h> -#endif - - #define OPTION_SSL 1 - - #define PORT_NOPORT -1 + #ifdef HAVE_ZLIB + #include <zlib.h> + #endif |