diff options
author | pettai <pettai> | 2010-03-21 21:58:23 +0000 |
---|---|---|
committer | pettai <pettai> | 2010-03-21 21:58:23 +0000 |
commit | cd562fb51ad8050f494d32e752778c9ce30b6d1b (patch) | |
tree | 33232bc0b1010bf9dc1a6f7223b1d5bf51217c2b /net/nmap/Makefile | |
parent | a3a8f2c0fc4fe341db2b76b971aa0de7183cfbcc (diff) | |
download | pkgsrc-cd562fb51ad8050f494d32e752778c9ce30b6d1b.tar.gz |
Nmap 5.21 [2010-01-27] (-> Nmap 5.00)
Some of highlights are:
o Dramatically improved the version detection database, integrating
2,596 submissions that users contributed since February 3, 2009!
o Added 7 new NSE scripts for a grand total of 79!
o Performed a memory consumption audit and made changes to
dramatically reduce Nmap's footprint.
o A major service detection submission integration.
o Added some new service detection probes
o Added 14 new NSE scripts for a grand total of 72! You can learn
about them all at http://nmap.org/nsedoc/. Here are the new ones:
o Nmap's --traceroute has been rewritten for better performance.
o Integrated 1,349 fingerprints (and 81 corrections).
o [NSE] Default socket parallelism has been doubled from 10 to 20.
o [NSE] Now supports worker threads
o Zenmap now includes ports in the services view whenever Nmap found
them "interesting," whatever their state.
o [Ncat, Ndiff] The exit codes of these programs now reflect whether
they succeeded.
o Optimize MAC address prefix lookup by using an std::map
o Canonicalized the list of OS detection device types to a smaller set.
o Zenmap's UI performance has improved significantly.
o [NSE] socket garbage collection was rewritten for better performance.
Many many bugfixes!
For full changelog, see http://nmap.org/changelog.html
Ok'ed during freeze by wiz@
Diffstat (limited to 'net/nmap/Makefile')
-rw-r--r-- | net/nmap/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index b8e356e0546..8cd6cc0e40c 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2010/03/21 02:50:47 schmonz Exp $ +# $NetBSD: Makefile,v 1.71 2010/03/21 21:58:23 pettai Exp $ # -DISTNAME= nmap-5.00 -PKGREVISION= 2 +DISTNAME= nmap-5.21 CATEGORIES= net security MASTER_SITES= http://nmap.org/dist/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://insecure.org/nmap/ COMMENT= Network/port scanner with OS detection +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -18,11 +18,14 @@ BUILDLINK_API_DEPENDS.libpcap= libpcap>=0.9.4 BUILDLINK_API_DEPENDS.libpcre= libpcre>=6.7 GNU_CONFIGURE= yes + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake PLIST_SRC= ${WRKDIR}/.PLIST_SRC +BUILD_DEFS+= IPV6_READY + .include "options.mk" CHECK_INTERPRETER_SKIP+= share/zenmap/su-to-zenmap.sh |