From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD62F1065679 for ; Thu, 4 Sep 2008 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B955D8FC2F for ; Thu, 4 Sep 2008 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Ko00J052448 for ; Thu, 4 Sep 2008 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Ko0xU052447; Thu, 4 Sep 2008 20:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 20:50:00 GMT Resent-Message-Id: <200809042050.m84Ko0xU052447@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, Sherbacov Dmitriy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323D8106566B for ; Thu, 4 Sep 2008 20:43:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2058F8FC18 for ; Thu, 4 Sep 2008 20:43:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m84KhfK6097817 for ; Thu, 4 Sep 2008 20:43:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m84KhfME097816; Thu, 4 Sep 2008 20:43:41 GMT (envelope-from nobody) Message-Id: <200809042043.m84KhfME097816@www.freebsd.org> Date: Thu, 4 Sep 2008 20:43:41 GMT From: Sherbacov Dmitriy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127096: [patch] proftpd - src netio.c - wrong telnet filter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 20:50:01 -0000 >Number: 127096 >Category: ports >Synopsis: [patch] proftpd - src netio.c - wrong telnet filter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 20:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sherbacov Dmitriy >Release: 6.3 >Organization: >Environment: FreeBSD sun.bsys-net.ru 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: i386 >Description: Problem: Proftpd has telnet filter input data, but Russian's Symbols will be deleted. >How-To-Repeat: 1. Install Proftpd 2. Create folder at FTP Server in cp1251 (Example "Новая папка") Folder name will be fixed to "Нова папка" Symbol "я" will be deleted. >Fix: Commit patch and save "ftp://archive.bsys-net.ru/pub/software/unix/proftpd-patch/files/extra-patch-src-netio.c" to folder "files". Patch attached with submission follows: diff -Naur /usr/ports/ftp/proftpd.orig/Makefile /usr/ports/ftp/proftpd/Makefile --- /usr/ports/ftp/proftpd.orig/Makefile 2008-08-20 04:56:42.000000000 +0400 +++ /usr/ports/ftp/proftpd/Makefile 2008-09-04 19:34:43.000000000 +0400 @@ -87,8 +87,8 @@ CLAMAV "Include mod_clamav" off \ DIGEST "Include mod_digest" off \ COMB "Include mod_comb (multistream upload)" off \ - CODECONV "Use charset conversion (possibly broken)" off - + CODECONV "Use charset conversion (possibly broken)" off \ + RUSSIANCHAR "Disable telnet filterning (Fix Russian)" off MODULES?= LIBDIRS?= INCLUDEDIRS?= @@ -265,6 +265,11 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mod-codeconv .endif +.if defined(WITH_RUSSIANCHAR) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-netio.c +.endif + + # mod_ifsession should be the last item in the modules list .if !defined(WITHOUT_IFSESSION) MODULES:=${MODULES}:mod_ifsession >Release-Note: >Audit-Trail: >Unformatted: