summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-04-30 00:09:01 +0000
committerwiz <wiz@pkgsrc.org>2000-04-30 00:09:01 +0000
commit515db97f9d0395a7f5335744953ef6bc876da569 (patch)
tree657dd680229a06c3059ed73bc9bcaf28798d7f63 /net/nmap
parentab5bef336520f91c166dc98b65c867bda78a7e1b (diff)
downloadpkgsrc-515db97f9d0395a7f5335744953ef6bc876da569.tar.gz
Update nmap to 2.51.
Maintainer shared my opinion about architecture independent data files belonging into share/ instead of lib/. Other changes against 2.50: Target parsing bug fixed, new rpc number list.
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/Makefile4
-rw-r--r--net/nmap/files/md54
-rw-r--r--net/nmap/files/patch-sum4
-rw-r--r--net/nmap/patches/patch-aa21
4 files changed, 12 insertions, 21 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
index ca41c4b0c28..c5061879b2d 100644
--- a/net/nmap/Makefile
+++ b/net/nmap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2000/04/29 17:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2000/04/30 00:09:01 wiz Exp $
#
-DISTNAME= nmap-2.50
+DISTNAME= nmap-2.51
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 0c5d5ba4c08..d14e4d9a330 100644
--- a/net/nmap/files/md5
+++ b/net/nmap/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 2000/04/29 17:32:19 wiz Exp $
+$NetBSD: md5,v 1.6 2000/04/30 00:09:02 wiz Exp $
-MD5 (nmap-2.50.tgz) = 4fbc65b30bc117bfd0169121d741227a
+MD5 (nmap-2.51.tgz) = 9374b13c049c588c7067a5b49521e54d
diff --git a/net/nmap/files/patch-sum b/net/nmap/files/patch-sum
index e2c34b93f67..65f78522d85 100644
--- a/net/nmap/files/patch-sum
+++ b/net/nmap/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.3 2000/04/29 17:32:19 wiz Exp $
+$NetBSD: patch-sum,v 1.4 2000/04/30 00:09:02 wiz Exp $
-MD5 (patch-aa) = 85d0013bebc7bb67d530f0e3ae04e777
+MD5 (patch-aa) = 4a00afeb131ca7221c0bf35c13c25d8e
MD5 (patch-ab) = bb9ea9c7ed515429b5bde12f9823459c
diff --git a/net/nmap/patches/patch-aa b/net/nmap/patches/patch-aa
index cafd8c2c0ff..43f1156f0b4 100644
--- a/net/nmap/patches/patch-aa
+++ b/net/nmap/patches/patch-aa
@@ -1,16 +1,7 @@
-$NetBSD: patch-aa,v 1.2 2000/04/29 17:32:19 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2000/04/30 00:09:02 wiz Exp $
---- Makefile.in.orig Fri Apr 28 08:21:52 2000
-+++ Makefile.in Sat Apr 29 18:56:00 2000
-@@ -5,7 +5,7 @@
- sbindir = @sbindir@
- mandir = @mandir@
- srcdir = @srcdir@
--libdir = @libdir@/nmap
-+libdir = @datadir@/nmap
- deskdir = $(prefix)/share/gnome/apps/Utilities
-
- CC = @CC@
+--- Makefile.in.orig Sat Apr 29 22:37:50 2000
++++ Makefile.in Sun Apr 30 01:53:43 2000
@@ -34,7 +34,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
@@ -20,12 +11,12 @@ $NetBSD: patch-aa,v 1.2 2000/04/29 17:32:19 wiz Exp $
$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
@echo Compiling nmap
-@@ -128,7 +128,7 @@
+@@ -129,7 +129,7 @@
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
install: $(TARGET)
-- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir) $(deskdir)
-+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir)
+- $(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