Package: hashcat / 6.2.6+ds2-1

Metadata

Package Version Patches format
hashcat 6.2.6+ds2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_makefile.patch | (download)

src/Makefile | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix makefile to suit our needs

* Inject CPPFLAGS and LDFLAGS where appropriate for better hardening.

add_kfreebsd_support.diff | (download)

include/sort_r.h | 2 1 + 1 - 0 !
src/Makefile | 5 4 + 1 - 0 !
src/affinity.c | 2 1 + 1 - 0 !
src/folder.c | 2 1 + 1 - 0 !
src/shared.c | 5 5 + 0 - 0 !
5 files changed, 12 insertions(+), 4 deletions(-)

 add support of kfreebsd

fix spelling error.patch | (download)

src/user_options.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix spelling error

Don t strip executables when DEBUG 0.patch | (download)

src/Makefile | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 don't strip executables when debug=0

We want the Debian build system to do the stripping, not the upstream
build system. And we want to use the default optimization level set by
dpkg-buildflags.

Update shebangs.patch | (download)

tools/aescrypt2hashcat.pl | 2 1 + 1 - 0 !
tools/benchmark_deep.pl | 2 1 + 1 - 0 !
tools/bitwarden2hashcat.py | 2 1 + 1 - 0 !
tools/cryptoloop2hashcat.py | 2 1 + 1 - 0 !
tools/exodus2hashcat.py | 2 1 + 1 - 0 !
tools/metamask2hashcat.py | 2 1 + 1 - 0 !
tools/mozilla2hashcat.py | 2 1 + 1 - 0 !
tools/radmin3_to_hashcat.pl | 2 1 + 1 - 0 !
tools/recursivefiles2sha256sum.pl | 2 1 + 1 - 0 !
tools/securenotes2hashcat.pl | 2 1 + 1 - 0 !
tools/sqlcipher2hashcat.pl | 2 1 + 1 - 0 !
tools/test.pl | 2 1 + 1 - 0 !
tools/test_rules.pl | 2 1 + 1 - 0 !
tools/virtualbox2hashcat.py | 2 1 + 1 - 0 !
tools/vmwarevmx2hashcat.py | 2 1 + 1 - 0 !
15 files changed, 15 insertions(+), 15 deletions(-)

 update shebangs

Use correct shebangs for Debian:
- /usr/bin/perl instead of /usr/bin/env perl
- /usr/bin/env python3 instead of /usr/bin/env python