1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Upgrade to 2.00.

This commit is contained in:
David E. O'Brien 1998-12-15 11:18:32 +00:00
parent 70f829e8fc
commit 7091c3a40e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15358
13 changed files with 58 additions and 25 deletions

View File

@ -4,17 +4,23 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $
# $Id: Makefile,v 1.4 1998/08/20 22:06:00 obrien Exp $
#
DISTNAME= nmap-1.51
DISTNAME= nmap-2.00
CATEGORIES= security net
MASTER_SITES= http://www.insecure.org/nmap/
MASTER_SITES= http://www.insecure.org/nmap/ \
ftp://relay.nuxi.com/pub/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
MAN1= nmap.1
post-extract:
@ -22,6 +28,5 @@ post-extract:
post-install:
@strip ${PREFIX}/bin/nmap
@${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (nmap-1.51.tar.gz) = 1a5e2d4fbc455120a581c1bd68dbd9d7
MD5 (nmap-2.00.tgz) = 063f1b0d901e0787416c92d67b1cd283

View File

@ -1,11 +1,17 @@
--- Makefile.in.orig Mon May 25 06:11:27 1998
+++ Makefile.in Thu Aug 20 15:04:19 1998
@@ -9,7 +9,7 @@
--- Makefile.in.orig Wed Oct 7 19:59:00 1998
+++ Makefile.in Thu Oct 8 03:57:23 1998
@@ -10,4 +10,4 @@
CC = @CC@
CCOPT =
LIBPCAPDIR = @libpcapdir@
-INCLS = -I. -I$(LIBPCAPDIR)
+INCLS = -I.
DEFS = @DEFS@
CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
LDFLAGS = @LDFLAGS@
+INCLS = -I. # -I$(LIBPCAPDIR)
@@ -30,7 +30,7 @@
all: $(TARGET)
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
+$(TARGET): $(DEPS) $(OBJS) # @PCAP_DEPENDS@
@echo Compiling nmap
rm -f $@
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)

View File

@ -7,6 +7,8 @@ ICMP, etc.). You just can't do all this with one scanning mode. Thus nmap
incorporats virtually every scanning technique known of.
See the nmap homepage at http://www.insecure.org/nmap/index.html
And the Phrack Magazine article (Volume 7, Issue 51 September 01, 1997,
article 11 of 17) http://www.insecure.org/nmap/p51-11.txt
-- David
obrien@cs.ucdavis.edu

View File

@ -1 +1,3 @@
@comment $Id$
bin/nmap
share/misc/nmap-os-fingerprints

View File

@ -4,17 +4,23 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $
# $Id: Makefile,v 1.4 1998/08/20 22:06:00 obrien Exp $
#
DISTNAME= nmap-1.51
DISTNAME= nmap-2.00
CATEGORIES= security net
MASTER_SITES= http://www.insecure.org/nmap/
MASTER_SITES= http://www.insecure.org/nmap/ \
ftp://relay.nuxi.com/pub/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
MAN1= nmap.1
post-extract:
@ -22,6 +28,5 @@ post-extract:
post-install:
@strip ${PREFIX}/bin/nmap
@${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (nmap-1.51.tar.gz) = 1a5e2d4fbc455120a581c1bd68dbd9d7
MD5 (nmap-2.00.tgz) = 063f1b0d901e0787416c92d67b1cd283

View File

@ -7,6 +7,8 @@ ICMP, etc.). You just can't do all this with one scanning mode. Thus nmap
incorporats virtually every scanning technique known of.
See the nmap homepage at http://www.insecure.org/nmap/index.html
And the Phrack Magazine article (Volume 7, Issue 51 September 01, 1997,
article 11 of 17) http://www.insecure.org/nmap/p51-11.txt
-- David
obrien@cs.ucdavis.edu

View File

@ -1 +1,3 @@
@comment $Id$
bin/nmap
share/misc/nmap-os-fingerprints

View File

@ -4,17 +4,23 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $
# $Id: Makefile,v 1.4 1998/08/20 22:06:00 obrien Exp $
#
DISTNAME= nmap-1.51
DISTNAME= nmap-2.00
CATEGORIES= security net
MASTER_SITES= http://www.insecure.org/nmap/
MASTER_SITES= http://www.insecure.org/nmap/ \
ftp://relay.nuxi.com/pub/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
MAN1= nmap.1
post-extract:
@ -22,6 +28,5 @@ post-extract:
post-install:
@strip ${PREFIX}/bin/nmap
@${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (nmap-1.51.tar.gz) = 1a5e2d4fbc455120a581c1bd68dbd9d7
MD5 (nmap-2.00.tgz) = 063f1b0d901e0787416c92d67b1cd283

View File

@ -7,6 +7,8 @@ ICMP, etc.). You just can't do all this with one scanning mode. Thus nmap
incorporats virtually every scanning technique known of.
See the nmap homepage at http://www.insecure.org/nmap/index.html
And the Phrack Magazine article (Volume 7, Issue 51 September 01, 1997,
article 11 of 17) http://www.insecure.org/nmap/p51-11.txt
-- David
obrien@cs.ucdavis.edu

View File

@ -1 +1,3 @@
@comment $Id$
bin/nmap
share/misc/nmap-os-fingerprints