From 160bcee3fd83cd84fb291e91e73a152f4fa8dbbf Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 20 Sep 1999 04:51:19 +0000 Subject: Upgrade to 2.3BETA6. * Added sophisticated timing controls to give the user much more control over Nmap's speed. This allows you to make Nmap much more aggressive to scan hosts faster, or you can make Nmap more "polite" -- slower but less likely to wreak havoc on your Network. You can even enforce large delays between sending packets to sneak under IDS thresholds and prevent detection. See the new "Timing Options" section of the Nmap man page for more information on using this. * New "Window scan" that does fun things with ACK packets. -sW activates this scan type. It is mostly effective against BSD, AIX, Digital UNIX, and various older HP/UX, SunOS, and VAX. --- security/nmap/Makefile | 4 ++-- security/nmap/distinfo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'security/nmap') diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 4c7a1b4c1bb5..a4bb90e71de6 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= nmap-2.3BETA5 -PKGNAME= nmap-2.3b5 +DISTNAME= nmap-2.3BETA6 +PKGNAME= nmap-2.3b6 CATEGORIES= security net MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://relay.nuxi.com/pub/misc/ diff --git a/security/nmap/distinfo b/security/nmap/distinfo index f9750705eaef..d144bac7df76 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1 +1 @@ -MD5 (nmap-2.3BETA5.tgz) = 509c640ffb9586ee61af02b607d73529 +MD5 (nmap-2.3BETA6.tgz) = 3880dd16415a143928e72002c538dfab -- cgit v1.2.3