diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-22 07:09:22 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-22 07:09:22 +0800 |
commit | 84abce7cc023d72502942a60761de91386c196d5 (patch) | |
tree | 96c3df9ec5dbbcf00e10eadd4cc1fe4726ec7bd4 /security | |
parent | 8efba1f785ab5b8dba238c9aad75357e05c5f2c3 (diff) | |
download | freebsd-ports-gnome-84abce7cc023d72502942a60761de91386c196d5.tar.gz freebsd-ports-gnome-84abce7cc023d72502942a60761de91386c196d5.tar.zst freebsd-ports-gnome-84abce7cc023d72502942a60761de91386c196d5.zip |
Update to 2.3 Beta8.
* Added "firewall mode" timing optimizations which can decrease the
amount of time neccessary to SYN or connect scan some heavily filtered
hosts.
* Changed "TCP Ping" to use a random ACK value rather than 0 (an IDS
called Snort was using this to detect Nmap TCP pings).
* better FDDI support
* changes which should lead to tremendous speedups against some firewalled
hosts.
Diffstat (limited to 'security')
-rw-r--r-- | security/nmap/Makefile | 4 | ||||
-rw-r--r-- | security/nmap/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index a4bb90e71de6..4d9e329d3f98 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= nmap-2.3BETA6 -PKGNAME= nmap-2.3b6 +DISTNAME= nmap-2.3BETA8 +PKGNAME= nmap-2.3b8 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 d144bac7df76..1b3582ccc1d2 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1 +1 @@ -MD5 (nmap-2.3BETA6.tgz) = 3880dd16415a143928e72002c538dfab +MD5 (nmap-2.3BETA8.tgz) = 3a7ee22453c9b0fc6e6cec4004965587 |