pkgsrc-wip/hydra/Makefile
Adrian Portelli f7d4f2024f Version bump from 2.4 to 2.6
v2.6 (DECEMBER 2003)            PUBLIC RELEASE
* fixed a compiling problem for picky compilers.

v2.5 (NOVEMBER 2003)            PUBLIC RELEASE
* added a big patch from m0j0@foofus.net which adds:
    - AAA authentication to the cisco-enable module
    - Running the attacks on hosts in parallel
    - new smbnt module, which uses lanman hashes for authentication,
	needs libdes
  ! great work and thanks !
* changed code to compile easily on FreeBSD
* changed configure to compile easily on MacOS X - Panther (cool OS btw ...)
2003-12-16 22:51:25 +00:00

21 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/12/16 22:51:25 adrian_p Exp $
#
DISTNAME= hydra-2.6
CATEGORIES= security
MASTER_SITES= http://www.thc.org/releases/
MAINTAINER= adam@monkeybyte.org
HOMEPAGE= http://www.thc.org/
COMMENT= Login password cracker
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
post-extract:
@${CHMOD} 0755 ${WRKSRC}
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"