diff options
author | salo <salo@pkgsrc.org> | 2003-04-28 20:49:23 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-04-28 20:49:23 +0000 |
commit | 2eb95c351c2722c34446198d7114fea9dd6b74bd (patch) | |
tree | a4a092404034963925f855ebd1e458fee796ee8b /net | |
parent | b8dfdad88788619e0d6508c3b2733c9c3a269fd6 (diff) | |
download | pkgsrc-2eb95c351c2722c34446198d7114fea9dd6b74bd.tar.gz |
Update to version 2.37.
Changes:
- Nmap now compiles under Amiga thanks to patches sent by Diego
Casorran (dcr8520@amiga.org).
- Fixed a backwards WIN32 ifdef that broke UDP and small-fragment
scans for some operating systems other than Linux and Windows.
Thanks to Guido van Rooij (guido@gvr.org) for reporting the problem
and sending a patch.
- Applied patch from Marius Strobl (marius@alchemy.franken.de) which
improves the definition of NET_SIZE_T on FreeBSD so that it compiles
on 64-bit platforms.
Diffstat (limited to 'net')
-rw-r--r-- | net/nmap/DESCR | 12 | ||||
-rw-r--r-- | net/nmap/Makefile | 4 | ||||
-rw-r--r-- | net/nmap/distinfo | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/nmap/DESCR b/net/nmap/DESCR index 590763b5d37..99da40fc123 100644 --- a/net/nmap/DESCR +++ b/net/nmap/DESCR @@ -1,6 +1,6 @@ -Nmap is a utility for port scanning large networks, although it -works fine for single hosts. It supports many different scanning -techniques and has a number of performance and reliability features -such as dynamic delay time calculations, packet timeout and -retransmission, parallel port scanning, detection of down hosts -via parallel pings, and flexible target and port specification. +Nmap is a utility for port scanning large networks, although it works fine +for single hosts. It supports many different scanning techniques and has +a number of performance and reliability features such as dynamic delay time +calculations, packet timeout and retransmission, parallel port scanning, +detection of down hosts via parallel pings, and flexible target and port +specification. diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 73ec5ab5517..d1d2bc13b55 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/04/28 14:53:22 salo Exp $ +# $NetBSD: Makefile,v 1.23 2003/04/28 20:49:23 salo Exp $ # -DISTNAME= nmap-3.26 +DISTNAME= nmap-3.27 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/nmap/distinfo b/net/nmap/distinfo index 84957d5375c..82e9d29f65f 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2003/04/27 11:42:14 salo Exp $ +$NetBSD: distinfo,v 1.10 2003/04/28 20:49:23 salo Exp $ -SHA1 (nmap-3.26.tar.bz2) = 7f68da91ca80df5bf28999c43f777517dd0ca35b -Size (nmap-3.26.tar.bz2) = 871101 bytes +SHA1 (nmap-3.27.tar.bz2) = 2504dba0d42fb51b023184e2dfac3ff91e09a2ad +Size (nmap-3.27.tar.bz2) = 871619 bytes SHA1 (patch-aa) = 44dc9c98c8b032c7dc538ee89fcd42636f607f34 SHA1 (patch-ab) = 590271ab5edd85ec8304ae5ee2248c8249b42195 SHA1 (patch-ad) = 78b40e4840efc2c7d8b9ab94e0eedc4b47239304 |