From a638ec23f1ab5096f9af1909816f333fd2928acc Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sat, 10 Mar 2012 12:31:25 +0000 Subject: - update to version 5.61TEST5 small snippet from changelog: http://nmap.org/changelog.html o Integrated all of your IPv4 OS fingerprint submissions since June 2011 (about 1,900 of them) Added about 256 new fingerprints (total 3,572) o Integrated all of your service/version detection fingerprints submitted since November 2010 (signature count increased to 7,423) o Integrated your latest IPv6 OS submissions and corrections o [NSE] Added 43(!) NSE scripts, bringing the total up to 340 o [NSE] Added 14 new protocol libraries o [CPE] (Common Platform Enumeration) OS classification is now supported for IPv6 OS detection o Added a new --script-args-file option o [NSE] Added support for decoding EIGRP broadcasts from Cisco routers to broadcast-listener o [NSE] Added redirect support to the http library o Update to the latest MAC address prefix assignments from IEEE as of March 8, 2012 Test builds sponsored by redports.org Feature safe: yes --- security/nmap/files/patch-output.cc | 9 --------- 1 file changed, 9 deletions(-) (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 3d2f102f93ec..af5c99e6ef48 100644 --- a/security/nmap/files/patch-output.cc +++ b/security/nmap/files/patch-output.cc @@ -8,12 +8,3 @@ #include /* Workaround for lack of namespace std on HP-UX 11.00 */ -@@ -940,7 +941,7 @@ - case LOG_MACHINE: - case LOG_SKID: - case LOG_XML: --#ifdef WIN32 -+#if defined(WIN32) || (defined(FREEBSD) && (__FreeBSD_version < 500000)) - apcopy = ap; - #else - va_copy(apcopy, ap); /* Needed in case we need to do a second vsnprintf */ -- cgit v1.2.3