/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libdnet-stripped/NMAP_MODIFICATIONS
23 строки
739 B
dmiller
Upgrade libdnet to 1.18.0, plus Nmap's changes
31 мар 2025, 22:30
31 мар 2025, 22:30
210d6c0
Код
Авторство
О чём код?
$Id$ This is Dug Song's excellent Libdnet networking library version 1.18. It has been stripped down for inclusion within Nmap and modified as follows: o Removed the following directories: python, test, man o Removed the fw-* files except for fw-none because Nmap doesn't use the firewall API. Changed configure.in to always use fw-none. o Removed files in now-removed dirs that were referenced in the AC_OUTPUT at the end of configure.ac o Ran "aclocal -I . -I config" to regenerate aclocal.m4 with the same version of aclocal that is used with the rest of Nmap o Added this NMAP_MODIFICATIONS file. o Regenerated build files with Autoconf 2.69, Automake 1.16.5, and libtool 2.4.6. Other changes documented as commits.