diff options
author | hubertf <hubertf> | 2000-05-10 12:04:23 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-05-10 12:04:23 +0000 |
commit | 16fcae1d1504c80061b27754f686b85a8713c5c5 (patch) | |
tree | 37277b69a665872eb849ad260400908006aa5645 /net/nmap/Makefile | |
parent | 309d7dea59e0e96ee08d6f6104cecebeaf4c33e2 (diff) | |
download | pkgsrc-16fcae1d1504c80061b27754f686b85a8713c5c5.tar.gz |
Update to nmap 2.52. Changes:
-- Fixed a "Status: Down" machine name output problem in machine
parseable logs found by Alek O. Komarnitsky ( alek (at) ast.lmco.com )
-- Took some wierd files out of the doc directory (cd, grep , vi, and
.swp)
-- Fixed some typos found by Thomas Klausner ( wiz (at)
danbala.ifoer.tuwien.ac.at )
Fixes PR 10054 by Reinoud Koornstra (reinoud@ibbnet.org).
Diffstat (limited to 'net/nmap/Makefile')
-rw-r--r-- | net/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index c5061879b2d..f94bc7df9e6 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2000/04/30 00:09:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/05/10 12:04:23 hubertf Exp $ # -DISTNAME= nmap-2.51 +DISTNAME= nmap-2.52 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tgz |