Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 639564

Summary: net-ftp/uftpd: a tiny TFTP/FTP server
Product: Gentoo Linux Reporter: OzTiram <oz.tiram>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/troglobit/uftpd
See Also: https://github.com/gentoo/gentoo/pull/6540
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: manifest for the ebuild
metadata.xml for the ebuild
the ebuild itself

Description OzTiram 2017-12-03 07:03:25 UTC
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.
Comment 1 OzTiram 2017-12-03 14:34:36 UTC
Created attachment 507892 [details]
manifest for the ebuild
Comment 2 OzTiram 2017-12-03 14:35:04 UTC
Created attachment 507894 [details]
metadata.xml for the ebuild
Comment 3 OzTiram 2017-12-03 14:35:22 UTC
Created attachment 507896 [details]
the ebuild itself
Comment 4 OzTiram 2017-12-03 14:38:19 UTC
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
Comment 5 Azamat H. Hackimov 2017-12-13 08:52:08 UTC
There may be file collision with net-misc/uftp which may install uftpd binary.
Comment 6 OzTiram 2017-12-13 18:44:30 UTC
I uploaded a new version which prevents both packages from being installed together.

https://github.com/gentoo/gentoo/pull/6540
Comment 7 Larry the Git Cow gentoo-dev 2017-12-22 23:44:07 UTC
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(+)