summaryrefslogtreecommitdiff
path: root/net/nmapfe/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2006-04-25 13:43:09 +0000
committersalo <salo>2006-04-25 13:43:09 +0000
commitc276b7369205597b5f2f640220e9320755bbd3b5 (patch)
treed0dae63dcf9a203ec4bd9bb2e8e82bc926046d88 /net/nmapfe/Makefile
parentb01d79e06667ff06219223b3a6f085b9c64c8277 (diff)
downloadpkgsrc-c276b7369205597b5f2f640220e9320755bbd3b5.tar.gz
Update to version 4.03
Changes: - Updated the LibPCRE build system to add the -fno-thread-jumps option to gcc when compiling on the new Intel-based Apple Mac OS X systems. Hopefully this resolves the version detection crashes that several people have reported on such systems. Thanks to Kurt Grutzmacher (grutz(a)jingojango.net) for sending the configure.ac patch. - Increased a write buffer length to avoid Nmap from quitting with the message "log_vwrite: write buffer not large enough -- need to increase". Thanks to Dave (dmarcher(a)pobox.com) for reporting the issue. - Made some portability fixes to keep Nmap compiling with the newest Visual Studio 2005. Thanks to KX (kxmail(a)gmail.com) for suggesting them. - Service fingerprints are now provided in the XML output whenever they would appear in the interactive output (i.e. when a service respons with data but is unrecognized). They are shown in a new 'servicefp' attribute to the 'service' tag. Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for sending the patch. - Improved the Windows build system -- mswin32/Makefile now takes care of packaging Nmap and creating the installers once Visual Studio (GUI) is done building the Release version of mswin32/nmap.sln. If someone knows how to do this (build) step on the command line (using the Makefile), please let me know. Or if you know how to at least make 'Release' (rather than Debug) the default configuration, that would be valuable. - WinPcap 3.1 binaries are now shipped in the Nmap tarball, along with a customized (for Nmap) installer written by Doug Hoyte. That new WinPcap installer is now used in the Nmap self-installer. - Fixed (I hope) a problem where aggresive --min-parallelization option values could cause Nmap to quit with the message "box(300, 100, 15) called (min,max,num)". Thanks to Richard van den Berg (richard.vandenberg(a)ins.com) for reporting the problem. - Fixed a rare crash bug thanks to a report and patch from Ganga Bhavani (GBhavani(a)everdreamcorp.com)
Diffstat (limited to 'net/nmapfe/Makefile')
-rw-r--r--net/nmapfe/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile
index ba7db0efe42..5c7e28ccfee 100644
--- a/net/nmapfe/Makefile
+++ b/net/nmapfe/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2006/04/17 13:46:44 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2006/04/25 13:43:09 salo Exp $
#
-DISTNAME= nmap-4.01
+DISTNAME= nmap-4.03
PKGNAME= nmapfe-0.9.5
-PKGREVISION= 27
+PKGREVISION= 28
CATEGORIES= net security
MASTER_SITES= http://www.insecure.org/nmap/dist/
EXTRACT_SUFX= .tar.bz2