Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Use jumbo features for john the ripper #12186

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions Library/Formula/john.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

class John < Formula
homepage 'http://www.openwall.com/john/'
url 'http://www.openwall.com/john/g/john-1.7.9.tar.bz2'
md5 '45f54fc59386ecd67daaef9f19781d93'
url 'http://www.openwall.com/john/g/john-1.7.9-jumbo-5.tar.bz2'
md5 'e7a9912e6011399d4df35013d0440c67'
version '1.7.9'

fails_with :llvm do
build 2334
Expand All @@ -28,14 +29,14 @@ def install


__END__
--- a/src/john.c 2010-01-01 22:58:55.000000000 -0500
+++ b/src/john.c 2010-01-01 22:59:11.000000000 -0500
@@ -290,7 +290,7 @@ static void john_init(char *name, int ar
cfg_init(CFG_PRIVATE_ALT_NAME, 1);
--- a/src/john.c 2012-05-01 19:59:09.000000000 +0200
+++ b/src/john.c 2012-05-01 19:59:31.000000000 +0200
@@ -436,7 +436,7 @@ static void john_init(char *name, int ar
cfg_init(CFG_PRIVATE_ALT_NAME, 1);
#endif
cfg_init(CFG_FULL_NAME, 1);
- cfg_init(CFG_ALT_NAME, 0);
+ cfg_init(CFG_ALT_NAME, 1);
cfg_init(CFG_FULL_NAME, 1);
- cfg_init(CFG_ALT_NAME, 0);
+ cfg_init(CFG_ALT_NAME, 1);
}
}

status_init(NULL, 1);