Problem: Proftpd has telnet filter input data, but Russian's Symbols 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: 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.
Responsible Changed From-To: freebsd-ports-bugs->beech Mine
beech 2008-09-17 05:11:19 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile Added files: ftp/proftpd/files extra-patch-src-netio.c Log: - Patch src netio.c - wrong telnet filter - Telnet filters input data, but Russian symbols deleted PR: ports/127096 Submitted by: Sherbacov Dmitriy <sherbacov@bsys.ru> Approved by: portmgr (linimon) Revision Changes Path 1.139 +7 -2 ports/ftp/proftpd/Makefile 1.1 +51 -0 ports/ftp/proftpd/files/extra-patch-src-netio.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!