diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 02:16:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 02:16:16 +0800 |
commit | cd2648573b1437ba780ec2d423c9ccf6276fd208 (patch) | |
tree | ad24f08ffba8f7c2dcaf46e898c31e36cb09a62d /security | |
parent | 2feab99f3b482ad2b05ba8bf9e45c96078915c97 (diff) | |
download | freebsd-ports-gnome-cd2648573b1437ba780ec2d423c9ccf6276fd208.tar.gz freebsd-ports-gnome-cd2648573b1437ba780ec2d423c9ccf6276fd208.tar.zst freebsd-ports-gnome-cd2648573b1437ba780ec2d423c9ccf6276fd208.zip |
- Update pkg-descr
- Add CONTACT and CREDITS to $DOCSDIR
- Remove deprecated USE_REINPLACE
- Remove unnecessary patch operation
- Bump PORTREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/john/Makefile | 6 | ||||
-rw-r--r-- | security/john/files/patch-params.h | 12 | ||||
-rw-r--r-- | security/john/pkg-descr | 16 |
3 files changed, 13 insertions, 21 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index f49ce321261c..7c62875d4af6 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -7,6 +7,7 @@ PORTNAME= john PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/d/ \ ftp://ftp.ru.openwall.com/pub/projects/john/ @@ -14,10 +15,9 @@ MASTER_SITES= http://www.openwall.com/john/d/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Featureful Unix password cracker -USE_REINPLACE= yes - DATAFILES= all.chr alnum.chr alpha.chr digits.chr lanman.chr password.lst -PORTDOCS= CHANGES CONFIG EXAMPLES EXTERNAL FAQ MODES OPTIONS README RULES +PORTDOCS= CHANGES CONFIG EXAMPLES EXTERNAL FAQ MODES OPTIONS README \ + RULES CONTACT CREDITS WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/security/john/files/patch-params.h b/security/john/files/patch-params.h index 9b2fdab964ee..f4984d7f84b1 100644 --- a/security/john/files/patch-params.h +++ b/security/john/files/patch-params.h @@ -1,6 +1,6 @@ ---- params.h.orig Sat Dec 31 04:21:22 2005 -+++ params.h Sat Dec 31 04:25:13 2005 -@@ -22,15 +22,15 @@ +--- params.h.orig Mon Jan 9 15:33:18 2006 ++++ params.h Sat Feb 18 19:02:07 2006 +@@ -22,12 +22,12 @@ * will probably want to set this to 1 for their builds of John. */ #ifndef JOHN_SYSTEMWIDE @@ -14,11 +14,7 @@ +#define JOHN_SYSTEMWIDE_EXEC "%%PREFIX%%/bin/john" #endif #ifndef JOHN_SYSTEMWIDE_HOME --#define JOHN_SYSTEMWIDE_HOME "/usr/share/john" -+#define JOHN_SYSTEMWIDE_HOME "%%DATADIR%%" - #endif - #define JOHN_PRIVATE_HOME "~/.john" - #endif + #define JOHN_SYSTEMWIDE_HOME "/usr/share/john" @@ -74,8 +74,8 @@ /* * File names. diff --git a/security/john/pkg-descr b/security/john/pkg-descr index 24852022c405..0f7c72dbef70 100644 --- a/security/john/pkg-descr +++ b/security/john/pkg-descr @@ -1,12 +1,8 @@ -John the Ripper is a UNIX password cracker, currently available for UNIX -(tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 Alpha), DOS, -WinNT/Win95. - - John the Ripper supports the following cracking modes: - - wordlist with or without rules; - - "single crack", makes use of the login/GECOS information; - - incremental, tries all character combinations; - - external, allows you to define your own cracking mode. - - MD5 based password files support +John the Ripper is a fast password cracker, currently available for many flavors +of Unix (11 are officially supported, not counting different architectures), +DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix +passwords. Besides several crypt(3) password hash types most commonly found on +various Unix flavors, supported out of the box are Kerberos/AFS and Windows +NT/2000/XP LM hashes, plus many more with contributed patches. WWW: http://www.openwall.com/john/ |