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
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”.
> + "-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.
> + #: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?
> + (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}.
Otherwise LGTM, thank you!
Ludo’.
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.