Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111152 - Add mod_codeconv module to proftpd
Summary: Add mod_codeconv module to proftpd
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luca Longinotti (RETIRED)
URL: http://home.h01.itscom.net/para/softw...
Whiteboard:
Keywords:
: 136975 142240 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-01 07:49 UTC by Andy Crook
Modified: 2009-02-23 10:54 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
working ebuil with mod_codeconv (proftpd-1.2.10-r8.ebuild,4.64 KB, text/plain)
2005-11-01 08:05 UTC, Andy Crook
Details
files/proftpd-1.3.1_rc1-codeconv.patch (proftpd-1.3.1_rc1-codeconv.patch,9.99 KB, patch)
2007-07-09 10:59 UTC, Sergey Belyashov
Details | Diff
files/proftpd-1.3.1_rc1-codeconv.patch (proftpd-1.3.1_rc1-codeconv.patch,9.99 KB, patch)
2007-07-09 10:59 UTC, Sergey Belyashov
Details | Diff
files/proftpd-cp1251-ya.patch (proftpd-cp1251-ya.patch,1.15 KB, patch)
2007-07-09 11:00 UTC, Sergey Belyashov
Details | Diff
net-ftp/proftpd-1.3.1_rc2-r3.ebuild (proftpd-1.3.1_rc2-r3.ebuild,6.39 KB, text/plain)
2007-07-09 11:00 UTC, Sergey Belyashov
Details
differences between original proftpd-1.3.1_rc2-r3.ebuild and my (diff.patch,1.19 KB, patch)
2007-07-09 11:07 UTC, Sergey Belyashov
Details | Diff
net-ftp/proftpd-1.3.1_rc2-r3.ebuild (proftpd-1.3.1_rc2-r3.ebuild,6.39 KB, text/plain)
2007-07-09 11:07 UTC, Sergey Belyashov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Crook 2005-11-01 07:49:17 UTC
Patch proftpd to enable support for charset conversion by using iconv.
This is needed for example when ftp client is run on Windows PC using defaul
Russian windows encoding cp1251 and server uses utf8.

Configuratin is made the same way as in samba - by means of two new variables in
proftpd.conf file:
CharsetLocal
CharsetRemote

Reproducible: Always
Steps to Reproduce:
Comment 1 Andy Crook 2005-11-01 08:05:20 UTC
Created attachment 71874 [details]
working ebuil with mod_codeconv

Changes in docs, man page and sample config still needed to describe new
feature.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-16 04:18:10 UTC
*** Bug 136975 has been marked as a duplicate of this bug. ***
Comment 3 Alexey Didenko 2006-06-16 04:32:08 UTC
(In reply to comment #1)
> Created an attachment (id=71874) [edit]
> working ebuil with mod_codeconv
> 
> Changes in docs, man page and sample config still needed to describe new
> feature.

I'm interesting to add documentation & sample config to describe this feature.
How can I do this? (did I may attach this files to this bug?? or do something else)?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-07-23 05:42:40 UTC
(In reply to comment #1)
> Created an attachment (id=71874) [edit]
> working ebuil with mod_codeconv

Please, attach a diff against latest ebuild (1.3.0-r1). It way easier to review changes that way.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-07-31 11:10:15 UTC
*** Bug 142240 has been marked as a duplicate of this bug. ***
Comment 6 Sergey Belyashov 2007-07-09 10:57:13 UTC
I rewrite some codeconv patches received from japanish sites to support AMD64 platform. Also I add support for cyrillic letter 'я' (saying as ya) in CP1251 encoding (symbol 0xFF) with use flag linguas_ru.
Comment 7 Sergey Belyashov 2007-07-09 10:59:34 UTC
Created attachment 124310 [details, diff]
files/proftpd-1.3.1_rc1-codeconv.patch
Comment 8 Sergey Belyashov 2007-07-09 10:59:54 UTC
Created attachment 124311 [details, diff]
files/proftpd-1.3.1_rc1-codeconv.patch
Comment 9 Sergey Belyashov 2007-07-09 11:00:28 UTC
Created attachment 124312 [details, diff]
files/proftpd-cp1251-ya.patch
Comment 10 Sergey Belyashov 2007-07-09 11:00:52 UTC
Created attachment 124314 [details]
net-ftp/proftpd-1.3.1_rc2-r3.ebuild
Comment 11 Sergey Belyashov 2007-07-09 11:07:18 UTC
Created attachment 124318 [details, diff]
differences between original proftpd-1.3.1_rc2-r3.ebuild and my
Comment 12 Sergey Belyashov 2007-07-09 11:07:43 UTC
Created attachment 124320 [details]
net-ftp/proftpd-1.3.1_rc2-r3.ebuild
Comment 13 billy 2007-08-07 08:12:13 UTC
Seems mod_codeconv do not compatible with proftpd-1.3.1rc3
http://www.freebsd.org/cgi/cvsweb.cgi/ports/ftp/proftpd/files/Attic/extra-patch-mod-codeconv

Comment 14 Sergey Belyashov 2007-08-12 12:52:14 UTC
(In reply to comment #13)
> Seems mod_codeconv do not compatible with proftpd-1.3.1rc3
> http://www.freebsd.org/cgi/cvsweb.cgi/ports/ftp/proftpd/files/Attic/extra-patch-mod-codeconv

may be. but buildin functionality is not necessary to replace these patches.
Comment 15 Bernard Cafarelli gentoo-dev 2009-02-23 10:54:00 UTC
Reading http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg613171.html , nls support is a better alternative now, plus I could not find active mod_codeconv development for current proftpd 1.3.2 version.

Please reopen if nls does not work for you and there is actively developed mod_codeconv for current version