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 filePatch | File delta | Description |
---|---|---|
fix_makefile.patch | (download) |
src/Makefile |
10 5 + 5 - 0 ! |
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 ! |
add support of kfreebsd |
fix spelling error.patch | (download) |
src/user_options.c |
1 0 + 1 - 0 ! |
fix spelling error |
Don t strip executables when DEBUG 0.patch | (download) |
src/Makefile |
7 0 + 7 - 0 ! |
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 ! |
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 |