From f7fe4919b58fa10ba768d7bd1df336df41c89ec9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 18 2022 12:11:28 +0000 Subject: import nmap-7.70-7.el8 --- diff --git a/SOURCES/nmap_resolve_config.patch b/SOURCES/nmap_resolve_config.patch new file mode 100644 index 0000000..b843921 --- /dev/null +++ b/SOURCES/nmap_resolve_config.patch @@ -0,0 +1,12 @@ +diff --git a/ncat/ncat_core.c b/ncat/ncat_core.c +index 21eca9e..c45a04e 100644 +--- a/ncat/ncat_core.c ++++ b/ncat/ncat_core.c +@@ -287,6 +287,7 @@ int resolve(const char *hostname, unsigned short port, + int result; + + flags = 0; ++ flags |= AI_ADDRCONFIG; + if (o.nodns) + flags |= AI_NUMERICHOST; + diff --git a/SPECS/nmap.spec b/SPECS/nmap.spec index 10b531d..37eca41 100644 --- a/SPECS/nmap.spec +++ b/SPECS/nmap.spec @@ -13,7 +13,7 @@ Name: nmap Epoch: 2 Version: 7.70 #global prerelease TEST5 -Release: 6%{?dist} +Release: 7%{?dist} # Uses combination of licenses based on GPL license, but with extra modification # so it got its own license tag rhbz#1055861 License: Nmap @@ -37,6 +37,9 @@ Patch5: ncat_reg_stdin.diff Patch6: nmap-6.25-displayerror.patch Patch7: nmap-safe_fd_functions.patch +# https://github.com/nmap/nmap/pull/2247 +Patch8: nmap_resolve_config.patch + URL: http://nmap.org/ BuildRequires: gcc-c++ @@ -270,6 +273,9 @@ fi %endif %changelog +* Wed May 04 2022 Martin Osvald - 2:7.70-7 +- Do not listen on ipv6 if it's disabled (#1899824) + * Wed Jul 21 2021 Pavel Zhukov - 2:7.70-6 - Use safe variants of FD_ functions (#1914733)