GNU bug report logs -
#28429
[PATCH] gnu: Add John the Ripper.
Previous Next
Reported by: Eric Bavier <bavier <at> member.fsf.org>
Date: Tue, 12 Sep 2017 02:52:02 UTC
Severity: normal
Tags: patch
Done: Eric Bavier <ericbavier <at> centurylink.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Wed, 13 Sep 2017 10:10:39 +0200
ludo <at> gnu.org (Ludovic Courtès) wrote:
> Hi Eric,
>
> Eric Bavier <bavier <at> member.fsf.org> skribis:
>
> > * gnu/packages/password-utils.scm (john-the-ripper-jumbo): New variable.
>
> [...]
>
> > + `(#:configure-flags
> > + (list (string-append
> > + "CFLAGS="
>
> Is this to clear CFLAGS? We should make sure to get “-O2 -g”.
The macro definitions below must be put in CFLAGS, but yes, -O2 should
be included.
>
> > + "-DJOHN_SYSTEMWIDE=1 "
> > + "-DJOHN_SYSTEMWIDE_EXEC='\"" %output "/libexec/john\"' "
> > + "-DJOHN_SYSTEMWIDE_HOME='\"" %output "/share/john\"'")
> > + "--disable-native-tests"
> > + "--disable-native-macro")
>
> Perhaps add a comment on these two flags.
Sure. John supports a "cpu fallback" feature to match, at runtime, the
current processor with an executable appropriate for its supported
instruction set. This involves configuring and building multiple times
with different optimization flags. I wanted to implement this later
after getting the rest of things working, so these two flags turn off
the "-march=native" flag and instruction set discovery during
'configure'.
>
> > + #:tests? #f ;tests assume /etc/passwd has a pw_dir for the build user
>
> /etc/passwd in the build environment has this line (see
> nix/libstore/build.cc:1859):
>
> nixbld:x:%1%:%2%:Nix build user:/:/noshell
>
> Isn’t it sufficient to have “/” as the home directory?
It seems the build user noes not have sufficient permissions to create a
directory there? The tests want to create "~/.john" (specifically
"//.john").
>
> > + (description "John the Ripper is a fast password cracker. Its primary
> > +purpose is to detect weak Unix passwords. Besides several crypt(3) password
>
> Rather @code{crypt}.
ok.
>
> Otherwise LGTM, thank you!
Thanks, updated patch attached,
`~Eric
[0001-gnu-Add-John-the-Ripper.patch (text/x-patch, attachment)]
This bug report was last modified 7 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.