Package: ncrack / 0.7+debian-6
Metadata
| Package | Version | Patches format |
|---|---|---|
| ncrack | 0.7+debian-6 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix gcc 10 build.patch | (download) |
opensshlib/umac.c |
2 1 + 1 - 0 ! |
fix build with gcc-10. |
| fix autotools compat.patch | (download) |
nbase/acinclude.m4 |
24 12 + 12 - 0 ! |
use stricter autoconf syntax imposed by newer versions Bug: https://github.com/nmap/ncrack/pull/28 This allows the Debian packaging to use "autoreconf" with a recent version of autoconf. |
| fix spelling errors.patch | (download) |
docs/ncrack.1 |
16 8 + 8 - 0 ! |
fix spelling error |
| allow zlib versions with two part version number.patch | (download) |
opensshlib/configure |
2 1 + 1 - 0 ! |
allow zlib versions with two-part version number This makes ncrack build with zlib version 1.3. |
| implicit declaration in configure.patch | (download) |
opensshlib/configure.ac |
43 38 + 5 - 0 ! |
add missing headers to workaround -werror=implicit-function-declaration |
| implicit declaration xmalloc.patch | (download) |
opensshlib/xmalloc.c |
1 1 + 0 - 0 ! |
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.
|
