summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-06 22:16:15 +0000
committerobrien <obrien@FreeBSD.org>2000-04-06 22:16:15 +0000
commit2159d70f75eccc4c50cdb6538ac2eef934efcec1 (patch)
tree08515e827c50111a2c209285fc0e258952bd04d5
parentc11c5b5b4845c0efcb0d7c248c5e5daadc358ef0 (diff)
downloadFreeBSD-ports-2159d70f75eccc4c50cdb6538ac2eef934efcec1.zip
FreeBSD-ports-2159d70f75eccc4c50cdb6538ac2eef934efcec1.tar.gz
Update to 2.30 Beta #18.
* Fixed a very important bug that occurred when SYN scanning localhost. * Fixed "-vv" to mean "-v -v" as it did in previous versions.
-rw-r--r--security/nmap/Makefile4
-rw-r--r--security/nmap/distinfo2
-rw-r--r--security/nmap/files/patch-ab10
3 files changed, 8 insertions, 8 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 0de0d60..41ed455 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -7,8 +7,8 @@
# $FreeBSD$
#
-DISTNAME= nmap-2.30BETA17
-PKGNAME= nmap-2.3b17
+DISTNAME= nmap-2.30BETA18
+PKGNAME= nmap-2.3b18
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 7b6fe7b0..71afb59 100644
--- a/security/nmap/distinfo
+++ b/security/nmap/distinfo
@@ -1 +1 @@
-MD5 (nmap-2.30BETA17.tgz) = c3d75335233317f51039d57705018ee9
+MD5 (nmap-2.30BETA18.tgz) = d3b30e53ca8c474801961f98e9fdc154
diff --git a/security/nmap/files/patch-ab b/security/nmap/files/patch-ab
index 7fba9fd..ab6c2b0 100644
--- a/security/nmap/files/patch-ab
+++ b/security/nmap/files/patch-ab
@@ -1,11 +1,11 @@
---- nmapfe/Makefile.in.orig Fri May 7 04:51:52 1999
-+++ nmapfe/Makefile.in Fri Jul 23 10:46:08 1999
-@@ -71,7 +71,7 @@
+--- nmapfe/Makefile.in.orig Thu Apr 6 01:51:39 2000
++++ nmapfe/Makefile.in Thu Apr 6 14:53:11 2000
+@@ -70,7 +70,7 @@
PROGRAMS = $(bin_PROGRAMS)
--DEFS = @DEFS@ -I. -I$(srcdir)
-+DEFS = @DEFS@ -DNMAP_PATH=\"$(bindir)/\" -I. -I$(srcdir)
+-DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -I. -I$(srcdir)
++DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DNMAP_PATH=\"$(bindir)/\" -I. -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
STATIC =
LDFLAGS = @LDFLAGS@ $(STATIC)
OpenPOWER on IntegriCloud