Package: nmap / 6.47-3+deb8u2

Metadata

Package Version Patches format
nmap 6.47-3+deb8u2 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


0003 Updated German translation of zenmap.patch | (download)

zenmap/share/zenmap/locale/de.po | 782 556 + 226 - 0 !
1 file changed, 556 insertions(+), 226 deletions(-)

 updated german translation of zenmap


0004 Fail early when unable to properly resolve proxy nam.patch | (download)

nsock/src/nsock_proxy.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fail early when unable to properly resolve proxy names.

This is a backported patch from r33198 from upstream SVN.

0005 Ignore errors when enumerating interfaces.patch | (download)

libdnet-stripped/src/intf.c | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 ignore errors when enumerating interfaces

When _intf_get_noalias() or _intf_get_aliases() fail, that usually means
that addr_ston() failed to grab the address for a certain family. As new
address families pop up all the time it seems ridiculous that failing to
parse a single address type should render the whole interface scan empty.
Instead the interface should just be skipped and the other interfaces
reported properly.