[oe-commits] Roy.Li : Upgrade vsftpd to 3.0.0

git at git.openembedded.org git at git.openembedded.org
Fri Jul 19 15:12:14 UTC 2013


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

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Fri Jul 19 10:19:25 2013 +0800

Upgrade vsftpd to 3.0.0

Upgrade vsftpd to 3.0.0 with below modification:
1. more strict access limitation, like: do not allow anonymous access
2. use vsftpd.ftpusers and vsftpd.user_list to confine user access
3. enable pam if DISTRO_FEATURE includes pam
4. enable tcp-wrapper
5. install vsftpd.conf with 0600 permission, not 0755

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 .../recipes-daemons/vsftpd/files/vsftpd.conf       |   43 +++++++++--
 .../recipes-daemons/vsftpd/files/vsftpd.ftpusers   |   15 ++++
 .../recipes-daemons/vsftpd/files/vsftpd.user_list  |   20 +++++
 .../makefile-destdir.patch                         |    4 +-
 .../makefile-libs.patch                            |    2 +-
 .../makefile-strip.patch                           |    6 +-
 .../nopam-with-tcp_wrappers.patch}                 |    3 +-
 .../{vsftpd-2.3.5 => vsftpd-3.0.0}/nopam.patch     |    0
 .../vsftpd-3.0.0/vsftpd-tcp_wrappers-support.patch |   25 ++++++
 .../recipes-daemons/vsftpd/vsftpd_2.3.5.bb         |   51 -------------
 .../recipes-daemons/vsftpd/vsftpd_3.0.0.bb         |   79 ++++++++++++++++++++
 11 files changed, 184 insertions(+), 64 deletions(-)

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


More information about the Openembedded-commits mailing list