summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-output.cc
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-01-06 18:42:38 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-01-06 18:42:38 +0000
commitdfddabb5cdd6a0e2edb137b35c609011dc384b55 (patch)
treeb3544f3ae2c10f532f054641c53a200dc0321f75 /security/nmap/files/patch-output.cc
parent- Update to 1.496 (diff)
- update nmap to version 6.25
- fix build with clang and stdlib=libc++ [1] Nmap 6.25 [2012-11-29] o [NSE] Added CPE to smb-os-discovery output. o [Ncat] Fixed the printing of warning messages for large arguments to the -i and -w options. [Michal Hlavinka] o [Ncat] Shut down the write part of connected sockets in listen mode when stdin hits EOF, just as was already done in connect mode. [Michal Hlavinka] o [NSE] Added new fingerprints for http-enum: Sitecore, Moodle, typo3, SquirrelMail, RoundCube. [Jesper Kückelhahn] o Added some new checks for failed library calls. [Bill Parker] PR: 172358 174817 Submitted by: arrowdodger <6yearold@gmail.com> [1] Anders N. <wicked@baot.se> (general update request)
Notes
Notes: svn path=/head/; revision=310010
Diffstat (limited to 'security/nmap/files/patch-output.cc')
-rw-r--r--security/nmap/files/patch-output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nmap/files/patch-output.cc b/security/nmap/files/patch-output.cc
index af5c99e6ef48..b64921477b93 100644
--- a/security/nmap/files/patch-output.cc
+++ b/security/nmap/files/patch-output.cc
@@ -7,4 +7,4 @@
+#include <sys/param.h>
#include <sstream>
- /* Workaround for lack of namespace std on HP-UX 11.00 */
+ extern NmapOps o;