Package: hashcat / 3.30-1

Metadata

Package Version Patches format
hashcat 3.30-1 3.0 (quilt)

Patch series

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

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

 fix makefile to suit our needs

* Drop -march=native which results in binaries unusable on CPU with fewer
  features.
* Inject CPPFLAGS and LDFLAGS where appropriate for better hardening.
* Update RPATH to point to LIBRARY_FOLDER so that we can install the
  library in a private directory.

add_kfreebsd_support.diff | (download)

include/common.h | 2 1 + 1 - 0 !
include/ext_OpenCL.h | 2 1 + 1 - 0 !
include/sort_r.h | 2 1 + 1 - 0 !
src/Makefile | 8 5 + 3 - 0 !
src/folder.c | 2 1 + 1 - 0 !
src/shared.c | 7 6 + 1 - 0 !
6 files changed, 15 insertions(+), 8 deletions(-)

 add support of kfreebsd