public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2017-12-22 23:44 Patrice Clement
  0 siblings, 0 replies; 29+ messages in thread
From: Patrice Clement @ 2017-12-22 23:44 UTC (permalink / raw
  To: gentoo-commits

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}"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2018-03-02 19:57 Patrice Clement
  0 siblings, 0 replies; 29+ messages in thread
From: Patrice Clement @ 2018-03-02 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7d009421b60bdefa207b70b5206a570e35663fd5
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Feb 28 07:53:43 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 19:57:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d009421

net-ftp/uftpd: fix file collision.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://bugs.gentoo.org/648984
Closes: https://github.com/gentoo/gentoo/pull/7315

 net-ftp/uftpd/uftpd-2.4-r1.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/net-ftp/uftpd/uftpd-2.4-r1.ebuild b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
new file mode 100644
index 00000000000..93af03f1dfa
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 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=""
+
+RDEPEND="
+		!net-misc/uftp
+		!net-ftp/atftp
+		"
+
+DEPEND="
+	dev-libs/libite
+	dev-libs/libuev
+	"
+
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2018-05-09 14:07 Mikle Kolyada
  0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2018-05-09 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     37828f07eafcc5a03b5b1fb6ef94c77868936cbf
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May  9 14:06:21 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May  9 14:07:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37828f07

net-ftp/uftpd: DESCRIPTION is not a sentence

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-ftp/uftpd/uftpd-2.4-r1.ebuild | 8 +++-----
 net-ftp/uftpd/uftpd-2.4.ebuild    | 4 ++--
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.4-r1.ebuild b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
index 93af03f1dfa..5739b08fde2 100644
--- a/net-ftp/uftpd/uftpd-2.4-r1.ebuild
+++ b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="The no nonsense TFTP/FTP server."
+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"
 
@@ -14,12 +14,10 @@ IUSE=""
 
 RDEPEND="
 		!net-misc/uftp
-		!net-ftp/atftp
-		"
+		!net-ftp/atftp"
 
 DEPEND="
 	dev-libs/libite
-	dev-libs/libuev
-	"
+	dev-libs/libuev"
 
 RDEPEND="${DEPEND}"

diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild
index ad41f43f2ca..e741e5bc206 100644
--- a/net-ftp/uftpd/uftpd-2.4.ebuild
+++ b/net-ftp/uftpd/uftpd-2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DESCRIPTION="The no nonsense TFTP/FTP server."
+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"
 


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2018-06-13  8:26 Michał Górny
  0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2018-06-13  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5cfb77e256ba06778d647feacfb53e12086046c0
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 20:56:19 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 08:17:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfb77e2

net-ftp/uftpd: bump to version 2.5

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8766

 net-ftp/uftpd/Manifest         |  1 +
 net-ftp/uftpd/uftpd-2.5.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index d30638d3ea8..9bd0743a0c4 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1 +1,2 @@
 DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404
+DIST uftpd-2.5.tar.xz 178652 BLAKE2B 888f6a6be9752d36470de0aa0dd3ec5ffeca335099897fb9a03a0573752257b88d5662f53cfb8c078f2b8efe3dd384b12833def2bea38c5440915b60b3832e78 SHA512 7f7f80f0a291cf57d68570de62c663804af0fa0fa4f0e5e199280c97d0d662881a05d1e0cc908f33e85cc8e07d825813e63271a94a69cd2e6bb974820566ccac

diff --git a/net-ftp/uftpd/uftpd-2.5.ebuild b/net-ftp/uftpd/uftpd-2.5.ebuild
new file mode 100644
index 00000000000..69e14845f65
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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="
+	!net-misc/uftp
+	!net-ftp/atftp
+	dev-libs/libite
+	dev-libs/libuev"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake DESTDIR="${D}" install doc_DATA=README.md
+}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2018-07-08 19:23 Andreas Sturmlechner
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2018-07-08 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8fc8ad062d271d1da45d8b0b22d15366c0579d50
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sun Jul  8 10:03:46 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 19:23:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc8ad06

net-ftp/uftpd: bump version to 2.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9147

 net-ftp/uftpd/Manifest         |  1 +
 net-ftp/uftpd/uftpd-2.6.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 9bd0743a0c4..59010d1d547 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,2 +1,3 @@
 DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404
 DIST uftpd-2.5.tar.xz 178652 BLAKE2B 888f6a6be9752d36470de0aa0dd3ec5ffeca335099897fb9a03a0573752257b88d5662f53cfb8c078f2b8efe3dd384b12833def2bea38c5440915b60b3832e78 SHA512 7f7f80f0a291cf57d68570de62c663804af0fa0fa4f0e5e199280c97d0d662881a05d1e0cc908f33e85cc8e07d825813e63271a94a69cd2e6bb974820566ccac
+DIST uftpd-2.6.tar.xz 93532 BLAKE2B 472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd SHA512 56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d

diff --git a/net-ftp/uftpd/uftpd-2.6.ebuild b/net-ftp/uftpd/uftpd-2.6.ebuild
new file mode 100644
index 00000000000..db164de0144
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+	dev-libs/libuev"
+
+RDEPEND="
+	${DEPEND}
+	!net-misc/uftp
+	!net-ftp/atftp"
+
+src_install() {
+	emake DESTDIR="${D}" install doc_DATA=README.md
+}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2019-03-18 22:53 Patrice Clement
  0 siblings, 0 replies; 29+ messages in thread
From: Patrice Clement @ 2019-03-18 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a35f10e5353add7b0729fdcce02e9b0f24482ee7
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 08:17:11 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 22:52:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35f10e5

net-ftp/uftpd: drop version 2.4.

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11356
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.4.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild
deleted file mode 100644
index e741e5bc206..00000000000
--- a/net-ftp/uftpd/uftpd-2.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 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}"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2019-03-18 22:53 Patrice Clement
  0 siblings, 0 replies; 29+ messages in thread
From: Patrice Clement @ 2019-03-18 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5eefe914ada10d2178cf2038ac9a54ad392bae63
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 08:18:49 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 22:52:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eefe914

net-ftp/uftpd: version bump to 2.7.

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-ftp/uftpd/Manifest         |  1 +
 net-ftp/uftpd/uftpd-2.7.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 59010d1d547..29c98f16098 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,3 +1,4 @@
 DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404
 DIST uftpd-2.5.tar.xz 178652 BLAKE2B 888f6a6be9752d36470de0aa0dd3ec5ffeca335099897fb9a03a0573752257b88d5662f53cfb8c078f2b8efe3dd384b12833def2bea38c5440915b60b3832e78 SHA512 7f7f80f0a291cf57d68570de62c663804af0fa0fa4f0e5e199280c97d0d662881a05d1e0cc908f33e85cc8e07d825813e63271a94a69cd2e6bb974820566ccac
 DIST uftpd-2.6.tar.xz 93532 BLAKE2B 472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd SHA512 56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d
+DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac

diff --git a/net-ftp/uftpd/uftpd-2.7.ebuild b/net-ftp/uftpd/uftpd-2.7.ebuild
new file mode 100644
index 00000000000..1a96f19931f
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.7.ebuild
@@ -0,0 +1,26 @@
+# 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"
+
+src_install() {
+	emake DESTDIR="${D}" install doc_DATA=README.md
+}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2019-06-09 10:50 Michał Górny
  0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2019-06-09 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     38a7b9b3d541fa8b1864fbb5278339bbe325ef9e
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Jun  1 22:40:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 10:50:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a7b9b3

net-ftp/uftpd: bump verison to 2.8

Sigend-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/12156
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-ftp/uftpd/Manifest         |  1 +
 net-ftp/uftpd/uftpd-2.8.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 09c4b513549..e0a2cce3c91 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,2 +1,3 @@
 DIST uftpd-2.6.tar.xz 93532 BLAKE2B 472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd SHA512 56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d
 DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac
+DIST uftpd-2.8.tar.xz 160920 BLAKE2B 53816a12e23fa5ebf80590c51ac5d713f84ef452248da3849116236cdf26e84b2aed91c92df49dc2346593f3b9b3536a681b869cbbb6ada60419fc233c54bd71 SHA512 d6668729f572fc62cd4060b9fbff26bdcd4055d6faf2f733e4f54c160783d573e808e4ad09341b25571ebc983aa19ada11a5513ab986742cbd12883cc495329c

diff --git a/net-ftp/uftpd/uftpd-2.8.ebuild b/net-ftp/uftpd/uftpd-2.8.ebuild
new file mode 100644
index 00000000000..1a96f19931f
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.8.ebuild
@@ -0,0 +1,26 @@
+# 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"
+
+src_install() {
+	emake DESTDIR="${D}" install doc_DATA=README.md
+}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2019-06-09 10:50 Michał Górny
  0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2019-06-09 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8cbc4015c44c8fdc00364841cc732fbf2b0936ae
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Jun  1 22:38:11 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 10:50:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbc4015

net-ftp/uftpd: drop old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-ftp/uftpd/Manifest            |  2 --
 net-ftp/uftpd/uftpd-2.4-r1.ebuild | 23 -----------------------
 net-ftp/uftpd/uftpd-2.5.ebuild    | 25 -------------------------
 3 files changed, 50 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 29c98f16098..09c4b513549 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,4 +1,2 @@
-DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404
-DIST uftpd-2.5.tar.xz 178652 BLAKE2B 888f6a6be9752d36470de0aa0dd3ec5ffeca335099897fb9a03a0573752257b88d5662f53cfb8c078f2b8efe3dd384b12833def2bea38c5440915b60b3832e78 SHA512 7f7f80f0a291cf57d68570de62c663804af0fa0fa4f0e5e199280c97d0d662881a05d1e0cc908f33e85cc8e07d825813e63271a94a69cd2e6bb974820566ccac
 DIST uftpd-2.6.tar.xz 93532 BLAKE2B 472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd SHA512 56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d
 DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac

diff --git a/net-ftp/uftpd/uftpd-2.4-r1.ebuild b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
deleted file mode 100644
index 5739b08fde2..00000000000
--- a/net-ftp/uftpd/uftpd-2.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 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=""
-
-RDEPEND="
-		!net-misc/uftp
-		!net-ftp/atftp"
-
-DEPEND="
-	dev-libs/libite
-	dev-libs/libuev"
-
-RDEPEND="${DEPEND}"

diff --git a/net-ftp/uftpd/uftpd-2.5.ebuild b/net-ftp/uftpd/uftpd-2.5.ebuild
deleted file mode 100644
index 69e14845f65..00000000000
--- a/net-ftp/uftpd/uftpd-2.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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="
-	!net-misc/uftp
-	!net-ftp/atftp
-	dev-libs/libite
-	dev-libs/libuev"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake DESTDIR="${D}" install doc_DATA=README.md
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2019-10-12 16:21 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2019-10-12 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     496f1c6ea865941d6b7c8eb9a481feb86b91a6c1
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Oct  9 09:52:59 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 16:21:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496f1c6e

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13231
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 +
 net-ftp/uftpd/uftpd-2.10.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 0ed8b59ca43..93b62c11d6e 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -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

diff --git a/net-ftp/uftpd/uftpd-2.10.ebuild b/net-ftp/uftpd/uftpd-2.10.ebuild
new file mode 100644
index 00000000000..5f894de4079
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.10.ebuild
@@ -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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2019-10-12 16:21 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2019-10-12 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4280da0ce07237ccb3c2c2fc8e1e7d82e918edc0
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Oct  9 09:52:22 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 16:21:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4280da0c

net-ftp/uftpd: drop old version

Package-Manager: Portage-2.3.76, Repoman-2.3.16
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.6.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index e0a2cce3c91..0ed8b59ca43 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,3 +1,2 @@
-DIST uftpd-2.6.tar.xz 93532 BLAKE2B 472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd SHA512 56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d
 DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac
 DIST uftpd-2.8.tar.xz 160920 BLAKE2B 53816a12e23fa5ebf80590c51ac5d713f84ef452248da3849116236cdf26e84b2aed91c92df49dc2346593f3b9b3536a681b869cbbb6ada60419fc233c54bd71 SHA512 d6668729f572fc62cd4060b9fbff26bdcd4055d6faf2f733e4f54c160783d573e808e4ad09341b25571ebc983aa19ada11a5513ab986742cbd12883cc495329c

diff --git a/net-ftp/uftpd/uftpd-2.6.ebuild b/net-ftp/uftpd/uftpd-2.6.ebuild
deleted file mode 100644
index db164de0144..00000000000
--- a/net-ftp/uftpd/uftpd-2.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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
-	dev-libs/libuev"
-
-RDEPEND="
-	${DEPEND}
-	!net-misc/uftp
-	!net-ftp/atftp"
-
-src_install() {
-	emake DESTDIR="${D}" install doc_DATA=README.md
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-01-06 15:40 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-01-06 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     01de603d1d6df3d9110beca10ead185cf9bcbbb1
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sun Jan  5 21:54:45 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 15:40:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01de603d

net-ftp/uftpd: bump version to 2.11

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14252
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 +
 net-ftp/uftpd/uftpd-2.11.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 6683fa14315..aebe743e74b 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1 +1,2 @@
 DIST uftpd-2.10.tar.xz 161948 BLAKE2B 9a6c72758e12cf8190b9aaea72c337997bd544c4fbee1f6de44de178e698ccf2eb1ddfcb0b48de23ebe669aa2d0d0d74ae0510b48e8e3f2b4d50d3f39f4e9901 SHA512 d9fbeca46b7bf8cbc258e501591e1e1af26ed380578276eacc2fdf0331cb66bbee6e715ee3d2021366b7884022f2e733b6d676f72649e97acff7d8dc3045be9e
+DIST uftpd-2.11.tar.xz 182000 BLAKE2B 75c9a564a90b10f2efdbfaaab67572adefda160d7b5df8fd303cfd970153ee24bdfbfb25dca1764d7b747a27779a2863a1b32a0ec489fbc2e4f3f991bc3436ee SHA512 bce9fe3d763d61030e883bba7988d206630f2124991ce0c11613744813f66ed8bf215a555e0061d0083d32b90ac5c9b583adf08520fb691617adeac759d50546

diff --git a/net-ftp/uftpd/uftpd-2.11.ebuild b/net-ftp/uftpd/uftpd-2.11.ebuild
new file mode 100644
index 00000000000..fc850368530
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.11.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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-01-06 15:40 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-01-06 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d48f69984ace63315b021e349c5420d8649d7160
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sun Jan  5 19:18:11 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 15:40:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48f6998

net-ftp/uftpd: drop old version 2.7

Package-Manager: Portage-2.3.79, Repoman-2.3.16
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.7.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 521535a31c0..6683fa14315 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,2 +1 @@
 DIST uftpd-2.10.tar.xz 161948 BLAKE2B 9a6c72758e12cf8190b9aaea72c337997bd544c4fbee1f6de44de178e698ccf2eb1ddfcb0b48de23ebe669aa2d0d0d74ae0510b48e8e3f2b4d50d3f39f4e9901 SHA512 d9fbeca46b7bf8cbc258e501591e1e1af26ed380578276eacc2fdf0331cb66bbee6e715ee3d2021366b7884022f2e733b6d676f72649e97acff7d8dc3045be9e
-DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac

diff --git a/net-ftp/uftpd/uftpd-2.7.ebuild b/net-ftp/uftpd/uftpd-2.7.ebuild
deleted file mode 100644
index 1a96f19931f..00000000000
--- a/net-ftp/uftpd/uftpd-2.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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"
-
-src_install() {
-	emake DESTDIR="${D}" install doc_DATA=README.md
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-01-06 15:40 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-01-06 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5fc763bf8f1410251fd940c14d201c455e368606
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sun Jan  5 19:17:31 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 15:40:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc763bf

net-ftp/uftpd: drop old version 2.8

Package-Manager: Portage-2.3.79, Repoman-2.3.16
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.8.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 93b62c11d6e..521535a31c0 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,3 +1,2 @@
 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

diff --git a/net-ftp/uftpd/uftpd-2.8.ebuild b/net-ftp/uftpd/uftpd-2.8.ebuild
deleted file mode 100644
index 1a96f19931f..00000000000
--- a/net-ftp/uftpd/uftpd-2.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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"
-
-src_install() {
-	emake DESTDIR="${D}" install doc_DATA=README.md
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-04-17  7:36 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-04-17  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     68a97d4e5558e2a57608efc01c44f94a2abc25ad
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Apr 16 23:24:26 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 07:35:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a97d4e

net-ftp/uftpd: drop old version

uftpd-2.10 has known CVEs. Upstream supports only
the latest version.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Bug: https://bugs.gentoo.org/717718
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15378
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 -
 net-ftp/uftpd/uftpd-2.10.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index aebe743e74b..1ce18daecde 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,2 +1 @@
-DIST uftpd-2.10.tar.xz 161948 BLAKE2B 9a6c72758e12cf8190b9aaea72c337997bd544c4fbee1f6de44de178e698ccf2eb1ddfcb0b48de23ebe669aa2d0d0d74ae0510b48e8e3f2b4d50d3f39f4e9901 SHA512 d9fbeca46b7bf8cbc258e501591e1e1af26ed380578276eacc2fdf0331cb66bbee6e715ee3d2021366b7884022f2e733b6d676f72649e97acff7d8dc3045be9e
 DIST uftpd-2.11.tar.xz 182000 BLAKE2B 75c9a564a90b10f2efdbfaaab67572adefda160d7b5df8fd303cfd970153ee24bdfbfb25dca1764d7b747a27779a2863a1b32a0ec489fbc2e4f3f991bc3436ee SHA512 bce9fe3d763d61030e883bba7988d206630f2124991ce0c11613744813f66ed8bf215a555e0061d0083d32b90ac5c9b583adf08520fb691617adeac759d50546

diff --git a/net-ftp/uftpd/uftpd-2.10.ebuild b/net-ftp/uftpd/uftpd-2.10.ebuild
deleted file mode 100644
index 5f894de4079..00000000000
--- a/net-ftp/uftpd/uftpd-2.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-06-04  8:14 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-06-04  8:14 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-06-04  8:14 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-06-04  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2854cf0711cd2100c28f9c99ba400387620232dd
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat May 30 15:40:24 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=2854cf07

net-ftp/uftpd: drop old version

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>
Closes: https://github.com/gentoo/gentoo/pull/16013
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 -
 net-ftp/uftpd/uftpd-2.11.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 92426780c56..31dd8b2a562 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,2 +1 @@
-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.11.ebuild b/net-ftp/uftpd/uftpd-2.11.ebuild
deleted file mode 100644
index fc850368530..00000000000
--- a/net-ftp/uftpd/uftpd-2.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-07-24 12:03 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-07-24 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     85ffaab6eff33e812962d39d1284215597f47022
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Jul 13 17:48:10 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 12:03:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ffaab6

net-ftp/uftpd: drop old version 2.12

Package-Manager: Portage-2.3.99, Repoman-2.3.20
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 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
deleted file mode 100644
index 31dd8b2a562..00000000000
--- a/net-ftp/uftpd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index fc850368530..00000000000
--- a/net-ftp/uftpd/uftpd-2.12.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-07-24 12:03 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-07-24 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ebeff4948306dadb136fbc68b68b9f56397b8fa1
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Jul 13 17:49:57 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 12:03:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebeff494

net-ftp/uftpd: bump version to 2.13

Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16687
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 +
 net-ftp/uftpd/uftpd-2.13.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
new file mode 100644
index 00000000000..a9060bc4a42
--- /dev/null
+++ b/net-ftp/uftpd/Manifest
@@ -0,0 +1 @@
+DIST uftpd-2.13.tar.xz 101128 BLAKE2B 2a948b993ed827b0bb53433c6dd9b49a7ddeb4d0b0a8e1e0061d417c9082094ab17e6116244af625de5ee2cbec4570eaa15ab0a68db95a959b471caade2b7aa2 SHA512 91152129ce1deb4db8e929aa75ffa88d69fe2d0ee1fd90242d1ecf02ee31a64bd3389d7d6699f9dab957d86389db87ecd9bc16dd37d0f8d0684007b43aa8a05c

diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild
new file mode 100644
index 00000000000..fc850368530
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.13.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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-09-29 20:37 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-09-29 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     bde4d88cf9e0a5f80a830b5cc1df2e7418d3bdab
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Sep  4 09:12:52 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:37:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde4d88c

net-ftp/uftpd: explicitly block tftp-hpa-5.2-r1

Try and fix QA issue

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16805
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.13.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild
index dbd99118a81..4a3710be7ac 100644
--- a/net-ftp/uftpd/uftpd-2.13.ebuild
+++ b/net-ftp/uftpd/uftpd-2.13.ebuild
@@ -21,7 +21,8 @@ DEPEND="
 	${RDEPEND}
 	!net-misc/uftp
 	!net-ftp/atftp
-	!net-ftp/tftp-hpa[server]
+	!=net-ftp/tftp-hpa-5.2-r1
+	!>=net-ftp/tftp-hpa-5.2-r2[server]
 	test? (
 		net-ftp/ftp
 		net-ftp/tnftp


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-09-29 20:37 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-09-29 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     11e7e99ea634c63e2eb84141537d815f174e5fc5
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Sep  4 07:46:51 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:37:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e7e99e

net-ftp/uftpd: fix failing tests

Now that tftp-hpa is split to and client server, one can install
only the client to run the tests.

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.13.ebuild | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild
index fc850368530..d2c9e2b701b 100644
--- a/net-ftp/uftpd/uftpd-2.13.ebuild
+++ b/net-ftp/uftpd/uftpd-2.13.ebuild
@@ -9,14 +9,26 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
 	>=dev-libs/libite-1.5
 	>=dev-libs/libuev-2.2"
 
-RDEPEND="
-	${DEPEND}
+DEPEND="
+	${RDEPEND}
 	!net-misc/uftp
-	!net-ftp/atftp"
+	!net-ftp/atftp
+	!net-ftp/tftp-hpa[server]
+	test? (
+		net-ftp/ftp
+		net-ftp/tnftp
+		net-ftp/tftp-hpa[client]
+	)"
+
+src_test() {
+	# can't run the tests in parallel since the order matters
+	emake -j 1 check
+}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-09-29 20:37 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-09-29 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0795801b5de2baf3b1166454d5af63ec26331a49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 20:36:48 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:37:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0795801b

net-ftp/uftpd: simplify blocker

Thanks-to: Brian Evans <grknight <AT> gentoo.org>
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.13.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild
index 4a3710be7ac..f6666d43c1e 100644
--- a/net-ftp/uftpd/uftpd-2.13.ebuild
+++ b/net-ftp/uftpd/uftpd-2.13.ebuild
@@ -21,8 +21,7 @@ DEPEND="
 	${RDEPEND}
 	!net-misc/uftp
 	!net-ftp/atftp
-	!=net-ftp/tftp-hpa-5.2-r1
-	!>=net-ftp/tftp-hpa-5.2-r2[server]
+	!net-ftp/tftp-hpa[server(+)]
 	test? (
 		net-ftp/ftp
 		net-ftp/tnftp


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2020-09-29 20:37 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-09-29 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0598c283e3543ad72cb0ee62aae2c3341cb93a81
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Sep  4 08:10:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:37:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0598c283

net-ftp/uftpd: pin version of tftp-hpa

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild
index d2c9e2b701b..dbd99118a81 100644
--- a/net-ftp/uftpd/uftpd-2.13.ebuild
+++ b/net-ftp/uftpd/uftpd-2.13.ebuild
@@ -25,7 +25,7 @@ DEPEND="
 	test? (
 		net-ftp/ftp
 		net-ftp/tnftp
-		net-ftp/tftp-hpa[client]
+		>=net-ftp/tftp-hpa-5.2-r2[client]
 	)"
 
 src_test() {


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2022-01-03 19:01 Florian Schmaus
  0 siblings, 0 replies; 29+ messages in thread
From: Florian Schmaus @ 2022-01-03 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5b1d9775db5ad1db1cece6c55fddd5f01193410e
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Dec 25 14:18:45 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 19:01:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1d9775

net-ftp/uftpd: add 2.15

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 +
 net-ftp/uftpd/uftpd-2.15.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index a9060bc4a421..6a68bd72fd8a 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1 +1,2 @@
 DIST uftpd-2.13.tar.xz 101128 BLAKE2B 2a948b993ed827b0bb53433c6dd9b49a7ddeb4d0b0a8e1e0061d417c9082094ab17e6116244af625de5ee2cbec4570eaa15ab0a68db95a959b471caade2b7aa2 SHA512 91152129ce1deb4db8e929aa75ffa88d69fe2d0ee1fd90242d1ecf02ee31a64bd3389d7d6699f9dab957d86389db87ecd9bc16dd37d0f8d0684007b43aa8a05c
+DIST uftpd-2.15.tar.xz 102820 BLAKE2B 19f80fb1cfa1194a154950c885cd26bf216014b3abae42d164e2c080dc7bf9c3810409bc989eec2a1ce559f0935415458cbd19abbd52dbf3816538d9463b754e SHA512 eaa867b6fe9b86786c8aec47224bda6aef5120845b67fa786c1663ec0b8437e5a0099fab8753db47feb9ab3a93de2d6519dba9dfb3d6ebefc8c4482113df45c1

diff --git a/net-ftp/uftpd/uftpd-2.15.ebuild b/net-ftp/uftpd/uftpd-2.15.ebuild
new file mode 100644
index 000000000000..abc498a16b38
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.15.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-libs/libite-1.5
+	>=dev-libs/libuev-2.2"
+
+DEPEND="
+	${RDEPEND}
+	!net-misc/uftp
+	!net-ftp/atftp
+	!net-ftp/tftp-hpa[server(+)]
+	test? (
+		net-ftp/ftp
+		net-ftp/tnftp
+		>=net-ftp/tftp-hpa-5.2-r2[client]
+	)"
+
+src_test() {
+	# can't run the tests in parallel since the order matters
+	emake -j 1 check
+}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2022-01-03 19:01 Florian Schmaus
  0 siblings, 0 replies; 29+ messages in thread
From: Florian Schmaus @ 2022-01-03 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3de0d23e1332cb345f60552b8b8da3df42b6fa01
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Dec 25 14:18:56 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 19:01:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de0d23e

net-ftp/uftpd: drop 2.13

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23506
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 -
 net-ftp/uftpd/uftpd-2.13.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 6a68bd72fd8a..bacabd941dca 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,2 +1 @@
-DIST uftpd-2.13.tar.xz 101128 BLAKE2B 2a948b993ed827b0bb53433c6dd9b49a7ddeb4d0b0a8e1e0061d417c9082094ab17e6116244af625de5ee2cbec4570eaa15ab0a68db95a959b471caade2b7aa2 SHA512 91152129ce1deb4db8e929aa75ffa88d69fe2d0ee1fd90242d1ecf02ee31a64bd3389d7d6699f9dab957d86389db87ecd9bc16dd37d0f8d0684007b43aa8a05c
 DIST uftpd-2.15.tar.xz 102820 BLAKE2B 19f80fb1cfa1194a154950c885cd26bf216014b3abae42d164e2c080dc7bf9c3810409bc989eec2a1ce559f0935415458cbd19abbd52dbf3816538d9463b754e SHA512 eaa867b6fe9b86786c8aec47224bda6aef5120845b67fa786c1663ec0b8437e5a0099fab8753db47feb9ab3a93de2d6519dba9dfb3d6ebefc8c4482113df45c1

diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild
deleted file mode 100644
index f6666d43c1ee..000000000000
--- a/net-ftp/uftpd/uftpd-2.13.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-libs/libite-1.5
-	>=dev-libs/libuev-2.2"
-
-DEPEND="
-	${RDEPEND}
-	!net-misc/uftp
-	!net-ftp/atftp
-	!net-ftp/tftp-hpa[server(+)]
-	test? (
-		net-ftp/ftp
-		net-ftp/tnftp
-		>=net-ftp/tftp-hpa-5.2-r2[client]
-	)"
-
-src_test() {
-	# can't run the tests in parallel since the order matters
-	emake -j 1 check
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2022-08-11 14:04 Yixun Lan
  0 siblings, 0 replies; 29+ messages in thread
From: Yixun Lan @ 2022-08-11 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     012de8a8c30852e9d4f6c6292642629530b5d55d
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 14:01:51 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 14:01:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012de8a8

net-ftp/uftpd: Keyword 2.15 arm64, #850538

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.15.ebuild b/net-ftp/uftpd/uftpd-2.15.ebuild
index abc498a16b38..b185fb645db4 100644
--- a/net-ftp/uftpd/uftpd-2.15.ebuild
+++ b/net-ftp/uftpd/uftpd-2.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2022-11-02 14:24 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2022-11-02 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     93510a8324df1bd97ba1f8e2b6aef0ff931a2d31
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 13:27:54 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 14:24:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93510a83

net-ftp/uftpd: update DEPEND, RDEPEND and BDEPEND entries

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.15-r1.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.15-r1.ebuild b/net-ftp/uftpd/uftpd-2.15-r1.ebuild
index e9fcb3602f42..d936b50b56a2 100644
--- a/net-ftp/uftpd/uftpd-2.15-r1.ebuild
+++ b/net-ftp/uftpd/uftpd-2.15-r1.ebuild
@@ -13,15 +13,16 @@ KEYWORDS="~amd64 ~arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="
+DEPEND="
 	>=dev-libs/libite-1.5
 	>=dev-libs/libuev-2.2"
-
-DEPEND="
-	${RDEPEND}
+RDEPEND="
+	${DEPEND}
 	!net-misc/uftp
 	!net-ftp/atftp
-	!net-ftp/tftp-hpa[server(+)]
+	!net-ftp/tftp-hpa[server(+)]"
+BDEPEND="
+	virtual/pkgconfig
 	test? (
 		net-ftp/ftp
 		net-ftp/tnftp


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2022-11-02 14:24 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2022-11-02 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9ca6b0c305369979e65fc58540d7c857361e33d5
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Oct 10 09:48:09 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 14:24:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca6b0c3

net-ftp/uftpd: update EAPI 7 -> 8

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27723
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.15-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.15-r1.ebuild b/net-ftp/uftpd/uftpd-2.15-r1.ebuild
index c191fbf59145..e9fcb3602f42 100644
--- a/net-ftp/uftpd/uftpd-2.15-r1.ebuild
+++ b/net-ftp/uftpd/uftpd-2.15-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="The no nonsense TFTP/FTP server"
 HOMEPAGE="https://github.com/troglobit/uftpd"
@@ -33,7 +33,6 @@ src_test() {
 	emake -j 1 check
 }
 
-
 src_install() {
 	default
 	newinitd "${FILESDIR}"/uftpd.init uftpd


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
@ 2023-05-01 13:36 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-05-01 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     0c22b47509a45856f74a1b37b154db8c89f47679
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:35:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:35:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c22b475

net-ftp/uftpd: drop 2.15

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.15.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.15.ebuild b/net-ftp/uftpd/uftpd-2.15.ebuild
deleted file mode 100644
index b185fb645db4..000000000000
--- a/net-ftp/uftpd/uftpd-2.15.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 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 ~arm64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-libs/libite-1.5
-	>=dev-libs/libuev-2.2"
-
-DEPEND="
-	${RDEPEND}
-	!net-misc/uftp
-	!net-ftp/atftp
-	!net-ftp/tftp-hpa[server(+)]
-	test? (
-		net-ftp/ftp
-		net-ftp/tnftp
-		>=net-ftp/tftp-hpa-5.2-r2[client]
-	)"
-
-src_test() {
-	# can't run the tests in parallel since the order matters
-	emake -j 1 check
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2023-05-01 13:36 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-03 19:01 [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01 13:36 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
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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox