Package: nmap / 7.95+dfsg-3

Metadata

Package Version Patches format
nmap 7.95+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use su to root.patch | (download)

zenmap/install_scripts/unix/zenmap-root.desktop | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use su-to-root


0002 Use Debian s ca certificates.patch | (download)

ncat/ncat_posix.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use debian's ca-certificates


0004 Ignore errors of install d invocations.patch | (download)

Makefile.in | 8 4 + 4 - 0 !
nping/Makefile.in | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 ignore errors of "install -d" invocations


Disable custom functions in ndiff setup.py.patch | (download)

ndiff/setup.py | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 disable custom functions in ndiff/setup.py


upstream Fix incompatible pointer type error.patch | (download)

nselib/data/psexec/nmap_service.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix passing argument 4 of readfile from incompatible pointer type
 ReadFile returns the number of read bytes in a DWORD, i.e. unsigned long,
 not in an int.
 Mangle returned value into an int when it is used with calling output(), it
 cannot be greater than 1023 (= 0x3FF) anyway.