Package Details: john-git 1.9.0.Jumbo.1.r1012.g9a55a3744-2

Git Clone URL: https://aur.archlinux.org/john-git.git (read-only, click to copy)
Package Base: john-git
Description: fast password cracker (using the git repository of the jumbo patch)
Upstream URL: http://www.openwall.com/john/
Licenses: GPL2, custom
Conflicts: john
Provides: john
Submitter: Atsutane
Maintainer: david_rysk
Last Packager: david_rysk
Votes: 10
Popularity: 0.000000
First Submitted: 2012-11-03 17:25 (UTC)
Last Updated: 2023-01-17 22:01 (UTC)

Dependencies (18)

Required by (8)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

CyberShadow commented on 2018-10-15 23:28 (UTC)

Okay, it looks like the outdated patch is not the only problem. The directory structure seems to have changed, and the package() function now fails.

Looking at the community package in ABS, it looks like the PKGBUILDs have diverged significantly. Reconciling them would be a non-trivial amount of work.

I'm not interested in doing that work right now, so I'm orphaning the package for now. @xtrm0 feel free to adopt the package if you're up to the task; otherwise, I may re-adopt it later when I have some time to sort through this.

CyberShadow commented on 2018-10-15 23:09 (UTC)

Sorry, I must have missed the comment.

I'll fix it now.

NaBoo commented on 2018-02-13 20:57 (UTC) (edited on 2018-02-13 21:01 (UTC) by NaBoo)

@jachymb :

To fix the patch problem you need to change the params.h.patch

I think this will work

--- params.h.orig   2018-02-13 19:15:10.027258087 +0100
+++ params.h    2018-02-13 19:15:35.492398333 +0100
@@ -156,9 +156,9 @@
  * File names.
  */
 #ifdef __DJGPP__
-#define CFG_FULL_NAME          "$JOHN/john.ini"
+#define CFG_FULL_NAME          "/etc/john/john.ini"
 #else
-#define CFG_FULL_NAME          "$JOHN/john.conf"
+#define CFG_FULL_NAME          "/etc/john/john.conf"
 #endif
 #if JOHN_SYSTEMWIDE
 #ifdef __DJGPP__

You will also need to change in PKGBUILD

first you need to change the md5sum of the patch file (line 29). For example my patch file md5sum is : 2594814704667e63847b8a9ee97b7d61

Then you have to replace ( line 88 ) odf2john.py by libreoffice2john.py. Link to the new script

And voila you should be able to compile. I hope this will help you.

jachymb commented on 2017-11-29 23:44 (UTC)

Build fails with the following error: ==> Starting prepare()... patching file params.h Hunk #1 FAILED at 101. 1 out of 1 hunk FAILED -- saving rejects to file params.h.rej ==> ERROR: A failure occurred in prepare(). Aborting... ==> ERROR: Makepkg was unable to build john-git.

yan12125 commented on 2017-04-07 16:32 (UTC)

Hello @CyberShadow, I don't use John the Ripper anymore and I'll disown this. Feel free to update and fix issues.

CyberShadow commented on 2017-04-06 23:42 (UTC)

Config files currently broken, please add "hybrid," to line 72. Also, shouldn't this have opencl-headers in optdepends or makedepends or something? md5crypt-opencl is broken for me with nvidia, but I don't think it's a packaging bug.

yan12125 commented on 2015-10-27 14:26 (UTC)

Added best64.conf but `john --test` still fails in some OpenCL related tests. I'm not familiar with OpenCL so I can't help more.

matse commented on 2015-10-25 20:28 (UTC)

In the PKGBUILD in line 70 "base64" is missing, john complains about missing List.Rules:base64 otherwise, greetings, matse

sanerb commented on 2015-07-30 17:47 (UTC)

(tested against opencl-nvidia-beta driver in AUR btw)