aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-28 18:02:12 +0800
committerobrien <obrien@FreeBSD.org>2000-01-28 18:02:12 +0800
commit0f7db9a9296684ff031d15a9a5fdaea2639be9ab (patch)
tree8bff19e1076b4a8fe8065c8004913163138e591a /security
parent5f972c22d2f4521b9a36a2448f0fec36f54be89b (diff)
downloadfreebsd-ports-gnome-0f7db9a9296684ff031d15a9a5fdaea2639be9ab.tar.gz
freebsd-ports-gnome-0f7db9a9296684ff031d15a9a5fdaea2639be9ab.tar.zst
freebsd-ports-gnome-0f7db9a9296684ff031d15a9a5fdaea2639be9ab.zip
Update to version 2.3 Beta 14
Diffstat (limited to 'security')
-rw-r--r--security/nmap/distinfo2
-rw-r--r--security/nmap/files/patch-ac25
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 */