Bug 127096 - [patch] ftp/proftpd - src netio.c - wrong telnet filter
Summary: [patch] ftp/proftpd - src netio.c - wrong telnet filter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-04 21:50 UTC by Sherbacov Dmitriy
Modified: 2008-09-17 06:20 UTC (History)
0 users

See Also:


Attachments
file.diff (905 bytes, patch)
2008-09-04 21:50 UTC, Sherbacov Dmitriy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sherbacov Dmitriy 2008-09-04 21:50:00 UTC
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.
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-09-04 22:03:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Mine
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-17 06:11:29 UTC
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"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-09-17 06:11:56 UTC
State Changed
From-To: open->closed

Committed, Thanks!