upgrade to Nmap 2.2 BETA4

This commit is contained in:
brad 1999-08-02 06:26:26 +00:00
parent 66013e6f0d
commit ee97bf626b
3 changed files with 23 additions and 17 deletions

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.7 1999/07/27 04:05:48 brad Exp $
# $OpenBSD: Makefile,v 1.8 1999/08/02 06:26:26 brad Exp $
DISTNAME= nmap-2.12
DISTNAME= nmap-2.2-BETA4
PKGNAME= nmap-2.2b4
CATEGORIES= net
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
ftp://relay.nuxi.com/pub/misc/

View File

@ -1,3 +1,3 @@
MD5 (nmap-2.12.tgz) = 197fc5fe2888febf47efe7d823e2f678
RMD160 (nmap-2.12.tgz) = 1e187b1362a2c922d06889ac0092e0b294bcd88b
SHA1 (nmap-2.12.tgz) = 34af175009d14f1afb22da38229fd01f3c4c4076
MD5 (nmap-2.2-BETA4.tgz) = 23c3e6c7f4969338b79c8e6fa6c2ddbd
RMD160 (nmap-2.2-BETA4.tgz) = bba005274fc640b9f6fc028761cefffe2f43e728
SHA1 (nmap-2.2-BETA4.tgz) = b8783b65a52d0cf6df5c900263c025c68540b909

View File

@ -1,12 +1,6 @@
--- Makefile.in.orig Mon Jul 26 22:28:22 1999
+++ Makefile.in Mon Jul 26 22:29:17 1999
@@ -5,12 +5,12 @@
sbindir = @sbindir@
mandir = @mandir@
srcdir = @srcdir@
-libdir = @libdir@/nmap
+libdir = @libdir@
--- Makefile.in.orig Fri May 7 07:20:11 1999
+++ Makefile.in Mon Aug 2 02:11:51 1999
@@ -10,7 +10,7 @@
CC = @CC@
CCOPT =
LIBPCAPDIR = @libpcapdir@
@ -15,12 +9,23 @@
DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(libdir)\"
CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
@@ -32,7 +32,7 @@
@@ -33,7 +33,7 @@
all: $(TARGET)
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
+$(TARGET): $(DEPS) $(OBJS) # @PCAP_DEPENDS@
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) nmapfe/nmapfe
+$(TARGET): $(DEPS) $(OBJS) # @PCAP_DEPENDS@ nmapfe/nmapfe
@echo Compiling nmap
rm -f $@
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
@@ -124,8 +124,8 @@
install: all
$(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir)
$(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
+# @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 docs/$(TARGET).1 $(mandir)/man1/$(TARGET).1
$(INSTALL) -c -m 644 nmap-os-fingerprints $(libdir)/nmap-os-fingerprints
$(INSTALL) -c -m 644 nmap-services $(libdir)/nmap-services