Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-gcc-10-build.patch | Fix build with gcc-10. | Jürgen Hötzel <juergen@hoetzel.info> | no | https://github.com/nmap/ncrack/pull/83/ | ||
fix-autotools-compat.patch | Use stricter autoconf syntax imposed by newer versions This allows the Debian packaging to use "autoreconf" with a recent version of autoconf. |
=?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org> | yes | upstream | 2019-08-28 | |
fix-spelling-errors.patch | Fix spelling error | Sophie Brun <sophie@freexian.com> | no | 2019-08-28 | ||
allow-zlib-versions-with-two-part-version-number.patch | Allow zlib versions with two-part version number This makes ncrack build with zlib version 1.3. |
Peter Wienemann <fossdev@posteo.de> | yes | debian | 2024-01-04 | |
implicit-declaration-in-configure.patch | add missing headers to workaround -Werror=implicit-function-declaration | Vladimir Petko <vladimir.petko@canonical.com> | yes | debian upstream | https://github.com/nmap/ncrack/pull/135 | 2024-04-12 |
implicit-declaration-xmalloc.patch | define _GNU_SOURCE This resolves resolve implict declaration error xmalloc.c: In function ‘xasprintf’: xmalloc.c:114:13: error: implicit declaration of function ‘vasprintf’; did you mean ‘xasprintf’? [-Werror=implicit-function-declaration] 114 | i = vasprintf(ret, fmt, ap); | ^~~~~~~~~ | xasprintf _GNU_SOURCE macro enables vasprintf function declaration. |
Vladimir Petko <vladimir.petko@canonical.com> | yes | debian upstream | https://github.com/nmap/ncrack/pull/136 | 2024-04-15 |