From fullermd@over-yonder.net  Sat Sep 21 07:34:39 2002
Return-Path: <fullermd@over-yonder.net>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8DBEC37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Sep 2002 07:34:39 -0700 (PDT)
Received: from hardtime.linuxman.net (hardtime.linuxman.net [66.147.26.65])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B94E043E65
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Sep 2002 07:34:38 -0700 (PDT)
	(envelope-from fullermd@over-yonder.net)
Received: from mortis.over-yonder.net (localhost [127.0.0.1])
	by hardtime.linuxman.net (8.11.6/8.11.6) with ESMTP id g8LFM7d14614
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Sep 2002 10:22:10 -0500
Received: by mortis.over-yonder.net (Postfix, from userid 100)
	id 3EA5F1F07; Sat, 21 Sep 2002 09:34:34 -0500 (CDT)
Message-Id: <20020921143434.3EA5F1F07@mortis.over-yonder.net>
Date: Sat, 21 Sep 2002 09:34:34 -0500 (CDT)
From: "Matthew D.Fuller" <fullermd@over-yonder.net>
Reply-To: "Matthew D.Fuller" <fullermd@over-yonder.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Patch for gnapster to work around napigator breakage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43170
>Category:       ports
>Synopsis:       Patch for gnapster to work around napigator breakage
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    cpiazza
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 21 07:40:01 PDT 2002
>Closed-Date:    Sat Jan 18 07:47:39 PST 2003
>Last-Modified:  Sat Jan 18 07:47:39 PST 2003
>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:
Responsible-Changed-From-To: freebsd-ports->cpiazza 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Tue Oct 15 17:17:40 PDT 2002 
Responsible-Changed-Why:  
Over to maintainer(s) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43170 

From: "Matthew D. Fuller" <fullermd@over-yonder.net>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/43170: Patch for gnapster to work around napigator breakage
Date: Sun, 8 Dec 2002 22:10:59 -0600

 Could we get this resolved one way or another before 5.0?
 
 Just checked manually and the old query string seems to work again, so
 this can probably just be closed.  The fewer PR's open when 5.0-RELEASE
 rolls out the door, the better, eh?
 
 
 -- 
 Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
 Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
 
 "The only reason I'm burning my candle at both ends, is because I
       haven't figured out how to light the middle yet"
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sat Jan 18 07:47:25 PST 2003 
State-Changed-Why:  
Orginators request 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43170 
>Unformatted:
