summaryrefslogtreecommitdiff
path: root/security/hydra/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-02-05 00:18:29 +0000
committeradrianp <adrianp@pkgsrc.org>2006-02-05 00:18:29 +0000
commitfbe36b6a175cc47cca101895f3bd55f19bc9859b (patch)
tree77d8fa7bcc4fdf29185714b2a1793c7b87881a90 /security/hydra/Makefile
parentadad66b3126c7bb084b978875da5b3b473206c64 (diff)
downloadpkgsrc-fbe36b6a175cc47cca101895f3bd55f19bc9859b.tar.gz
Update to 5.2
> Release 5.2 > ########### > * Again again some fixed for the ssh2 module. This is the last try. If it > finally does not work reliable, I am throwing out that library! > Thanks to bykhe@mymail.ch for the patch > * Added a new module: VMWare-Auth! Thanks to david.maciejak@gmail.com! > > > Release 5.1 > ########### > * Again some fixed for the ssh2 module. Sorry. And still it might not work > in all occasions. The libssh is not as mature as we all wish it would be :-( > * HYDRA_PROXY_AUTH was never used ... weird that nobody reported that. fixed. > * Fixed bug in the base64 encoding function > * Added an md5.h include which is needed since openssl 0.9.8 > * Added an enhacement to the FTP module, thanks to piotr_sobolewski@o2.pl > * Fixed a bug when not using passwords and just -e n/s > > > Release 5.0 > ########### > ! THIS IS A THC - TAX - 10TH ANNIVERSARY RELEASE ! HAVE FUN ! > * Increadible speed-up for most modules :-) > * Added module for PC-Anywhere, thanks to david.maciejak(at)kyxar.fr! > * Added module for SVN, thanks to david.maciejak(at)kyxar.fr! > * Added --disable-xhydra option to configure, thanks to david.maciejak(at)kyxar. > fr! > - he is becoming the top supporter :-) > * Added module for SIP (VoIP), thanks to gh0st(at)staatsfeind.org > * Added support for newer sap r/3 rfcsdk > * Added check to the telnet module to work with Cisco AAA > * Fix for the VNC module, thanks to xmag > * Small enhancement to the mysql plugin by pjohnson(at)bosconet.org > > > Release 4.7 > ########### > * Updated ssh2 support to libssh v0.11 - you *must* use this version if > you want to use ssh2! download from http://www.0xbadc0de.be/?part=libssh > This hopefully fixes problems on/against Sun machines. > After fixing, I also received a patch from david maciejak - thanks :-) > * Added an attack module for rlogin and rsh, thanks to > david.maciejak(at)kyxar.fr! > * Added an attack module for the postgres database, thanks to > diaul(at)devilopers.org! (and again: david maciejak sent on in as well) > * JoMo-Kun sent in an update for his smbnt module. cool new features: > win2k native mode, xp anonymous account detection, machine name as password > * Hopefully made VNC 3.7 protocol versions to work. please report. > * Switched http and https service module to http-head, http-get and > https-get, https-head. Some web servers want HEAD, others only GET > * An initial password for cisco-enable is now not required anymore. Some > people had console access without password, so this was necessary. > * Fixed a bug in xhydra which did not allow custom ports > 100 > ! Soon to come: v5.0 - some cool new features to arrive on your pentest > machine!
Diffstat (limited to 'security/hydra/Makefile')
-rw-r--r--security/hydra/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index 8e88d02224f..b03e046049d 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 23:55:17 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/02/05 00:18:29 adrianp Exp $
#
DISTNAME= ${PKGNAME}-src
-PKGNAME= hydra-4.6
+PKGNAME= hydra-5.2
CATEGORIES= security
MASTER_SITES= http://www.thc.org/releases/
@@ -14,7 +14,7 @@ COMMENT= Login password cracker
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
-BUILD_TARGET= all ssl
+BUILD_TARGET= all
WRKSRC= ${WRKDIR}/${DISTNAME}
LICENSE+= hydra-license
@@ -25,14 +25,14 @@ SUBST_FILES.build= Makefile.am configure hydra-gtk/src/main.c
SUBST_SED.build= -e "s|@SSLBASE@|${BUILDLINK_PREFIX.openssl}|g" \
-e "s|@PREFIX@|${PREFIX}|g" \
-e "s|uname|${UNAME}|g" \
- -e "s|\./hydra|${PREFIX}/bin/hydra|g" \
+ -e "s|\\./hydra|${PREFIX}/bin/hydra|g" \
-e "s|LIBS=-lm|LIBS=-lm ${COMPILER_RPATH_FLAG}${PREFIX}/lib ${COMPILER_RPATH_FLAG}/usr/lib|g"
-SUBST_MESSAGE.build= "Patching build files."
+SUBST_MESSAGE.build= Patching build files.
USE_OLD_DES_API= YES
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
-BUILDLINK_DEPENDS.libssh+= libssh-0.1
+BUILDLINK_DEPENDS.libssh+= libssh-0.11
INSTALLATION_DIRS= bin