Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 09:34:34 -0500 (CDT)
From:      "Matthew D.Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43170: Patch for gnapster to work around napigator breakage
Message-ID:  <20020921143434.3EA5F1F07@mortis.over-yonder.net>

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

>Number:         43170
>Category:       ports
>Synopsis:       Patch for gnapster to work around napigator breakage
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 21 07:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mortis.sighup.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Sep 9 00:51:05 CDT 2002 fullermd@mortis.sighup.org:/usr/obj/usr/src/sys/MORTIS i386


	
>Description:
	Napigator's server listing script screwed itself up somehow.
	Workaround found in their forums on their website.

>How-To-Repeat:
	Try and use it.

>Fix:

	Add files/patch-ag:

--- src/napigator.c.orig	Sat Sep 21 09:30:29 2002
+++ src/napigator.c	Sat Sep 21 09:23:41 2002
@@ -107,7 +107,7 @@
    
    set_blocking(source, 1);
    
-   n_send(source, "GET /servers.php?version=107&client=gnapster HTTP/1.0\n\n");
+   n_send(source, "GET /servers.php?version=208&client=napigator HTTP/1.0\n\n");
    
    stab->ci->napigator_input = INPUT_ADD(source, GDK_INPUT_READ,
 				   napigator_read, stab);

>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?20020921143434.3EA5F1F07>