diff options
author | hubertf <hubertf> | 2000-05-10 12:04:23 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-05-10 12:04:23 +0000 |
commit | 6a8cd349483deb920b03187bb417c13bdef06abf (patch) | |
tree | 37277b69a665872eb849ad260400908006aa5645 /net | |
parent | 02d0a3f742a0f6843e9cd6b01ba19fac5b0bc161 (diff) | |
download | pkgsrc-6a8cd349483deb920b03187bb417c13bdef06abf.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')
-rw-r--r-- | net/nmap/Makefile | 4 | ||||
-rw-r--r-- | net/nmap/files/md5 | 4 | ||||
-rw-r--r-- | net/nmap/files/patch-sum | 4 | ||||
-rw-r--r-- | net/nmap/patches/patch-aa | 14 |
4 files changed, 13 insertions, 13 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 diff --git a/net/nmap/files/md5 b/net/nmap/files/md5 index d14e4d9a330..b45f7e0291f 100644 --- a/net/nmap/files/md5 +++ b/net/nmap/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 2000/04/30 00:09:02 wiz Exp $ +$NetBSD: md5,v 1.7 2000/05/10 12:04:25 hubertf Exp $ -MD5 (nmap-2.51.tgz) = 9374b13c049c588c7067a5b49521e54d +MD5 (nmap-2.52.tgz) = 96d355870fd417f30bf3fe76d4292615 diff --git a/net/nmap/files/patch-sum b/net/nmap/files/patch-sum index 65f78522d85..76f05f70a46 100644 --- a/net/nmap/files/patch-sum +++ b/net/nmap/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.4 2000/04/30 00:09:02 wiz Exp $ +$NetBSD: patch-sum,v 1.5 2000/05/10 12:04:25 hubertf Exp $ -MD5 (patch-aa) = 4a00afeb131ca7221c0bf35c13c25d8e +MD5 (patch-aa) = 4d4bb581c9009c51b6101361f4c8c0e7 MD5 (patch-ab) = bb9ea9c7ed515429b5bde12f9823459c diff --git a/net/nmap/patches/patch-aa b/net/nmap/patches/patch-aa index 43f1156f0b4..0f2dab84808 100644 --- a/net/nmap/patches/patch-aa +++ b/net/nmap/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2000/04/30 00:09:02 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2000/05/10 12:04:25 hubertf Exp $ ---- Makefile.in.orig Sat Apr 29 22:37:50 2000 -+++ Makefile.in Sun Apr 30 01:53:43 2000 -@@ -34,7 +34,7 @@ +--- Makefile.in.orig Sat May 6 12:33:36 2000 ++++ Makefile.in Sat May 6 12:34:09 2000 +@@ -36,7 +36,7 @@ DEPS = nmap.h error.h targets.h osscan.h tcpip.h utils.h global_structures.h charpool.h services.h rpc.h portlist.h @@ -11,12 +11,12 @@ $NetBSD: patch-aa,v 1.3 2000/04/30 00:09:02 wiz Exp $ $(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) @echo Compiling nmap -@@ -129,7 +129,7 @@ +@@ -141,7 +141,7 @@ $(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS) install: $(TARGET) - $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir) + $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(INSTALL) -c -m 755 nmap $(bindir)/nmap - @echo "If the next command failes -- you cannot use the X front end" - -test -f nmapfe/nmapfe && $(INSTALL) -c -m 755 nmapfe/nmapfe $(bindir)/nmapfe && $(SHTOOL) mkln -f -s $(bindir)/nmapfe $(bindir)/xnmap && $(INSTALL) -c -m 644 nmapfe.desktop $(deskdir)/nmapfe.desktop + @echo "If the next command fails -- you cannot use the X front end" + -test -f nmapfe/nmapfe && $(INSTALL) -c -m 755 nmapfe/nmapfe $(bindir)/nmapfe && $(SHTOOL) mkln -f -s $(bindir)/nmapfe $(bindir)/xnmap && $(INSTALL) -c -m 644 nmapfe.desktop $(deskdir)/nmapfe.desktop && $(INSTALL) -c -m 644 docs/nmapfe.1 $(mandir)/man1/nmapfe.1 && $(INSTALL) -c -m 644 docs/xnmap.1 $(mandir)/man1/xnmap.1 |