Debian Patches
Status for mdk4/4.2-5
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 | ||
ftbfs-with-gcc-14.patch | Fixes two errors causing FTBFS with gcc-14 channelhopper.c:48:26: error: initialization of 'pthread_t' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] . poc.c:516:17: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch] . Backporting some changes applied upstream (Closes: #1081054). |
Sven Geuer <sge@debian.org> | no | backport, https://github.com/aircrack-ng/mdk4/commit/36ca143a2e6c0b75b5ec60143b0c5eddd3d2970c | 2024-10-04 |