public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Fri, 22 Dec 2017 23:44:08 +0000 (UTC)	[thread overview]
Message-ID: <1513986237.5becf6b87319b67e25c123dd39f780cb2d75e14c.monsieurp@gentoo> (raw)

commit:     5becf6b87319b67e25c123dd39f780cb2d75e14c
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Dec 13 18:42:20 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 23:43:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5becf6b8

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(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
new file mode 100644
index 00000000000..d30638d3ea8
--- /dev/null
+++ b/net-ftp/uftpd/Manifest
@@ -0,0 +1 @@
+DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404

diff --git a/net-ftp/uftpd/metadata.xml b/net-ftp/uftpd/metadata.xml
new file mode 100644
index 00000000000..80ff0c53f05
--- /dev/null
+++ b/net-ftp/uftpd/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<name>Oz Tiram</name>
+<email>oz.tiram@gmail.com</email>
+</maintainer>
+<maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+</maintainer>
+<longdescription lang="en">
+ 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:
+ vsftpd, proftpd or pure-ftpd.
+</longdescription>
+<upstream>
+ <remote-id type="github">troglobit/uftpd</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild
new file mode 100644
index 00000000000..ad41f43f2ca
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The no nonsense TFTP/FTP server."
+HOMEPAGE="https://github.com/troglobit/uftpd"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	dev-libs/libite
+	dev-libs/libuev
+	!!net-misc/uftp"
+
+RDEPEND="${DEPEND}"


             reply	other threads:[~2017-12-22 23:44 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22 23:44 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-02 19:57 [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/ Patrice Clement
2018-05-09 14:07 Mikle Kolyada
2018-06-13  8:26 Michał Górny
2018-07-08 19:23 Andreas Sturmlechner
2019-03-18 22:53 Patrice Clement
2019-03-18 22:53 Patrice Clement
2019-06-09 10:50 Michał Górny
2019-06-09 10:50 Michał Górny
2019-10-12 16:21 Joonas Niilola
2019-10-12 16:21 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-04-17  7:36 Joonas Niilola
2020-06-04  8:14 Joonas Niilola
2020-06-04  8:14 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-09-29 20:37 Sam James
2020-09-29 20:37 Sam James
2020-09-29 20:37 Sam James
2020-09-29 20:37 Sam James
2022-01-03 19:01 Florian Schmaus
2022-01-03 19:01 Florian Schmaus
2022-08-11 14:04 Yixun Lan
2022-11-02 14:24 Joonas Niilola
2022-11-02 14:24 Joonas Niilola
2023-05-01 13:36 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1513986237.5becf6b87319b67e25c123dd39f780cb2d75e14c.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox