From afad78b9d402494431d03c675757d94be0d9669e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 28 Jan 2000 10:02:12 +0000 Subject: Update to version 2.3 Beta 14 --- security/nmap/distinfo | 2 +- security/nmap/files/patch-ac | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) (limited to 'security/nmap') diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 1ed43b07e0c0..719c249b2840 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1 +1 @@ -MD5 (nmap-2.3BETA13.tgz) = 15505f33d4a2d308f3c315587caadf7d +MD5 (nmap-2.3BETA14.tgz) = 6709d218c588f595574f719a394bcf02 diff --git a/security/nmap/files/patch-ac b/security/nmap/files/patch-ac index df3c849ceb82..c2048950beec 100644 --- a/security/nmap/files/patch-ac +++ b/security/nmap/files/patch-ac @@ -1,21 +1,20 @@ ---- nmapfe/nmapfe_sig.c.orig Fri May 7 04:51:52 1999 -+++ nmapfe/nmapfe_sig.c Fri Jul 23 11:09:45 1999 -@@ -171,7 +171,7 @@ +--- nmapfe/nmapfe_sig.c.orig Thu Jan 27 23:46:47 2000 ++++ nmapfe/nmapfe_sig.c Fri Jan 28 01:59:47 2000 +@@ -164,7 +164,7 @@ on_Get_Nmap_Version_activate (GtkMenuItem *menuitem, gpointer user_data) { -- execute("nmap -V"); -+ execute( NMAP_PATH "nmap -V"); +- execute("nmap -V"); ++ execute( NMAP_PATH "nmap -V"); } -@@ -296,7 +296,8 @@ - if (size > command_size) - command = realloc(command, size); +@@ -468,7 +468,7 @@ + if (size > command_size) + command = realloc(command, size); -- strcpy(command, "nmap "); -+ strcpy(command, NMAP_PATH); -+ strcat(command, "nmap "); - /*Uhm... yeah.. Spit out which scan to perform based - on the which_scan variable */ +- strcpy(command, "nmap "); ++ strcpy(command, NMAP_PATH "nmap "); + /*Uhm... yeah.. Spit out which scan to perform based + on the which_scan variable */ -- cgit v1.2.3