ports/151699: [PATCH] security/hydra: update to 5.8

Ruslan Mahmatkhanov cvs-src at yandex.ru
Sun Oct 24 19:20:05 UTC 2010


>Number:         151699
>Category:       ports
>Synopsis:       [PATCH] security/hydra: update to 5.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 19:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.1-STABLE
>Organization:
>Environment:
8.1-STABLE i386
>Description:
- update to 5.8
- change MASTER_SITES
- disable PACKETSTORM mastersite for now - it doesn't have new distfile
- actualize patches
- add LICENSE
- change url in pkg-descr

Please mirror distfile on FreeBSD ftp! thc.org is unstable.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list