From fa78580a8640af5792c3cf3dd90a592aeb7d056b Mon Sep 17 00:00:00 2001
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Fri, 5 May 2000 01:51:06 +0000
Subject: Update to version 2.52. [fixes minor typos in 2.51]

---
 security/nmap/Makefile       |  2 +-
 security/nmap/distinfo       |  2 +-
 security/nmap/files/patch-aa | 28 +++++-----------------------
 3 files changed, 7 insertions(+), 25 deletions(-)

(limited to 'security')

diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index efa7a106cd21..cdd702f47727 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	nmap
-PORTVERSION=	2.51
+PORTVERSION=	2.52
 CATEGORIES=	security net
 MASTER_SITES=	http://www.insecure.org/nmap/dist/  \
 		ftp://nuxi.ucdavis.edu/pub/misc/  \
diff --git a/security/nmap/distinfo b/security/nmap/distinfo
index b377d9bc496a..c7f568ffaa3d 100644
--- a/security/nmap/distinfo
+++ b/security/nmap/distinfo
@@ -1 +1 @@
-MD5 (nmap-2.51.tgz) = 9374b13c049c588c7067a5b49521e54d
+MD5 (nmap-2.52.tgz) = 96d355870fd417f30bf3fe76d4292615
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa
index f3463fa5ba62..c18d03d76af3 100644
--- a/security/nmap/files/patch-aa
+++ b/security/nmap/files/patch-aa
@@ -1,29 +1,11 @@
---- Makefile.in.orig	Sat Apr 29 13:37:50 2000
-+++ Makefile.in	Sun Apr 30 01:38:54 2000
-@@ -11,7 +11,7 @@
- CC = @CC@
- CCOPT = 
- LIBPCAPDIR = @libpcapdir@
+--- Makefile.in.orig	Mon May  1 19:17:38 2000
++++ Makefile.in	Thu May  4 16:42:44 2000
+@@ -16 +16 @@
 -INCLS = -I. -I$(LIBPCAPDIR)
 +INCLS = -I. # -I$(LIBPCAPDIR)
- DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
- CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
- # CFLAGS = -g -Wall $(DEFS) $(INCLS)
-@@ -36,7 +36,7 @@
- 
- all: $(TARGET) nmapfe/nmapfe
- 
+@@ -41 +41 @@
 -$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
 +$(TARGET): $(DEPS) $(OBJS)
- 	@echo Compiling nmap
- 	rm -f $@
- 	$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
-@@ -129,7 +129,7 @@
- 	$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
- 
- install: $(TARGET)
+@@ -144 +144 @@
 -	$(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
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0