From dfddabb5cdd6a0e2edb137b35c609011dc384b55 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 6 Jan 2013 18:42:38 +0000 Subject: - update nmap to version 6.25 - fix build with clang and stdlib=libc++ [1] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. (general update request) --- security/nmap/files/patch-output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/nmap/files/patch-output.cc') 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 #include - /* Workaround for lack of namespace std on HP-UX 11.00 */ + extern NmapOps o; -- cgit v1.2.3