mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
- remove support for custom IPv4 only kernel [1] Short summary: - 12 new NSE scripts - hundreds of new OS/version fingerprints - dozens if smaller improvements and bug fixes Full Changelog: https://nmap.org/changelog.html [1] nmap does no longer build agains custom kernel without IPv6!
10 lines
217 B
C++
10 lines
217 B
C++
--- nmap.cc.orig 2016-03-14 23:54:51 UTC
|
|
+++ nmap.cc
|
|
@@ -123,6 +123,7 @@
|
|
|
|
/* $Id: nmap.cc 35683 2016-03-14 23:54:51Z dmiller $ */
|
|
|
|
+#include <getopt.h>
|
|
#include "nmap.h"
|
|
#include "osscan.h"
|
|
#include "osscan2.h"
|