Debian Patches

Status for mdk4/4.2-4

Patch Description Author Forwarded Bugs Origin Last update
manpage_example.patch Point to example file in --help output
===================================================================
Samuel Henrique <samueloph@debian.org> no 2024-04-22
makefile_osdep_parallel_build_fix.patch makefile_osdep_parallel_build_fix Debian Security Tools <team+pkg-security@tracker.debian.org> no upstream, https://github.com/aircrack-ng/mdk4/commit/a214f5cedc0e27060d10a359a1efeaed7d4ab2a3 2024-04-22
fix-x-mode-bug.patch fix x mode bug E7mer <haimohk@gmail.com> no upstream, https://github.com/aircrack-ng/mdk4/commit/9e595b2f72b9c6cf12cc688e46e3eba3bac1b4d3 2021-10-15
Declare-functions-before-using-it.patch Declare functions before using it
Lately Debian enabled -Werror=implicit-function-declaration, causing the
build to break in a few places. Fix it by declaring functions before
using it, or including the right libraries.

Errors that this commit fixes are:

```
probing.c:236:3: error: implicit declaration of function ‘add_ssid_set’ [-Werror=implicit-function-declaration]
probing.c:237:3: error: implicit declaration of function ‘add_rate_sets’ [-Werror=implicit-function-declaration]
poc.c:152:30: error: implicit declaration of function ‘get_file_lines’ [-Werror=implicit-function-declaration]
poc.c:169:59: error: implicit declaration of function ‘str_to_hex’ [-Werror=implicit-function-declaration]
poc.c:522:30: error: implicit declaration of function ‘toupper’ [-Werror=implicit-function-declaration]
test.c:164:3: error: implicit declaration of function ‘load_greylist’; did you mean ‘test_greylist’? [-Werror=implicit-function-declaration]
```
Arnaud Rebillout <arnaudr@kali.org> yes 2024-04-22

All known versions for source package 'mdk4'

Links