[oe-commits] Andreas Oberritter : vsftpd: add new package

git at git.openembedded.org git at git.openembedded.org
Wed Feb 22 08:47:56 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: f89d930201725d0427b0c1e881cff929c5a8ef7e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f89d930201725d0427b0c1e881cff929c5a8ef7e

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Feb 20 18:29:41 2012 +0000

vsftpd: add new package

Hello Eric,

On 20.02.2012 14:51, Eric Bénard wrote:
> - imported 2.0.5 from oe-classic
> - upgrade to 2.3.5 which is latest stable
> - tested on ARMv5 with Angstrom

I created a recipe for vsftpd, too. Here's my version for your
reference. All patches were taken from the Debian or Ubuntu package.

It differs from your recipe in these ways:
- uses openssl
- uses pam if available
- uses xinetd
- allows to set custom default configuration options in bbappends
- only build-tested with OE-core, no runtime tests so far.

Regards,
Andreas

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 vsftpd/01-builddefs.patch   |   18 +++++++
 vsftpd/02-config.patch      |  120 +++++++++++++++++++++++++++++++++++++++++++
 vsftpd/03-db-doc.patch      |   19 +++++++
 vsftpd/04-link-local.patch  |   91 ++++++++++++++++++++++++++++++++
 vsftpd/05-whitespaces.patch |   81 +++++++++++++++++++++++++++++
 vsftpd/06-greedy.patch      |   32 +++++++++++
 vsftpd/07-utf8.patch        |   58 +++++++++++++++++++++
 vsftpd/08-manpage.patch     |   23 ++++++++
 vsftpd/09-s390.patch        |   15 +++++
 vsftpd/10-remote-dos.patch  |   69 +++++++++++++++++++++++++
 vsftpd/vsftpd.conf          |  105 +++++++++++++++++++++++++++++++++++++
 vsftpd/vsftpd.xinetd.in     |    7 +++
 vsftpd_2.3.5.bb             |   95 ++++++++++++++++++++++++++++++++++
 13 files changed, 733 insertions(+), 0 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=f89d930201725d0427b0c1e881cff929c5a8ef7e




More information about the Openembedded-commits mailing list