Skip site navigation (1)Skip section navigation (2)
Date:      12 Sep 1999 17:09:19 -0000
From:      insane@lunatic.oneinsane.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13710: Wrong MD5 and patch-ac was for wrong file
Message-ID:  <19990912170919.97565.qmail@lunatic.oneinsane.net>

next in thread | raw e-mail | index | archive | help

>Number:         13710
>Category:       ports
>Synopsis:       Wrong MD5 and patch-ac was for wrong file
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 11:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ron Rosson
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
OneInsane Network
>Environment:

	FreeBSD lunatic.oneinsane.net 3.2-STABLE FreeBSD 3.2-STABLE #15: Tue Jun 29 16:09:23 PDT 1999 insane@lunatic.oneinsane.net:/usr/src/sys/compile/LUNATIC  i386


>Description:

 MD5 for nmapfe was for nmap-2.3BETA5.tgz 

 patch-ac was for nmapfe_sig.c instead of gladesig.c. There is no such file
 named nmapfe_sig.c.

>How-To-Repeat:

	Just try to run make

>Fix:
	
	Here is the corrected MD5:
	 MD5 (nmapfe-0.9.5.tgz) = f7cd97ddcd1eca49489298ad9bd3bf00

and

	Here is the proper patch-ac:

--- gladesig.c.orig     Sun Sep 12 09:51:38 1999
+++ gladesig.c  Sun Sep 12 09:55:40 1999
@@ -163,7 +163,7 @@
 on_Get_Nmap_Version_activate           (GtkMenuItem    *menuitem,
                                         gpointer        user_data)
 {
-     execute("nmap -V");
      +     execute( NMAP_PATH "nmap -V");
 }
 
 
@@ -467,7 +467,8 @@
 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 */



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990912170919.97565.qmail>