View | Details | Raw Unified | Return to bug 151699
Collapse All | Expand All

(-)hydra/Makefile (-4 / +5 lines)
Lines 7-23 Link Here
7
#
7
#
8
8
9
PORTNAME=	hydra
9
PORTNAME=	hydra
10
PORTVERSION=	5.4
10
PORTVERSION=	5.8
11
PORTREVISION=	5
12
CATEGORIES=	security
11
CATEGORIES=	security
13
MASTER_SITES=	http://www.thc.org/releases/ \
12
MASTER_SITES=	http://freeworld.thc.org/releases/
14
		${MASTER_SITE_PACKETSTORM}
13
#		${MASTER_SITE_PACKETSTORM}
15
MASTER_SITE_SUBDIR=	groups/thc
14
MASTER_SITE_SUBDIR=	groups/thc
16
EXTRACT_SUFX=	-src.tar.gz
15
EXTRACT_SUFX=	-src.tar.gz
17
16
18
MAINTAINER=	llevier@argosnet.com
17
MAINTAINER=	llevier@argosnet.com
19
COMMENT=	Brute force attack utility working on multiple network services
18
COMMENT=	Brute force attack utility working on multiple network services
20
19
20
LICENSE=	GPLv3
21
LICENSE_FILE_GPLv3=${WRKSRC}/LICENSE
21
NO_LATEST_LINK=	yes
22
NO_LATEST_LINK=	yes
22
PLIST_FILES=	bin/hydra bin/xhydra
23
PLIST_FILES=	bin/hydra bin/xhydra
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
(-)hydra/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hydra-5.4-src.tar.gz) = fa08b465d19321e77b1a0ef912eeecc1
1
MD5 (hydra-5.8-src.tar.gz) = 1b947dbcd04137efd8c9bbdc79d0448b
2
SHA256 (hydra-5.4-src.tar.gz) = cd2e7e5ea479d50982b08334b1f4477a6620e6b45bc79ab55ddd07b128c64611
2
SHA256 (hydra-5.8-src.tar.gz) = 8c97472509a1afe9c60bddbb3f3541eb706d3719fb1c4634749d1531397377aa
3
SIZE (hydra-5.4-src.tar.gz) = 208272
3
SIZE (hydra-5.8-src.tar.gz) = 203164
(-)hydra/files/patch-Makefile.am (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.am.orig	Fri May 20 16:54:16 2005
1
--- Makefile.am.orig	2010-09-29 15:19:43.000000000 +0400
2
+++ Makefile.am	Fri May 20 16:54:24 2005
2
+++ Makefile.am	2010-10-24 22:35:49.000000000 +0400
3
@@ -36,7 +36,7 @@
3
@@ -45,7 +45,7 @@
4
 	@echo
4
 	@echo
5
 
5
 
6
 xhydra:	
6
 xhydra:	
(-)hydra/files/patch-configure (-9 / +9 lines)
Lines 1-11 Link Here
1
--- configure.orig	Sat Oct 28 19:51:24 2006
1
--- configure.orig	2010-09-29 15:19:43.000000000 +0400
2
+++ configure	Sat Oct 28 19:42:03 2006
2
+++ configure	2010-10-24 22:49:10.000000000 +0400
3
@@ -118,11 +118,11 @@
3
@@ -125,11 +125,11 @@
4
     echo "                              ... NOT found, module postgres disabled"
4
     echo "                                 ... NOT found, module postgres disabled"
5
 fi
5
 fi
6
 
6
 
7
-echo "Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) ..."
7
-echo "Checking for SVN (libsvn_client-1 libapr-0.so libaprutil-0.so) ..."
8
+echo "Checking for SVN (ibsvn_client-1 libapr-1.so libaprutil-1.so) ..."
8
+echo "Checking for SVN (libsvn_client-1 libapr-1.so libaprutil-1.so) ..."
9
 for i in  $LIBDIRS /lib  /usr/lib /usr/local/lib /opt/local/lib .
9
 for i in  $LIBDIRS /lib  /usr/lib /usr/local/lib /opt/local/lib .
10
 do
10
 do
11
     if [ "X" = "X$SVN_PATH" ]; then
11
     if [ "X" = "X$SVN_PATH" ]; then
Lines 14-20 Link Here
14
             SVN_PATH="$i"
14
             SVN_PATH="$i"
15
         fi
15
         fi
16
     fi
16
     fi
17
@@ -202,8 +202,8 @@
17
@@ -303,8 +303,8 @@
18
         fi
18
         fi
19
     fi  
19
     fi  
20
     if [ "X" = "X$APR_IPATH" ]; then
20
     if [ "X" = "X$APR_IPATH" ]; then
Lines 25-31 Link Here
25
         fi
25
         fi
26
     fi  
26
     fi  
27
 done
27
 done
28
@@ -220,8 +220,8 @@
28
@@ -321,8 +321,8 @@
29
         fi
29
         fi
30
     fi  
30
     fi  
31
     if [ "X" = "X$APR_IPATH" ]; then
31
     if [ "X" = "X$APR_IPATH" ]; then
Lines 36-42 Link Here
36
         fi
36
         fi
37
     fi  
37
     fi  
38
 done
38
 done
39
@@ -379,10 +379,10 @@
39
@@ -528,10 +528,10 @@
40
     XLIBS="$XLIBS -lpq"
40
     XLIBS="$XLIBS -lpq"
41
 fi
41
 fi
42
 if [ -n "$SVN_PATH" ]; then
42
 if [ -n "$SVN_PATH" ]; then
(-)hydra/pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
5
6
NEWS: Hydra is now included in Nessus!
6
NEWS: Hydra is now included in Nessus!
7
7
8
WWW: http://www.thc.org/releases.php
8
WWW: http://freeworld.thc.org/thc-hydra/

Return to bug 151699