about summary refs log tree commit diff
path: root/pkgs/tools/security/hashcat
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06hashcat: 6.2.5 -> 6.2.6 (#189921)R. RyanTM1-2/+2
2021-11-28hashcat: 6.2.4 -> 6.2.5Fabian Affolter1-2/+2
2021-08-31hashcat: 6.2.3 -> 6.2.4Fabian Affolter1-2/+2
2021-07-21hashcat: 6.2.2 -> 6.2.3 (#130870)R. RyanTM1-2/+2
2021-06-14hashcat: 6.2.1 -> 6.2.2 (#126820)ElXreno1-2/+2
Change-Id: I3aa4d98b448b1a046cdcc103011c58a1a67c23de
2021-05-16hashcat: 6.1.1 -> 6.2.1 (#123256)R. RyanTM1-2/+2
2021-05-11hashcat: fixup opencl support (#121961)Arthur Gautier1-0/+2
This fixes the following compilation error: ``` clBuildProgram(): CL_BUILD_PROGRAM_FAILURE /run/user/1000/comgr-64ff7f/input/CompileSource:2252:18: fatal error: cannot open file '/run/user/1000/comgr-64ff7f/input/inc_comp_multi_bs.cl': No such file or directory #include COMPARE_M ^ /run/user/1000/comgr-64ff7f/input/CompileSource:16:19: note: expanded from macro 'COMPARE_M' ^ 1 error generated. Error: Failed to compile opencl source (from CL or HIP source to LLVM IR). ``` Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-22hashcat: Fix OpenCL support for ROCmfasheng1-0/+6
Fix OpenCL issue like darktable did. Confirm that `hashcat -b -m 2500` can be successfully executed on ROCm/RX 580.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-01hashcat: 6.0.0 -> 6.1.1 (#94449)R. RyanTM1-2/+2
2020-06-19hashcat: 5.1.0 -> 6.0.0 (#91063)Pavol Rusnak1-3/+9
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-05-28hashcat: 5.0.0 -> 5.1.0Vladyslav M2-27/+5
2019-01-08hashcat: clean up with placeholderJan Tojnar1-7/+1
2018-11-17hashcat: 4.2.1 -> 5.0.0Kier Davis2-4/+27
This introduces a dependency on xxHash. Unfortunately, hashcat's build system wants to rebuild xxHash from the source code located in `<hashcat source root>/deps/git/xxHash`, a Git submodule whose contents are not included in the source tarball we currently download. This could be fixed by either using a recursive git clone instead a tarball download, or patching the build files to use an existing installation of xxHash (i.e. the one already provided by Nix). I believe the latter is preferable since it avoids the situation in which the xxHash version used by hashcat is different to the xxHash version used by all other Nix packages. Fortunately, this situation has been greatly improved [1] since release 5.0.0; the next release of hashcat should drop usage of git submodules and provide better support for using existing installations of dependencies. [1] https://github.com/hashcat/hashcat/commit/4177e1ee286f80c344f7bae6a65c40192f523e0a
2018-08-08hashcat: 4.1.0 -> 4.2.1R. RyanTM1-2/+2
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.
2018-03-04hashcat: 4.0.1 -> 4.1.0Franz Pletz1-2/+2
2017-12-04hashcat: 4.0.0 -> 4.0.1Orivej Desh1-2/+2
Upstream has moved 4.0.0 into https://hashcat.net/files_legacy/hashcat-4.0.0.7z
2017-11-01hashcat: 2.00 -> 4.0.0zimbatm2-62/+24
remove 3.6.0 which was not the default
2017-08-03Update homepage attributes: http -> httpsmimadrid2-2/+2
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-08-01hashcat3: 3.10 -> 3.6.0Franz Pletz1-5/+5
Upstream switched versioning scheme.
2017-06-05Fix hooks not being called when overriding phases in various packagesKier Davis1-0/+2
It's necessary to do this in order to fix ckb's compilation, now that fixupPhase rejects derivation results containing references to the temporary build directory. It seems like good practice so I've added it to the other packages that I maintain.
2017-01-20opencl-icd: remove, point to ocl-icdNikolay Amiantov1-2/+2
2016-12-07hashcat3: init at 3.10Kier Davis1-0/+35
2016-05-10hashcat: 0.49 -> 2.00Bjørn Forsman1-21/+11
The current URL is broken, upstream has moved the download from .../files/ to .../files_legacy/. But after fixing that, starting hashcat results in: $ ./result/bin/hashcat ERROR: this copy of hashcat is outdated. Get a more recent version. So just update to latest. New releases are on github, the license is now MIT and there are build system changes.
2015-06-01hashcat: fix build and update to 0.49Emil Rangden1-4/+4
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-2/+2
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-08-22Fix various evaluation problemsEelco Dolstra1-0/+2
http://hydra.nixos.org/build/13616685
2014-03-31hashcat: version 0.47Austin Seipp1-0/+48
Signed-off-by: Austin Seipp <aseipp@pobox.com>