Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hashcat: 4.1.0 -> 4.2.1 #44775

Merged
merged 1 commit into from Aug 9, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 8, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hashcat/versions.

meta.description for hashcat is: '"Fast password cracker"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1/bin/.hashcat-wrapped passed the binary check.
  • /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1/bin/hashcat passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 2 of 2 passed binary check by having the new version present in output.
  • found 4.2.1 with grep in /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1
  • directory tree listing: https://gist.github.com/79e15a2e251dd467b1597e332f627342
  • du listing: https://gist.github.com/437666f0ec44af4e29113385a632096e
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 500319c4b6f11afd0195be455ed4c95215570501 && nix-shell --pure -I nixpkgs=. -p hashcat

cc @kierdavis @zimbatm for testing.

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hashcat/versions.
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: hashcat

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: hashcat

Partial log (click to expand)

install -m 755 hashcat                                   /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1/bin/
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1
shrinking /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1/bin/hashcat
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1/bin
patching script interpreter paths in /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1
/nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1/share/doc/hashcat/extra/tab_completion/install: interpreter directive changed from "/bin/bash" to "/nix/store/dkh7l9a4sx7zqh8riqbj3z21sz25p8xy-bash-4.4-p23/bin/bash"
checking for references to /build in /nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1...
/nix/store/5m8i4gq1nsdjn22r3wisxsz57ydgpcdx-hashcat-4.2.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: hashcat

Partial log (click to expand)

install -m 755 hashcat                                   /nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1/bin/
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1
shrinking /nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1/bin/hashcat
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1/bin
patching script interpreter paths in /nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1
/nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1/share/doc/hashcat/extra/tab_completion/install: interpreter directive changed from "/bin/bash" to "/nix/store/6vqgi9d49smsbr2qxra52yhipg0yxf9f-bash-4.4-p23/bin/bash"
checking for references to /build in /nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1...
/nix/store/wqyvbfx4hazfkb1hqg57ppcnmabkjbf0-hashcat-4.2.1

@adisbladis adisbladis merged commit 8ab945b into NixOS:master Aug 9, 2018
@r-ryantm r-ryantm deleted the auto-update/hashcat branch August 9, 2018 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants