Package: hashcat / 6.1.1+ds1-1

Metadata

Package Version Patches format
hashcat 6.1.1+ds1-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 | 7 5 + 2 - 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, 13 insertions(+), 5 deletions(-)

 add support of kfreebsd

fix spelling error.patch | (download)

src/usage.c | 2 1 + 1 - 0 !
src/user_options.c | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 fix spelling error

change path to ioapi.h.patch | (download)

include/ext_lzma.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 we didn't include contrib/minizip/ioapi.h (upstream ships
it in deps/zlib). We can use the Debian package libminizip-dev: change
the include accordingly.

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.