aboutsummaryrefslogtreecommitdiff
path: root/security/hydra
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2011-10-18 19:02:54 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2011-10-18 19:02:54 +0000
commit4cfcfc6f3daf947a277234d438f5d0064510cbf2 (patch)
treecd75436631e5e52045b4996de275ed3b616c34b3 /security/hydra
parente2bb08665c84f310c29b40fea07116967609ea46 (diff)
downloadports-4cfcfc6f3daf947a277234d438f5d0064510cbf2.tar.gz
ports-4cfcfc6f3daf947a277234d438f5d0064510cbf2.zip
- Updated to 7.1
- Added patch to avoid superfluous inclusion of libssh.h to make it build with WITH_SSH PR: ports/161543 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=283846
Diffstat (limited to 'security/hydra')
-rw-r--r--security/hydra/Makefile2
-rw-r--r--security/hydra/distinfo4
-rw-r--r--security/hydra/files/patch-hydra.h13
3 files changed, 16 insertions, 3 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index c299cf0bdcd0..9b44168ab1bd 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= hydra
-PORTVERSION= 7.0
+PORTVERSION= 7.1
CATEGORIES= security
MASTER_SITES= http://freeworld.thc.org/releases/
EXTRACT_SUFX= -src.tar.gz
diff --git a/security/hydra/distinfo b/security/hydra/distinfo
index d95d04aa5477..41aa4e774345 100644
--- a/security/hydra/distinfo
+++ b/security/hydra/distinfo
@@ -1,2 +1,2 @@
-SHA256 (hydra-7.0-src.tar.gz) = a2457636b51f8a958bc092aafb7a59af57fa31e31d9b90211566247ac7cda33c
-SIZE (hydra-7.0-src.tar.gz) = 650342
+SHA256 (hydra-7.1-src.tar.gz) = 551ef1f72848dab19f6a1ff9fe31f08143c8cef26f638d93e7110b4bce49d0a4
+SIZE (hydra-7.1-src.tar.gz) = 664022
diff --git a/security/hydra/files/patch-hydra.h b/security/hydra/files/patch-hydra.h
new file mode 100644
index 000000000000..01b3d5d2af17
--- /dev/null
+++ b/security/hydra/files/patch-hydra.h
@@ -0,0 +1,13 @@
+--- 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 @@
+ #endif
+ #endif
+
+-#ifdef LIBSSH
+-#include <libssh/libssh.h>
+-#endif
+-
+ #define OPTION_SSL 1
+
+ #define PORT_NOPORT -1