net-ftp/uftpd: bump version to 2.10

Closes: https://bugs.gentoo.org/696760
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13231
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Oz Tiram
2019-10-09 11:52:59 +02:00
committed by Joonas Niilola
parent 4280da0ce0
commit 496f1c6ea8
2 changed files with 23 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST uftpd-2.10.tar.xz 161948 BLAKE2B 9a6c72758e12cf8190b9aaea72c337997bd544c4fbee1f6de44de178e698ccf2eb1ddfcb0b48de23ebe669aa2d0d0d74ae0510b48e8e3f2b4d50d3f39f4e9901 SHA512 d9fbeca46b7bf8cbc258e501591e1e1af26ed380578276eacc2fdf0331cb66bbee6e715ee3d2021366b7884022f2e733b6d676f72649e97acff7d8dc3045be9e
DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac
DIST uftpd-2.8.tar.xz 160920 BLAKE2B 53816a12e23fa5ebf80590c51ac5d713f84ef452248da3849116236cdf26e84b2aed91c92df49dc2346593f3b9b3536a681b869cbbb6ada60419fc233c54bd71 SHA512 d6668729f572fc62cd4060b9fbff26bdcd4055d6faf2f733e4f54c160783d573e808e4ad09341b25571ebc983aa19ada11a5513ab986742cbd12883cc495329c

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2019 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"