From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Thu, 4 Jun 2020 08:14:52 +0000 (UTC) [thread overview]
Message-ID: <1591257598.03a717502ca1088472637a0412d3fa32ae2566ae.juippis@gentoo> (raw)
commit: 03a717502ca1088472637a0412d3fa32ae2566ae
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat May 30 13:55:19 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 07:59:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a71750
net-ftp/uftpd: bump version to 2.12
Bug: https://bugs.gentoo.org/726308
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-ftp/uftpd/Manifest | 1 +
net-ftp/uftpd/uftpd-2.12.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 1ce18daecde..92426780c56 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1 +1,2 @@
DIST uftpd-2.11.tar.xz 182000 BLAKE2B 75c9a564a90b10f2efdbfaaab67572adefda160d7b5df8fd303cfd970153ee24bdfbfb25dca1764d7b747a27779a2863a1b32a0ec489fbc2e4f3f991bc3436ee SHA512 bce9fe3d763d61030e883bba7988d206630f2124991ce0c11613744813f66ed8bf215a555e0061d0083d32b90ac5c9b583adf08520fb691617adeac759d50546
+DIST uftpd-2.12.tar.xz 182384 BLAKE2B 1bf25bc4d443ec61d03be3d24c1c78b573dce78f17275db4fcaf2969e7bf01bbd20c3b6ff677f5b1c806b98fa34325cd5e39e671d8fd2c31f21220e5ca9a8c8d SHA512 4d9398a0c4f19eac3f2a4f694b683e5bc6a436a7ef50d030f3f71303d3212ac51e9e54844ed247988a9c69df8b0e52642a6da946c75ece25875ecee6cf04d520
diff --git a/net-ftp/uftpd/uftpd-2.12.ebuild b/net-ftp/uftpd/uftpd-2.12.ebuild
new file mode 100644
index 00000000000..fc850368530
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.12.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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-1.5
+ >=dev-libs/libuev-2.2"
+
+RDEPEND="
+ ${DEPEND}
+ !net-misc/uftp
+ !net-ftp/atftp"
next reply other threads:[~2020-06-04 8:15 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-04 8:14 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-01 13:36 [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/ Sam James
2022-11-02 14:24 Joonas Niilola
2022-11-02 14:24 Joonas Niilola
2022-08-11 14:04 Yixun Lan
2022-01-03 19:01 Florian Schmaus
2022-01-03 19:01 Florian Schmaus
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
2020-07-24 12:03 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-06-04 8:14 Joonas Niilola
2020-04-17 7:36 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2019-10-12 16:21 Joonas Niilola
2019-10-12 16:21 Joonas Niilola
2019-06-09 10:50 Michał Górny
2019-06-09 10:50 Michał Górny
2019-03-18 22:53 Patrice Clement
2019-03-18 22:53 Patrice Clement
2018-07-08 19:23 Andreas Sturmlechner
2018-06-13 8:26 Michał Górny
2018-05-09 14:07 Mikle Kolyada
2018-03-02 19:57 Patrice Clement
2017-12-22 23:44 Patrice Clement
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=1591257598.03a717502ca1088472637a0412d3fa32ae2566ae.juippis@gentoo \
--to=juippis@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