diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-06 22:16:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-06 22:16:15 +0000 |
commit | 2159d70f75eccc4c50cdb6538ac2eef934efcec1 (patch) | |
tree | 08515e827c50111a2c209285fc0e258952bd04d5 /security/nmap/files | |
parent | c11c5b5b4845c0efcb0d7c248c5e5daadc358ef0 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'security/nmap/files')
-rw-r--r-- | security/nmap/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
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) |