ports/security/nmap/files/patch-nmap.cc
Olli Hauer 9b743fa397 - upate to version 7.10
- 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!
2016-03-17 21:29:58 +00:00

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"