From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 11 13:00:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9403037B401 for ; Fri, 11 Apr 2003 13:00:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA18743FBF for ; Fri, 11 Apr 2003 13:00:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BK0IUp000579 for ; Fri, 11 Apr 2003 13:00:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BK0I5d000578; Fri, 11 Apr 2003 13:00:18 -0700 (PDT) Resent-Date: Fri, 11 Apr 2003 13:00:18 -0700 (PDT) Resent-Message-Id: <200304112000.h3BK0I5d000578@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB49437B401 for ; Fri, 11 Apr 2003 12:54:07 -0700 (PDT) Received: from kaneda.oav.net (kaneda.oav.net [195.154.210.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B8F43FAF for ; Fri, 11 Apr 2003 12:54:07 -0700 (PDT) (envelope-from root@kaneda.oav.net) Received: by kaneda.oav.net (Postfix, from userid 0) id 8EECC15733; Fri, 11 Apr 2003 21:54:05 +0200 (CEST) Message-Id: <20030411195405.8EECC15733@kaneda.oav.net> Date: Fri, 11 Apr 2003 21:54:05 +0200 (CEST) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50836: Maintainer Update: ftp/fmirror X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 20:00:19 -0000 >Number: 50836 >Category: ports >Synopsis: Maintainer Update: ftp/fmirror >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 13:00:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.7-RELEASE-p9 i386 >Organization: The Caudium Group >Environment: System: FreeBSD kaneda.oav.net 4.7-RELEASE-p9 FreeBSD 4.7-RELEASE-p9 #0: Sat Mar 29 15:45:04 CET 2003 root@kaneda.oav.net:/usr/src/sys/compile/KANEDA i386 Port tree from today 21h40 CEST >Description: Thie contain a patch for some ftp server that ask for '\r' when getting a FTP command like Roxen and Caudium. >How-To-Repeat: >Fix: Use the following patch : diff -u --recursive --new-file fmirror.old/Makefile fmirror/Makefile --- fmirror.old/Makefile Fri Apr 11 21:49:12 2003 +++ fmirror/Makefile Fri Apr 11 21:50:07 2003 @@ -7,6 +7,7 @@ PORTNAME= fmirror PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ diff -u --recursive --new-file fmirror.old/files/patch-aa fmirror/files/patch-aa --- fmirror.old/files/patch-aa Thu Jan 1 01:00:00 1970 +++ fmirror/files/patch-aa Fri Apr 11 21:46:34 2003 @@ -0,0 +1,11 @@ +--- fmirror.c.old Fri Apr 11 21:37:09 2003 ++++ fmirror.c Fri Apr 11 21:39:33 2003 +@@ -642,7 +642,7 @@ + va_list args; + va_start(args, format); + vsprintf(buffer, format, args); +- l = fprintf(out_file, "%s\n", buffer); ++ l = fprintf(out_file, "%s\r\n", buffer); + fflush(out_file); + buffer[l - 1] = 0; + LOG(6, cmd, ("---> %s", buffer)); >Release-Note: >Audit-Trail: >Unformatted: