uftpd is a simple to use TFTP/FTP server. An excellent choice for those of us who never wanted to learn every config file format on this planet. uftpd has no configuration, and starts automatically from the traditional UNIX inetd super server, neatly tcpwrapped for your safety. Hardcore Internet users and anyone concerned about security should probably consider a separate TFTP server and for FTP look at one of: vsftpd, proftpd or pure-ftpd.
Created attachment 507892 [details] manifest for the ebuild
Created attachment 507894 [details] metadata.xml for the ebuild
Created attachment 507896 [details] the ebuild itself
The ebuild contains the following dependencies which are currently not in the gentoo ebuild tree: - dev-libs/libuev - dev-libs/libite The first is included in: https://github.com/gentoo/gentoo/pull/6423 The second is included in: https://github.com/gentoo/gentoo/pull/6421
There may be file collision with net-misc/uftp which may install uftpd binary.
I uploaded a new version which prevents both packages from being installed together. https://github.com/gentoo/gentoo/pull/6540
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5becf6b87319b67e25c123dd39f780cb2d75e14c commit 5becf6b87319b67e25c123dd39f780cb2d75e14c Author: Oz N Tiram <oz.tiram@gmail.com> AuthorDate: 2017-12-13 18:42:20 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2017-12-22 23:43:57 +0000 net-ftp/uftpd: new package. The no nonsense TFTP/FTP server. An excellent choice for those of us who never wanted to learn every config file format on this planet. uftpd has no configuration, and starts automatically from the traditional UNIX inetd super server, neatly tcpwrapped for your safety. Hardcore Internet users and anyone concerned about security should probably consider a seperate TFTP server and for FTP look at one of: sftpd, proftpd or pure-ftpd. Closes: https://bugs.gentoo.org/639564 Closes: https://github.com/gentoo/gentoo/pull/6540 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-ftp/uftpd/Manifest | 1 + net-ftp/uftpd/metadata.xml | 26 ++++++++++++++++++++++++++ net-ftp/uftpd/uftpd-2.4.ebuild | 20 ++++++++++++++++++++ 3 files changed, 47 insertions(+)