diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-28 10:02:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-28 10:02:12 +0000 |
commit | afad78b9d402494431d03c675757d94be0d9669e (patch) | |
tree | e7a6639aecaaeed21f682610a4716a22a1a047f3 /security/nmap | |
parent | 492419dd437f47623c023b8573be14f6593700c4 (diff) | |
download | ports-afad78b9d402494431d03c675757d94be0d9669e.tar.gz ports-afad78b9d402494431d03c675757d94be0d9669e.zip |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/distinfo | 2 | ||||
-rw-r--r-- | security/nmap/files/patch-ac | 25 |
2 files changed, 13 insertions, 14 deletions
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 */ |