aboutsummaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-18 17:21:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-18 17:21:06 +0000
commit5a16dbc0bddffd061a91369ecf14bfa78283892e (patch)
tree317ebdc0948adf398ddbf117988f85b58badb1d8 /security/john
parent622f799796877ab13f2b41dd50b409fdf9758c3f (diff)
downloadports-5a16dbc0bddffd061a91369ecf14bfa78283892e.tar.gz
ports-5a16dbc0bddffd061a91369ecf14bfa78283892e.zip
Notes
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile4
-rw-r--r--security/john/distinfo4
-rw-r--r--security/john/files/patch-Makefile6
-rw-r--r--security/john/files/patch-john.conf8
-rw-r--r--security/john/files/patch-params.h17
5 files changed, 22 insertions, 17 deletions
diff --git a/security/john/Makefile b/security/john/Makefile
index 36c96128a02c..7c9eb2372d84 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= john
-PORTVERSION= 1.6.34
+PORTVERSION= 1.6.37
CATEGORIES= security
-MASTER_SITES= http://www.openwall.com/john/dl/ \
+MASTER_SITES= http://www.openwall.com/john/a/ \
ftp://ftp.ru.openwall.com/pub/projects/john/
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
${PORTNAME}-1.6.tar.gz
diff --git a/security/john/distinfo b/security/john/distinfo
index b341cde859f2..732cf6f459a1 100644
--- a/security/john/distinfo
+++ b/security/john/distinfo
@@ -1,4 +1,4 @@
-MD5 (john-1.6.34.tar.gz) = f97c1ca4506bcbac4ae65abe3c2dc461
-SIZE (john-1.6.34.tar.gz) = 133618
+MD5 (john-1.6.37.tar.gz) = 9403233b640927295c05b0564ff1f678
+SIZE (john-1.6.37.tar.gz) = 139372
MD5 (john-1.6.tar.gz) = aae782f160041b2bdc624b0a84054e32
SIZE (john-1.6.tar.gz) = 497341
diff --git a/security/john/files/patch-Makefile b/security/john/files/patch-Makefile
index e525c3cdc364..83fbb0612775 100644
--- a/security/john/files/patch-Makefile
+++ b/security/john/files/patch-Makefile
@@ -1,7 +1,7 @@
---- Makefile Wed Apr 10 14:35:25 2002
-+++ Makefile Wed Jan 15 23:28:44 2003
+--- Makefile Sun Nov 30 02:02:25 2003
++++ Makefile Wed Apr 14 15:34:42 2004
@@ -3,10 +3,10 @@
- # Copyright (c) 1996-2002 by Solar Designer
+ # Copyright (c) 1996-2003 by Solar Designer
#
-CPP = gcc
diff --git a/security/john/files/patch-john.conf b/security/john/files/patch-john.conf
index 8703181c87c2..4eb2646241ca 100644
--- a/security/john/files/patch-john.conf
+++ b/security/john/files/patch-john.conf
@@ -1,11 +1,11 @@
---- ../run/john.conf Fri May 10 19:16:35 2002
-+++ ../run/john.conf Wed Jan 15 23:18:43 2003
+--- ../run/john.conf Wed Aug 20 22:56:16 2003
++++ ../run/john.conf Wed Apr 14 15:28:33 2004
@@ -5,7 +5,7 @@
[Options]
# Wordlist file name, to be used in batch mode
--Wordfile = $JOHN/password.lst
-+Wordfile = %%PREFIX%%/share/john/password.lst
+-Wordlist = $JOHN/password.lst
++Wordlist = %%PREFIX%%/share/john/password.lst
# Use idle cycles only
Idle = N
# Crash recovery file saving delay in seconds
diff --git a/security/john/files/patch-params.h b/security/john/files/patch-params.h
index 246739101933..4e72616bd4c4 100644
--- a/security/john/files/patch-params.h
+++ b/security/john/files/patch-params.h
@@ -1,6 +1,11 @@
---- params.h Sun Sep 15 20:19:20 2002
-+++ params.h Wed Jan 15 23:50:29 2003
-@@ -26,8 +26,8 @@
+--- params.h.orig Mon Feb 23 17:07:38 2004
++++ params.h Sun Apr 18 19:16:14 2004
+@@ -22,12 +22,12 @@
+ * will probably want to set this to 1 for their builds of John.
+ */
+ #ifndef JOHN_SYSTEMWIDE
+-#define JOHN_SYSTEMWIDE 0
++#define JOHN_SYSTEMWIDE 1
#endif
#if JOHN_SYSTEMWIDE
@@ -22,10 +27,10 @@
#if JOHN_SYSTEMWIDE
#define CFG_PRIVATE_FULL_NAME JOHN_PRIVATE_HOME "/john.conf"
#define CFG_PRIVATE_ALT_NAME JOHN_PRIVATE_HOME "/john.ini"
-@@ -78,7 +78,7 @@
- #define LOG_NAME "$JOHN/john.pot"
- #define RECOVERY_NAME "$JOHN/restore"
+@@ -82,7 +82,7 @@
#endif
+ #define LOG_SUFFIX ".log"
+ #define RECOVERY_SUFFIX ".rec"
-#define WORDLIST_NAME "$JOHN/password.lst"
+#define WORDLIST_NAME "%%PREFIX%%/share/john/password.lst"