summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-output.cc
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-03-10 12:31:25 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-03-10 12:31:25 +0000
commita638ec23f1ab5096f9af1909816f333fd2928acc (patch)
treecda313fe57dce6b9c948ebb57403b08df0141869 /security/nmap/files/patch-output.cc
parentUpgrade to 2012.21. (diff)
- 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
Notes
Notes: svn path=/head/; revision=293047
Diffstat (limited to 'security/nmap/files/patch-output.cc')
-rw-r--r--security/nmap/files/patch-output.cc9
1 files changed, 0 insertions, 9 deletions
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 <sstream>
/* 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 */