summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-ab
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-06 22:16:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-06 22:16:15 +0000
commit3d169fb97fb3d15f5696118d06cab29677c509b3 (patch)
tree74566902a364af4dd6de71b0749027968b03c17e /security/nmap/files/patch-ab
parentI (obviously) no longer have the inclination to maintain this port. (diff)
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.
Notes
Notes: svn path=/head/; revision=27388
Diffstat (limited to 'security/nmap/files/patch-ab')
-rw-r--r--security/nmap/files/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/nmap/files/patch-ab b/security/nmap/files/patch-ab
index 7fba9fd255aa..ab6c2b002610 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)