diff options
author | danfe <danfe@FreeBSD.org> | 2008-01-21 14:11:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-01-21 14:11:11 +0800 |
commit | b6d3fe05757ce53682744ff480441cd08f3121e8 (patch) | |
tree | 2f7beb9b26356470ed29e7c647cd1ca40f7ffd39 | |
parent | 73b64ad40010fd4401b648f66c0df6d24c832f53 (diff) | |
download | freebsd-ports-graphics-b6d3fe05757ce53682744ff480441cd08f3121e8.tar.gz freebsd-ports-graphics-b6d3fe05757ce53682744ff480441cd08f3121e8.tar.zst freebsd-ports-graphics-b6d3fe05757ce53682744ff480441cd08f3121e8.zip |
Add the contrib patchset which adds support for many more message digest
algorithms to john. New algorithms are: NT, PO, raw-MD5, IPB2, raw-sha1,
salt-sha1, md5a, KRB5, bfegg, nsldap, ssha, oracle, MYSQL, mysql-sha1,
mscash, lotus5, DOMINOSEC, NETLM, NETNTLM, mssql, mssql05.
PR: ports/119824
Submitted by: Daniel Roethlisberger
-rw-r--r-- | security/john/Makefile | 8 | ||||
-rw-r--r-- | security/john/distinfo | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index f97574c884e..f5e684d19c2 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -7,12 +7,20 @@ PORTNAME= john PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/f/ \ ftp://ftp.ru.openwall.com/pub/projects/john/${PORTVERSION}/ \ ftp://ftp.se.openwall.com/pub/projects/john/${PORTVERSION}/ \ http://distro.ibiblio.org/pub/linux/distributions/openwall/projects/john/${PORTVERSION}/ +PATCH_SITES= ftp://ftp.openwall.com/pub/projects/john/contrib/ \ + http://www.mirrorgeek.com/openwall/projects/john/contrib/ \ + ftp://ftp.cert.dfn.de/pub/tools/net/Openwall/projects/john/contrib/ \ + http://ftp.sunet.se/pub/security/tools/net/Openwall/projects/john/contrib/ +PATCHFILES= john-${PORTVERSION}-all-9.diff.gz +PATCH_DIST_STRIP= -p2 + MAINTAINER= danfe@FreeBSD.org COMMENT= Featureful Unix password cracker diff --git a/security/john/distinfo b/security/john/distinfo index 446c930f285..57ee8f08e2c 100644 --- a/security/john/distinfo +++ b/security/john/distinfo @@ -1,3 +1,6 @@ MD5 (john-1.7.2.tar.bz2) = dc6a6c2a885110ccb5da4c1e2010cb07 SHA256 (john-1.7.2.tar.bz2) = 7e2ca95ce9038771adb009133feb1b508698244449ceed84b6442f83327c5d58 SIZE (john-1.7.2.tar.bz2) = 691706 +MD5 (john-1.7.2-all-9.diff.gz) = 1f31bea932892bf3de13a748ee82ccde +SHA256 (john-1.7.2-all-9.diff.gz) = 44555f9c2b630d9c35597f1a4319379f4e3f452ab2103b21cee8d3ebe6d38bbe +SIZE (john-1.7.2-all-9.diff.gz) = 70430 |