aboutsummaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-18 18:16:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-18 18:16:16 +0000
commitbb9d153d5c8740219e48c8c44e110f175e10c8b8 (patch)
treee62d87eca3977df1870e9286f2d84861cc3d28d8 /security/john
parentbf5540034a9ef28df8a8dd0ce2c7e9e826590e21 (diff)
downloadports-bb9d153d5c8740219e48c8c44e110f175e10c8b8.tar.gz
ports-bb9d153d5c8740219e48c8c44e110f175e10c8b8.zip
- Update pkg-descr
- Add CONTACT and CREDITS to $DOCSDIR - Remove deprecated USE_REINPLACE - Remove unnecessary patch operation - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=156313
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile6
-rw-r--r--security/john/files/patch-params.h12
-rw-r--r--security/john/pkg-descr16
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/