[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2024-01-06 Thread Conrad Kostecki
commit: 1d5bad741d7e5be03c1bc96c8f219ed9257cd507
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Tue Jan  2 19:42:01 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jan  7 00:19:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5bad74

net-misc/uftp: add 5.0.3

Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/uftp/Manifest  |  1 +
 net-misc/uftp/uftp-5.0.3.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index be3a8553de32..e42dbd5f1a18 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1 +1,2 @@
 DIST uftp-5.0.1.tar.gz 240620 BLAKE2B 
f1c22d8313b8f368729dd972dae9894290aa89a0fd9305d854caf93ead9f9aec7eaf83682683722c7a30a1e11802678f3e0cc3e4054f065b51ea049fa47dce56
 SHA512 
755b051aadd793e8d3939241d1f8db8b4c5f5be6224284a3ef82a648a9e2189b57dd4fe91230633cf7a582c51543a1d92cf167301c633ce16e9e2417709d36f4
+DIST uftp-5.0.3.tar.gz 240814 BLAKE2B 
46a36affb4547c62fcc09bbde5f9b22d1ddce5cf50777f138982de51bb2e681520c9f9bad92b646cd97204de40e01f9782b24329a6eebfeb98fd8e10910786e9
 SHA512 
edd603cf3ecb363a21365db7b1697ac44d12099c6699cf50c02f4a01ad95a458470308c69446a2d2825c5f4882833c384ad4f658e09ddf80dcab1cb2180f8b54

diff --git a/net-misc/uftp/uftp-5.0.3.ebuild b/net-misc/uftp/uftp-5.0.3.ebuild
new file mode 100644
index ..339a6b7f59d1
--- /dev/null
+++ b/net-misc/uftp/uftp-5.0.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Encrypted UDP based FTP with multicast"
+HOMEPAGE="http://uftp-multicast.sourceforge.net/;
+SRC_URI="https://download.sourceforge.net/${PN}-multicast/source-tar/${P}.tar.gz;
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+server ssl"
+
+# openssl with EC required, see #644674
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.10.1_makefile.patch"
+)
+
+src_compile() {
+   use ssl || local opt="NO_ENCRYPTION=1"
+
+   emake CC="$(tc-getCC)" ${opt} uftp uftp_keymgt
+   use server && emake CC="$(tc-getCC)" ${opt} uftpd uftpproxyd
+}
+
+src_install() {
+   dobin uftp uftp_keymgt
+   dodoc {Changes,protocol,ReadMe}.txt
+   doman {uftp,uftp_keymgt}.1
+
+   if use server ; then
+   dosbin uftpd uftpproxyd
+   newinitd "${FILESDIR}/uftpd.init" uftpd
+   newconfd "${FILESDIR}/uftpd.conf" uftpd
+   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
+   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
+   doman {uftpd,uftpproxyd}.1
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotate" uftpd
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2024-01-06 Thread Conrad Kostecki
commit: 3e91a838f9558f645f051042c7d4037641ddf807
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Tue Jan  2 19:42:33 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jan  7 00:19:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e91a838

net-misc/uftp: drop 5.0.1

Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34607
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/uftp/Manifest  |  1 -
 net-misc/uftp/uftp-5.0.1.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index e42dbd5f1a18..6f35f3e40083 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,2 +1 @@
-DIST uftp-5.0.1.tar.gz 240620 BLAKE2B 
f1c22d8313b8f368729dd972dae9894290aa89a0fd9305d854caf93ead9f9aec7eaf83682683722c7a30a1e11802678f3e0cc3e4054f065b51ea049fa47dce56
 SHA512 
755b051aadd793e8d3939241d1f8db8b4c5f5be6224284a3ef82a648a9e2189b57dd4fe91230633cf7a582c51543a1d92cf167301c633ce16e9e2417709d36f4
 DIST uftp-5.0.3.tar.gz 240814 BLAKE2B 
46a36affb4547c62fcc09bbde5f9b22d1ddce5cf50777f138982de51bb2e681520c9f9bad92b646cd97204de40e01f9782b24329a6eebfeb98fd8e10910786e9
 SHA512 
edd603cf3ecb363a21365db7b1697ac44d12099c6699cf50c02f4a01ad95a458470308c69446a2d2825c5f4882833c384ad4f658e09ddf80dcab1cb2180f8b54

diff --git a/net-misc/uftp/uftp-5.0.1.ebuild b/net-misc/uftp/uftp-5.0.1.ebuild
deleted file mode 100644
index b7452e236d95..
--- a/net-misc/uftp/uftp-5.0.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Encrypted UDP based FTP with multicast"
-HOMEPAGE="http://uftp-multicast.sourceforge.net/;
-SRC_URI="https://download.sourceforge.net/${PN}-multicast/source-tar/${P}.tar.gz;
-
-LICENSE="GPL-3-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+server ssl"
-
-# openssl with EC required, see #644674
-DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-4.10.1_makefile.patch"
-)
-
-src_compile() {
-   use ssl || local opt="NO_ENCRYPTION=1"
-
-   emake CC="$(tc-getCC)" ${opt} uftp uftp_keymgt
-   use server && emake CC="$(tc-getCC)" ${opt} uftpd uftpproxyd
-}
-
-src_install() {
-   dobin uftp uftp_keymgt
-   dodoc {Changes,protocol,ReadMe}.txt
-   doman {uftp,uftp_keymgt}.1
-
-   if use server ; then
-   dosbin uftpd uftpproxyd
-   newinitd "${FILESDIR}/uftpd.init" uftpd
-   newconfd "${FILESDIR}/uftpd.conf" uftpd
-   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
-   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
-   doman {uftpd,uftpproxyd}.1
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/logrotate" uftpd
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2022-08-28 Thread Joonas Niilola
commit: c5188962d822e8f77661351adbd14f12bef604ef
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Aug  8 09:32:37 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 28 08:22:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5188962

net-misc/uftp: add 5.0.1

Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/uftp/Manifest  |  1 +
 net-misc/uftp/uftp-5.0.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 3e5dc4d4a705..36471db93ad0 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,2 +1,3 @@
 DIST uftp-4.10.1.tar.gz 245625 BLAKE2B 
23b01758fa5a0387471f8d95b24738d8157801822b8a07a59072eeab81277ceb5283463465ed522af6971d65141712ead3e2206caa286bedece9e0c34a149873
 SHA512 
9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf
+DIST uftp-5.0.1.tar.gz 240620 BLAKE2B 
f1c22d8313b8f368729dd972dae9894290aa89a0fd9305d854caf93ead9f9aec7eaf83682683722c7a30a1e11802678f3e0cc3e4054f065b51ea049fa47dce56
 SHA512 
755b051aadd793e8d3939241d1f8db8b4c5f5be6224284a3ef82a648a9e2189b57dd4fe91230633cf7a582c51543a1d92cf167301c633ce16e9e2417709d36f4
 DIST uftp-5.0.tar.gz 239651 BLAKE2B 
8fcba8c0fc2db2dac941eaff7ebc7f2b25c53dd2e021985a2c1d93c29ce0afb2bd7da79bb5a20e0d45f703837ebb375d07825456edc217abe32ff51665a6e237
 SHA512 
f76e86559971facd806141fae88c6c47ec8361440044e429126391c6ac17f5f6ec0c79950816f9329cbb85a6be31d0700d18f599ef0b56f8df3ebe03fad4e27a

diff --git a/net-misc/uftp/uftp-5.0.1.ebuild b/net-misc/uftp/uftp-5.0.1.ebuild
new file mode 100644
index ..b7452e236d95
--- /dev/null
+++ b/net-misc/uftp/uftp-5.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Encrypted UDP based FTP with multicast"
+HOMEPAGE="http://uftp-multicast.sourceforge.net/;
+SRC_URI="https://download.sourceforge.net/${PN}-multicast/source-tar/${P}.tar.gz;
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+server ssl"
+
+# openssl with EC required, see #644674
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.10.1_makefile.patch"
+)
+
+src_compile() {
+   use ssl || local opt="NO_ENCRYPTION=1"
+
+   emake CC="$(tc-getCC)" ${opt} uftp uftp_keymgt
+   use server && emake CC="$(tc-getCC)" ${opt} uftpd uftpproxyd
+}
+
+src_install() {
+   dobin uftp uftp_keymgt
+   dodoc {Changes,protocol,ReadMe}.txt
+   doman {uftp,uftp_keymgt}.1
+
+   if use server ; then
+   dosbin uftpd uftpproxyd
+   newinitd "${FILESDIR}/uftpd.init" uftpd
+   newconfd "${FILESDIR}/uftpd.conf" uftpd
+   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
+   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
+   doman {uftpd,uftpproxyd}.1
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotate" uftpd
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/files/, net-misc/uftp/

2022-08-28 Thread Joonas Niilola
commit: cce47bbcd101657e6109611506af1b7f4771ef81
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Aug  8 09:35:39 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 28 08:22:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce47bbc

net-misc/uftp: drop 4.10.1-r1, 5.0-r1

Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26781
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/uftp/Manifest  |  2 -
 net-misc/uftp/files/uftp-4.10.1_gcc10.patch | 14 ---
 net-misc/uftp/uftp-4.10.1-r1.ebuild | 58 -
 net-misc/uftp/uftp-5.0-r1.ebuild| 47 ---
 4 files changed, 121 deletions(-)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 36471db93ad0..be3a8553de32 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,3 +1 @@
-DIST uftp-4.10.1.tar.gz 245625 BLAKE2B 
23b01758fa5a0387471f8d95b24738d8157801822b8a07a59072eeab81277ceb5283463465ed522af6971d65141712ead3e2206caa286bedece9e0c34a149873
 SHA512 
9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf
 DIST uftp-5.0.1.tar.gz 240620 BLAKE2B 
f1c22d8313b8f368729dd972dae9894290aa89a0fd9305d854caf93ead9f9aec7eaf83682683722c7a30a1e11802678f3e0cc3e4054f065b51ea049fa47dce56
 SHA512 
755b051aadd793e8d3939241d1f8db8b4c5f5be6224284a3ef82a648a9e2189b57dd4fe91230633cf7a582c51543a1d92cf167301c633ce16e9e2417709d36f4
-DIST uftp-5.0.tar.gz 239651 BLAKE2B 
8fcba8c0fc2db2dac941eaff7ebc7f2b25c53dd2e021985a2c1d93c29ce0afb2bd7da79bb5a20e0d45f703837ebb375d07825456edc217abe32ff51665a6e237
 SHA512 
f76e86559971facd806141fae88c6c47ec8361440044e429126391c6ac17f5f6ec0c79950816f9329cbb85a6be31d0700d18f599ef0b56f8df3ebe03fad4e27a

diff --git a/net-misc/uftp/files/uftp-4.10.1_gcc10.patch 
b/net-misc/uftp/files/uftp-4.10.1_gcc10.patch
deleted file mode 100644
index d25de61465dc..
--- a/net-misc/uftp/files/uftp-4.10.1_gcc10.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nuar uftp-4.10.1.orig/proxy.h uftp-4.10.1/proxy.h
 uftp-4.10.1.orig/proxy.h   2020-02-06 17:30:34.904020513 +0300
-+++ uftp-4.10.1/proxy.h2020-02-06 17:30:49.214021144 +0300
-@@ -167,8 +167,8 @@
- extern int proxy_type, debug, rcvbuf, dscp, keyfile_count, keyinfo_count;
- extern int hb_interval, priority;
- extern unsigned int ttl;
--char portname[PORTNAME_LEN], out_portname[PORTNAME_LEN];
--int port, out_port;
-+extern char portname[PORTNAME_LEN], out_portname[PORTNAME_LEN];
-+extern int port, out_port;
- extern union sockaddr_u down_addr;
- extern int have_down_fingerprint;
- extern uint8_t down_fingerprint[HMAC_LEN];

diff --git a/net-misc/uftp/uftp-4.10.1-r1.ebuild 
b/net-misc/uftp/uftp-4.10.1-r1.ebuild
deleted file mode 100644
index cd876c63f416..
--- a/net-misc/uftp/uftp-4.10.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Encrypted UDP based FTP with multicast"
-HOMEPAGE="http://uftp-multicast.sourceforge.net/;
-SRC_URI="https://download.sourceforge.net/${PN}-multicast/source-tar/${P}.tar.gz;
-
-LICENSE="GPL-3-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+server ssl"
-
-# openssl with EC required, see #644674
-DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )"
-RDEPEND="${DEPEND}"
-
-# Workaround, see #644670
-RESTRICT=test
-
-PATCHES=(
-   "${FILESDIR}/${P}_makefile.patch"
-   "${FILESDIR}/${P}_gcc10.patch"
-)
-
-src_compile() {
-   use ssl || local opt="NO_ENCRYPTION=1"
-
-   emake CC="$(tc-getCC)" ${opt} uftp uftp_keymgt
-   use server && emake CC="$(tc-getCC)" ${opt} uftpd uftpproxyd
-}
-
-src_install() {
-   dobin uftp uftp_keymgt
-   dodoc {Changes,protocol,ReadMe}.txt
-   doman {uftp,uftp_keymgt}.1
-
-   if use server ; then
-   dosbin uftpd uftpproxyd
-   newinitd "${FILESDIR}/uftpd.init" uftpd
-   newconfd "${FILESDIR}/uftpd.conf" uftpd
-   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
-   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
-   doman {uftpd,uftpproxyd}.1
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/logrotate" uftpd
-   fi
-}
-
-pkg_postinst() {
-   if use server ; then
-   ewarn "Please note, uftpd 4.x server is not backward compatible 
with"
-   ewarn "uftp 3.x clients! Please upgrade clients before servers."
-   fi
-}

diff --git a/net-misc/uftp/uftp-5.0-r1.ebuild b/net-misc/uftp/uftp-5.0-r1.ebuild
deleted file mode 100644
index 2720099e81a7..
--- a/net-misc/uftp/uftp-5.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2022-03-25 Thread Sam James
commit: b8945ea9d88b392111975fa2e8299e3a92b14bae
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 25 23:44:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 26 00:00:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8945ea9

net-misc/uftp: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James  gentoo.org>

 net-misc/uftp/uftp-4.10.1-r1.ebuild | 7 ---
 net-misc/uftp/uftp-5.0-r1.ebuild| 7 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/net-misc/uftp/uftp-4.10.1-r1.ebuild 
b/net-misc/uftp/uftp-4.10.1-r1.ebuild
index b85e46fc8aa2..cd876c63f416 100644
--- a/net-misc/uftp/uftp-4.10.1-r1.ebuild
+++ b/net-misc/uftp/uftp-4.10.1-r1.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
@@ -28,8 +28,9 @@ PATCHES=(
 
 src_compile() {
use ssl || local opt="NO_ENCRYPTION=1"
-   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
-   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
+
+   emake CC="$(tc-getCC)" ${opt} uftp uftp_keymgt
+   use server && emake CC="$(tc-getCC)" ${opt} uftpd uftpproxyd
 }
 
 src_install() {

diff --git a/net-misc/uftp/uftp-5.0-r1.ebuild b/net-misc/uftp/uftp-5.0-r1.ebuild
index 4df140fe4cbc..2720099e81a7 100644
--- a/net-misc/uftp/uftp-5.0-r1.ebuild
+++ b/net-misc/uftp/uftp-5.0-r1.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
@@ -24,8 +24,9 @@ PATCHES=(
 
 src_compile() {
use ssl || local opt="NO_ENCRYPTION=1"
-   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
-   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
+
+   emake CC="$(tc-getCC)" ${opt} uftp uftp_keymgt
+   use server && emake CC="$(tc-getCC)" ${opt} uftpd uftpproxyd
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2021-06-17 Thread Thomas Deutschmann
commit: be566e6e48a0b062fa34fd8ed00ea30338c09386
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jun 17 21:59:09 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jun 17 22:18:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be566e6e

net-misc/uftp: rev bump for commit ba35fb8fe

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/uftp/{uftp-4.10.1.ebuild => uftp-4.10.1-r1.ebuild} | 0
 net-misc/uftp/{uftp-5.0.ebuild => uftp-5.0-r1.ebuild}   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/uftp/uftp-4.10.1.ebuild 
b/net-misc/uftp/uftp-4.10.1-r1.ebuild
similarity index 100%
rename from net-misc/uftp/uftp-4.10.1.ebuild
rename to net-misc/uftp/uftp-4.10.1-r1.ebuild

diff --git a/net-misc/uftp/uftp-5.0.ebuild b/net-misc/uftp/uftp-5.0-r1.ebuild
similarity index 100%
rename from net-misc/uftp/uftp-5.0.ebuild
rename to net-misc/uftp/uftp-5.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2021-06-17 Thread Thomas Deutschmann
commit: ba35fb8fe9f23be4fe99faf980e7c1045542bf9a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jun 17 20:09:21 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jun 17 20:32:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba35fb8f

net-misc/uftp: Fix MissingUseDepDefault for dev-libs/openssl[bindist]

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/uftp/uftp-4.10.1.ebuild | 4 ++--
 net-misc/uftp/uftp-5.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/uftp/uftp-4.10.1.ebuild b/net-misc/uftp/uftp-4.10.1.ebuild
index 9fb44efca5f..b85e46fc8aa 100644
--- a/net-misc/uftp/uftp-4.10.1.ebuild
+++ b/net-misc/uftp/uftp-4.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+server ssl"
 
 # openssl with EC required, see #644674
-DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )"
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )"
 RDEPEND="${DEPEND}"
 
 # Workaround, see #644670

diff --git a/net-misc/uftp/uftp-5.0.ebuild b/net-misc/uftp/uftp-5.0.ebuild
index eb2c9faf0bc..4df140fe4cb 100644
--- a/net-misc/uftp/uftp-5.0.ebuild
+++ b/net-misc/uftp/uftp-5.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+server ssl"
 
 # openssl with EC required, see #644674
-DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )"
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )"
 RDEPEND="${DEPEND}"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2021-02-12 Thread Sam James
commit: 69f7abc47127b930547968bc9b21a5031a09a6ef
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sun Feb  7 23:37:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 12 15:10:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f7abc4

net-misc/uftp: update to 5.0

Closes: https://bugs.gentoo.org/769242
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19371
Signed-off-by: Sam James  gentoo.org>

 net-misc/uftp/Manifest|  1 +
 net-misc/uftp/metadata.xml|  3 +++
 net-misc/uftp/uftp-5.0.ebuild | 49 +++
 3 files changed, 53 insertions(+)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 9f1cf5a6aa9..3e5dc4d4a70 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1 +1,2 @@
 DIST uftp-4.10.1.tar.gz 245625 BLAKE2B 
23b01758fa5a0387471f8d95b24738d8157801822b8a07a59072eeab81277ceb5283463465ed522af6971d65141712ead3e2206caa286bedece9e0c34a149873
 SHA512 
9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf
+DIST uftp-5.0.tar.gz 239651 BLAKE2B 
8fcba8c0fc2db2dac941eaff7ebc7f2b25c53dd2e021985a2c1d93c29ce0afb2bd7da79bb5a20e0d45f703837ebb375d07825456edc217abe32ff51665a6e237
 SHA512 
f76e86559971facd806141fae88c6c47ec8361440044e429126391c6ac17f5f6ec0c79950816f9329cbb85a6be31d0700d18f599ef0b56f8df3ebe03fad4e27a

diff --git a/net-misc/uftp/metadata.xml b/net-misc/uftp/metadata.xml
index 2a33d8eedc9..95eaf34a95d 100644
--- a/net-misc/uftp/metadata.xml
+++ b/net-misc/uftp/metadata.xml
@@ -9,6 +9,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers
 
+
+   uftp-multicast
+
 
Install uftp server daemon
 

diff --git a/net-misc/uftp/uftp-5.0.ebuild b/net-misc/uftp/uftp-5.0.ebuild
new file mode 100644
index 000..b15f9e8f9e3
--- /dev/null
+++ b/net-misc/uftp/uftp-5.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Encrypted UDP based FTP with multicast"
+HOMEPAGE="http://uftp-multicast.sourceforge.net/;
+SRC_URI="https://download.sourceforge.net/${PN}-multicast/source-tar/${P}.tar.gz;
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+server ssl"
+
+# openssl with EC required, see #644674
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )"
+RDEPEND="${DEPEND}"
+
+# Workaround, see #644670
+RESTRICT=test
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.10.1_makefile.patch"
+)
+
+src_compile() {
+   use ssl || local opt="NO_ENCRYPTION=1"
+   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
+   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
+}
+
+src_install() {
+   dobin uftp uftp_keymgt
+   dodoc {Changes,protocol,ReadMe}.txt
+   doman {uftp,uftp_keymgt}.1
+
+   if use server ; then
+   dosbin uftpd uftpproxyd
+   newinitd "${FILESDIR}/uftpd.init" uftpd
+   newconfd "${FILESDIR}/uftpd.conf" uftpd
+   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
+   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
+   doman {uftpd,uftpproxyd}.1
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotate" uftpd
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2021-02-12 Thread Sam James
commit: 0774bd144edffb2c6cf21ec167492b6ce4b39ea6
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 12 14:53:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 12 15:10:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0774bd14

net-misc/uftp: drop now-obsolete RESTRICT="test"

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/uftp/uftp-5.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-misc/uftp/uftp-5.0.ebuild b/net-misc/uftp/uftp-5.0.ebuild
index b15f9e8f9e3..eb2c9faf0bc 100644
--- a/net-misc/uftp/uftp-5.0.ebuild
+++ b/net-misc/uftp/uftp-5.0.ebuild
@@ -18,9 +18,6 @@ IUSE="+server ssl"
 DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )"
 RDEPEND="${DEPEND}"
 
-# Workaround, see #644670
-RESTRICT=test
-
 PATCHES=(
"${FILESDIR}/${PN}-4.10.1_makefile.patch"
 )



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/files/, net-misc/uftp/

2020-02-07 Thread Joonas Niilola
commit: 711e249f311623ca98ab30ac4294f80c8dc9533e
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Feb  6 14:46:28 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb  7 14:22:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711e249f

net-misc/uftp: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14581
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/uftp/Manifest |  4 --
 net-misc/uftp/files/uftp-3.7_makefile.patch| 79 --
 ...4_makefile.patch => uftp-4.10.1_makefile.patch} |  0
 net-misc/uftp/uftp-3.7.1.ebuild| 45 
 net-misc/uftp/uftp-4.10.1.ebuild   |  6 +-
 net-misc/uftp/uftp-4.9.4.ebuild| 52 --
 net-misc/uftp/uftp-4.9.5.ebuild| 56 ---
 net-misc/uftp/uftp-4.9.8.ebuild| 56 ---
 8 files changed, 3 insertions(+), 295 deletions(-)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 64d63ab90af..9f1cf5a6aa9 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,5 +1 @@
-DIST uftp-3.7.1.tar 849920 BLAKE2B 
32a2ccca01f4b8ee205301a2bb4ac30da4f17bf0d8a24f885ec40a430b2cc478efcd504ba118ef7f55c43ef53a6fb3e6caa2e2cebda93c254ab289a8683488a6
 SHA512 
93fefe1d4c5310bfa6470a78011e63aea8cc9cf59a73ea24920d3ad8c835476bbc410b3669ee79c847eba7d21d61f600e09529d5e6f2ed24076f663a34d99c15
 DIST uftp-4.10.1.tar.gz 245625 BLAKE2B 
23b01758fa5a0387471f8d95b24738d8157801822b8a07a59072eeab81277ceb5283463465ed522af6971d65141712ead3e2206caa286bedece9e0c34a149873
 SHA512 
9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf
-DIST uftp-4.9.4.tar.gz 243819 BLAKE2B 
b7aa75f8db82480912dd4cf8199dce7e8170db837853f16a2d8e5a4b7cf190416b7a2a23e170a4837f59a7bba030b0434383bceae9b253eb1d2fc13f6fcd26e7
 SHA512 
f3c799265a55e0cb536f17be3a0ebfad5f81284255083ebe9a12fda4b5ce8407f05a710cb32a41f3dccbc0ac90367c44d4b67058bdbeaa4f2f8efe732463ebf0
-DIST uftp-4.9.5.tar.gz 243999 BLAKE2B 
32f6e6fef062e3b0696db775f2e925fdd53f03d8e04181f65140372abc85674b90579ea4b0c48cf21378c97552d06374005e70b6f1e9af7c03b7478d0b86e26c
 SHA512 
3a4809cc61555ee26de6c1e1ac8525c0345a3b9555cf0a2094ff06eb6f409d1b3ca16b94d7b953dba6d1ae1d8c69a646d575a6357cd178c374bef6744086
-DIST uftp-4.9.8.tar.gz 244855 BLAKE2B 
bdb5b5caffbfbfaf8d7aa71e675a98240e64b27b6386088c9a096202f32e825a1cd9bed933b5242601c9ff7c5c2afb4c43190b2335a2a73c0dd0b51caf74a1cf
 SHA512 
04875ddc59cdd9cfa88d642aeb9ea4418a99eca12057f54c949ec5aecee85a8a78803ebdeefe11a29a298a151bb5eb19d6c6c5656f26e17639a86308a2946ef5

diff --git a/net-misc/uftp/files/uftp-3.7_makefile.patch 
b/net-misc/uftp/files/uftp-3.7_makefile.patch
deleted file mode 100644
index 81afe8b9baa..000
--- a/net-misc/uftp/files/uftp-3.7_makefile.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-diff -Nuar uftp-3.7.orig//makefile uftp-3.7/makefile
 uftp-3.7.orig//makefile2012-08-10 17:00:22.566403478 +0600
-+++ uftp-3.7/makefile  2012-08-10 17:04:47.523386683 +0600
-@@ -39,25 +39,26 @@
- endif
- 
- # defaults
--CC = gcc
--OPTIONS=-g -Wall $(ENC_OPTS)
-+CC ?= gcc
-+OPTIONS=$(ENC_OPTS)
- LDLIBS=-lc -lm $(CRYPT_LIB)
--CFLAGS=
-+CFLAGS?=
-+LDFLAGS?=
- 
- # FreeBSD
- ifeq ("FreeBSD", "$(UNAME_S)")
--OPTIONS=-g -Wall -DHAS_GETIFADDRS $(ENC_OPTS)
-+OPTIONS=-DHAS_GETIFADDRS $(ENC_OPTS)
- endif
- 
- # OSX, aka Darwin
- ifeq ("Darwin", "$(UNAME_S)")
--OPTIONS=-g -Wall -DHAS_GETIFADDRS $(ENC_OPTS)
-+OPTIONS=-DHAS_GETIFADDRS $(ENC_OPTS)
- endif
- 
- # Sun
- ifeq ("SunOS", "$(UNAME_S)")
--CC = cc
--OPTIONS=-g -DBSD_COMP $(ENC_OPTS)
-+CC ?= cc
-+OPTIONS=-DBSD_COMP $(ENC_OPTS)
- LDLIBS=-lnsl -lsocket -lm $(CRYPT_LIB)
- CFLAGS=`getconf LFS_CFLAGS`
- OPENSSL=/usr/sfw
-@@ -65,9 +66,9 @@
- 
- # Linux
- ifeq ("Linux", "$(UNAME_S)")
--OPTIONS=-g -Wall -DHAS_GETIFADDRS $(ENC_OPTS)
-+OPTIONS=-DHAS_GETIFADDRS $(ENC_OPTS)
- LDLIBS=-lm $(CRYPT_LIB)
--CFLAGS=`getconf LFS_CFLAGS`
-+CFLAGS?=`getconf LFS_CFLAGS`
- endif
- 
- ifdef OPENSSL
-@@ -82,7 +83,7 @@
- testclient_multi.o: testclient_multi.c uftp.h uftp_common.h encryption.h
- 
- testclient_multi: testclient_multi.o encrypt_openssl.o uftp_common.o
--  $(CC) $(OPTIONS) $(LIB) -o $@ $^ $(LDLIBS)
-+  $(CC) $(OPTIONS) $(LIB) -o $@ $^ $(LDLIBS) $(LDFLAGS)
- 
- clean:
-   rm -f testclient_multi uftp uftpd uftpproxyd uftp_keymgt *.o
-@@ -176,16 +177,16 @@
- endif
- 
- uftp: $(UFTP_OBJS)
--  $(CC) $(OPTIONS) $(LIB) -o $@ $^ $(LDLIBS)
-+  $(CC) $(OPTIONS) $(LIB) -o $@ $^ $(LDLIBS) $(LDFLAGS)
- 
- uftpd: $(UFTPD_OBJS)
--  $(CC) $(OPTIONS) $(LIB) -o $@ $^ $(LDLIBS)
-+  $(CC) $(OPTIONS) $(LIB) -o $@ $^ $(LDLIBS) $(LDFLAGS)
- 
- uftpproxyd: $(UFTPPROXYD_OBJS)
--  $(CC) $(OPTIONS) $(LIB) -o $@ $^ $(LDLIBS)
-+  $(CC) $(OPTIONS) $(LIB) -o $@ 

[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/, net-misc/uftp/files/

2020-02-07 Thread Joonas Niilola
commit: d8e73a98117c0c53391f13eebc4e8b08a8473d32
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Feb  6 14:34:36 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb  7 14:22:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e73a98

net-misc/uftp: version 4.10.1

Fix GCC 10 build failure (#707472)
Closes: https://bugs.gentoo.org/707472
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/uftp/Manifest  |  1 +
 net-misc/uftp/files/uftp-4.10.1_gcc10.patch | 14 +++
 net-misc/uftp/uftp-4.10.1.ebuild| 57 +
 3 files changed, 72 insertions(+)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 2aa703a51ea..64d63ab90af 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,4 +1,5 @@
 DIST uftp-3.7.1.tar 849920 BLAKE2B 
32a2ccca01f4b8ee205301a2bb4ac30da4f17bf0d8a24f885ec40a430b2cc478efcd504ba118ef7f55c43ef53a6fb3e6caa2e2cebda93c254ab289a8683488a6
 SHA512 
93fefe1d4c5310bfa6470a78011e63aea8cc9cf59a73ea24920d3ad8c835476bbc410b3669ee79c847eba7d21d61f600e09529d5e6f2ed24076f663a34d99c15
+DIST uftp-4.10.1.tar.gz 245625 BLAKE2B 
23b01758fa5a0387471f8d95b24738d8157801822b8a07a59072eeab81277ceb5283463465ed522af6971d65141712ead3e2206caa286bedece9e0c34a149873
 SHA512 
9ef4594e0cde2f64970523661fcee07f34600bd4f2ab235c34bde9d20ef1b0312d5e430e1f52ab605c188c42aee4a0384ed02ae9f5e93b3edc062f848a8130bf
 DIST uftp-4.9.4.tar.gz 243819 BLAKE2B 
b7aa75f8db82480912dd4cf8199dce7e8170db837853f16a2d8e5a4b7cf190416b7a2a23e170a4837f59a7bba030b0434383bceae9b253eb1d2fc13f6fcd26e7
 SHA512 
f3c799265a55e0cb536f17be3a0ebfad5f81284255083ebe9a12fda4b5ce8407f05a710cb32a41f3dccbc0ac90367c44d4b67058bdbeaa4f2f8efe732463ebf0
 DIST uftp-4.9.5.tar.gz 243999 BLAKE2B 
32f6e6fef062e3b0696db775f2e925fdd53f03d8e04181f65140372abc85674b90579ea4b0c48cf21378c97552d06374005e70b6f1e9af7c03b7478d0b86e26c
 SHA512 
3a4809cc61555ee26de6c1e1ac8525c0345a3b9555cf0a2094ff06eb6f409d1b3ca16b94d7b953dba6d1ae1d8c69a646d575a6357cd178c374bef6744086
 DIST uftp-4.9.8.tar.gz 244855 BLAKE2B 
bdb5b5caffbfbfaf8d7aa71e675a98240e64b27b6386088c9a096202f32e825a1cd9bed933b5242601c9ff7c5c2afb4c43190b2335a2a73c0dd0b51caf74a1cf
 SHA512 
04875ddc59cdd9cfa88d642aeb9ea4418a99eca12057f54c949ec5aecee85a8a78803ebdeefe11a29a298a151bb5eb19d6c6c5656f26e17639a86308a2946ef5

diff --git a/net-misc/uftp/files/uftp-4.10.1_gcc10.patch 
b/net-misc/uftp/files/uftp-4.10.1_gcc10.patch
new file mode 100644
index 000..d25de61465d
--- /dev/null
+++ b/net-misc/uftp/files/uftp-4.10.1_gcc10.patch
@@ -0,0 +1,14 @@
+diff -Nuar uftp-4.10.1.orig/proxy.h uftp-4.10.1/proxy.h
+--- uftp-4.10.1.orig/proxy.h   2020-02-06 17:30:34.904020513 +0300
 uftp-4.10.1/proxy.h2020-02-06 17:30:49.214021144 +0300
+@@ -167,8 +167,8 @@
+ extern int proxy_type, debug, rcvbuf, dscp, keyfile_count, keyinfo_count;
+ extern int hb_interval, priority;
+ extern unsigned int ttl;
+-char portname[PORTNAME_LEN], out_portname[PORTNAME_LEN];
+-int port, out_port;
++extern char portname[PORTNAME_LEN], out_portname[PORTNAME_LEN];
++extern int port, out_port;
+ extern union sockaddr_u down_addr;
+ extern int have_down_fingerprint;
+ extern uint8_t down_fingerprint[HMAC_LEN];

diff --git a/net-misc/uftp/uftp-4.10.1.ebuild b/net-misc/uftp/uftp-4.10.1.ebuild
new file mode 100644
index 000..db422b2917e
--- /dev/null
+++ b/net-misc/uftp/uftp-4.10.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Encrypted UDP based FTP with multicast"
+HOMEPAGE="http://uftp-multicast.sourceforge.net/;
+SRC_URI="https://download.sourceforge.net/${PN}-multicast/source-tar/${P}.tar.gz;
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+server ssl"
+
+# openssl with EC required, see #644674
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )"
+RDEPEND="${DEPEND}"
+
+# Workaround, see #644670
+RESTRICT=test
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.9.4_makefile.patch"
+   "${FILESDIR}/${P}_gcc10.patch"
+)
+
+src_compile() {
+   use ssl || local opt="NO_ENCRYPTION=1"
+   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
+   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
+}
+
+src_install() {
+   dobin uftp uftp_keymgt
+   dodoc {Changes,protocol,ReadMe}.txt
+   doman uftp.1 uftp_keymgt.1
+
+   if use server ; then
+   dosbin uftpd uftpproxyd
+   newinitd "${FILESDIR}/uftpd.init" uftpd
+   newconfd "${FILESDIR}/uftpd.conf" uftpd
+   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
+   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
+   doman uftpd.1 uftpproxyd.1
+   insinto /etc/logrotate.d
+   newins 

[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2018-12-05 Thread Patrice Clement
commit: a5f0828071648bd1510b17ea044cc3df0072e5a8
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec  5 22:57:32 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Dec  5 22:57:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f08280

net-misc/uftp: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/uftp/Manifest  |  1 +
 net-misc/uftp/uftp-4.9.8.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 025015dfe32..2aa703a51ea 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,3 +1,4 @@
 DIST uftp-3.7.1.tar 849920 BLAKE2B 
32a2ccca01f4b8ee205301a2bb4ac30da4f17bf0d8a24f885ec40a430b2cc478efcd504ba118ef7f55c43ef53a6fb3e6caa2e2cebda93c254ab289a8683488a6
 SHA512 
93fefe1d4c5310bfa6470a78011e63aea8cc9cf59a73ea24920d3ad8c835476bbc410b3669ee79c847eba7d21d61f600e09529d5e6f2ed24076f663a34d99c15
 DIST uftp-4.9.4.tar.gz 243819 BLAKE2B 
b7aa75f8db82480912dd4cf8199dce7e8170db837853f16a2d8e5a4b7cf190416b7a2a23e170a4837f59a7bba030b0434383bceae9b253eb1d2fc13f6fcd26e7
 SHA512 
f3c799265a55e0cb536f17be3a0ebfad5f81284255083ebe9a12fda4b5ce8407f05a710cb32a41f3dccbc0ac90367c44d4b67058bdbeaa4f2f8efe732463ebf0
 DIST uftp-4.9.5.tar.gz 243999 BLAKE2B 
32f6e6fef062e3b0696db775f2e925fdd53f03d8e04181f65140372abc85674b90579ea4b0c48cf21378c97552d06374005e70b6f1e9af7c03b7478d0b86e26c
 SHA512 
3a4809cc61555ee26de6c1e1ac8525c0345a3b9555cf0a2094ff06eb6f409d1b3ca16b94d7b953dba6d1ae1d8c69a646d575a6357cd178c374bef6744086
+DIST uftp-4.9.8.tar.gz 244855 BLAKE2B 
bdb5b5caffbfbfaf8d7aa71e675a98240e64b27b6386088c9a096202f32e825a1cd9bed933b5242601c9ff7c5c2afb4c43190b2335a2a73c0dd0b51caf74a1cf
 SHA512 
04875ddc59cdd9cfa88d642aeb9ea4418a99eca12057f54c949ec5aecee85a8a78803ebdeefe11a29a298a151bb5eb19d6c6c5656f26e17639a86308a2946ef5

diff --git a/net-misc/uftp/uftp-4.9.8.ebuild b/net-misc/uftp/uftp-4.9.8.ebuild
new file mode 100644
index 000..08943133b71
--- /dev/null
+++ b/net-misc/uftp/uftp-4.9.8.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Encrypted UDP based FTP with multicast"
+HOMEPAGE="http://uftp-multicast.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}-multicast/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+server ssl"
+
+# openssl with EC required, see #644674
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )"
+RDEPEND="${DEPEND}"
+
+# Workaround, see #644670
+RESTRICT=test
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.9.4_makefile.patch"
+)
+
+src_compile() {
+   use ssl || local opt="NO_ENCRYPTION=1"
+   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
+   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
+}
+
+src_install() {
+   dobin uftp uftp_keymgt
+   dodoc {Changes,protocol,ReadMe}.txt
+   doman uftp.1 uftp_keymgt.1
+
+   if use server ; then
+   dosbin uftpd uftpproxyd
+   newinitd "${FILESDIR}/uftpd.init" uftpd
+   newconfd "${FILESDIR}/uftpd.conf" uftpd
+   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
+   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
+   doman uftpd.1 uftpproxyd.1
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotate" uftpd
+   fi
+}
+
+pkg_postinst() {
+   if use server ; then
+   ewarn "Please note, uftpd 4.x server is not backward compatible 
with"
+   ewarn "uftp 3.x clients! Please upgrade clients before servers."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2018-02-04 Thread Patrice Clement
commit: 37461aa8a378d58571c3bd68ad19b421e3492463
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jan 29 08:38:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Feb  4 22:59:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37461aa8

net-misc/uftp: version bump and fixes.

* Workaround for test FEATURE (test broken in upstream, #644670)
* Package requires Elliptic Curves cryptography which may be disabled in
openssl[-bindist] (fixes #644674)

Closes: https://bugs.gentoo.org/644670
Closes: https://bugs.gentoo.org/644674
Closes: https://github.com/gentoo/gentoo/pull/6994
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/uftp/Manifest  |  1 +
 net-misc/uftp/uftp-4.9.5.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 34c587c98ea..025015dfe32 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,2 +1,3 @@
 DIST uftp-3.7.1.tar 849920 BLAKE2B 
32a2ccca01f4b8ee205301a2bb4ac30da4f17bf0d8a24f885ec40a430b2cc478efcd504ba118ef7f55c43ef53a6fb3e6caa2e2cebda93c254ab289a8683488a6
 SHA512 
93fefe1d4c5310bfa6470a78011e63aea8cc9cf59a73ea24920d3ad8c835476bbc410b3669ee79c847eba7d21d61f600e09529d5e6f2ed24076f663a34d99c15
 DIST uftp-4.9.4.tar.gz 243819 BLAKE2B 
b7aa75f8db82480912dd4cf8199dce7e8170db837853f16a2d8e5a4b7cf190416b7a2a23e170a4837f59a7bba030b0434383bceae9b253eb1d2fc13f6fcd26e7
 SHA512 
f3c799265a55e0cb536f17be3a0ebfad5f81284255083ebe9a12fda4b5ce8407f05a710cb32a41f3dccbc0ac90367c44d4b67058bdbeaa4f2f8efe732463ebf0
+DIST uftp-4.9.5.tar.gz 243999 BLAKE2B 
32f6e6fef062e3b0696db775f2e925fdd53f03d8e04181f65140372abc85674b90579ea4b0c48cf21378c97552d06374005e70b6f1e9af7c03b7478d0b86e26c
 SHA512 
3a4809cc61555ee26de6c1e1ac8525c0345a3b9555cf0a2094ff06eb6f409d1b3ca16b94d7b953dba6d1ae1d8c69a646d575a6357cd178c374bef6744086

diff --git a/net-misc/uftp/uftp-4.9.5.ebuild b/net-misc/uftp/uftp-4.9.5.ebuild
new file mode 100644
index 000..a596a8380bb
--- /dev/null
+++ b/net-misc/uftp/uftp-4.9.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Encrypted UDP based FTP with multicast"
+HOMEPAGE="http://uftp-multicast.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}-multicast/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+server ssl"
+
+# openssl with EC required, see #644674
+DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )"
+RDEPEND="${DEPEND}"
+
+# Workaround, see #644670
+RESTRICT=test
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.9.4_makefile.patch"
+)
+
+src_compile() {
+   use ssl || local opt="NO_ENCRYPTION=1"
+   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
+   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
+}
+
+src_install() {
+   dobin uftp uftp_keymgt
+   dodoc {Changes,protocol,ReadMe}.txt
+   doman uftp.1 uftp_keymgt.1
+
+   if use server ; then
+   dosbin uftpd uftpproxyd
+   newinitd "${FILESDIR}/uftpd.init" uftpd
+   newconfd "${FILESDIR}/uftpd.conf" uftpd
+   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
+   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
+   doman uftpd.1 uftpproxyd.1
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotate" uftpd
+   fi
+}
+
+pkg_postinst() {
+   if use server ; then
+   ewarn "Please note, uftpd 4.x server is not backward compatible 
with"
+   ewarn "uftp 3.x clients! Please upgrade clients before servers."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2018-01-14 Thread Patrice Clement
commit: d83fedaf1f5837374f60a086d7926b80f29ba953
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Dec 13 08:10:15 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jan 14 15:48:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83fedaf

net-misc/uftp: fix slot dependency.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-misc/uftp/uftp-3.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/uftp/uftp-3.7.1.ebuild b/net-misc/uftp/uftp-3.7.1.ebuild
index 21d1dd7ac57..4b12b671c17 100644
--- a/net-misc/uftp/uftp-3.7.1.ebuild
+++ b/net-misc/uftp/uftp-3.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+server ssl"
 
-DEPEND="ssl? ( dev-libs/openssl )"
+DEPEND="ssl? ( dev-libs/openssl:0 )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2018-01-14 Thread Patrice Clement
commit: 2acbbbc26d72a0e838067e593e43d85864979fb6
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Dec 15 06:02:40 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jan 14 15:48:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acbbbc2

net-misc/uftp: additional enhancements.

More fixes for slot dependency, used PATCHES, migration to EAPI 6.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-misc/uftp/uftp-3.7.1.ebuild | 12 ++--
 net-misc/uftp/uftp-4.9.4.ebuild | 11 +--
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/net-misc/uftp/uftp-3.7.1.ebuild b/net-misc/uftp/uftp-3.7.1.ebuild
index 4b12b671c17..41aed30ba67 100644
--- a/net-misc/uftp/uftp-3.7.1.ebuild
+++ b/net-misc/uftp/uftp-3.7.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Encrypted UDP based FTP with multicast"
 HOMEPAGE="http://www.tcnj.edu/~bush/uftp.html;
@@ -14,12 +14,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+server ssl"
 
-DEPEND="ssl? ( dev-libs/openssl:0 )"
+DEPEND="ssl? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-3.7_makefile.patch"
-}
+PATCHES=(
+   "${FILESDIR}/${PN}-3.7_makefile.patch"
+)
 
 src_compile() {
use ssl || local opt="NO_ENCRYPTION=1"

diff --git a/net-misc/uftp/uftp-4.9.4.ebuild b/net-misc/uftp/uftp-4.9.4.ebuild
index ffc9e730c61..74358db417d 100644
--- a/net-misc/uftp/uftp-4.9.4.ebuild
+++ b/net-misc/uftp/uftp-4.9.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Encrypted UDP based FTP with multicast"
 HOMEPAGE="http://uftp-multicast.sourceforge.net/;
@@ -14,13 +14,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+server ssl"
 
-DEPEND="ssl? ( dev-libs/openssl:0 )"
+DEPEND="ssl? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-   epatch "${FILESDIR}/${P}_makefile.patch"
-   default
-}
+PATCHES=(
+   "${FILESDIR}/${P}_makefile.patch"
+)
 
 src_compile() {
use ssl || local opt="NO_ENCRYPTION=1"



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/, net-misc/uftp/files/

2018-01-14 Thread Patrice Clement
commit: cc01d01149ea12e1382cdac085c7240e65fe9240
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Dec 13 08:36:58 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jan 14 15:48:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc01d011

net-misc/uftp: version bump to 4.9.4.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-misc/uftp/Manifest|  1 +
 net-misc/uftp/files/uftp-4.9.4_makefile.patch | 41 +
 net-misc/uftp/uftp-4.9.4.ebuild   | 53 +++
 3 files changed, 95 insertions(+)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 314b37d4cc4..34c587c98ea 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1 +1,2 @@
 DIST uftp-3.7.1.tar 849920 BLAKE2B 
32a2ccca01f4b8ee205301a2bb4ac30da4f17bf0d8a24f885ec40a430b2cc478efcd504ba118ef7f55c43ef53a6fb3e6caa2e2cebda93c254ab289a8683488a6
 SHA512 
93fefe1d4c5310bfa6470a78011e63aea8cc9cf59a73ea24920d3ad8c835476bbc410b3669ee79c847eba7d21d61f600e09529d5e6f2ed24076f663a34d99c15
+DIST uftp-4.9.4.tar.gz 243819 BLAKE2B 
b7aa75f8db82480912dd4cf8199dce7e8170db837853f16a2d8e5a4b7cf190416b7a2a23e170a4837f59a7bba030b0434383bceae9b253eb1d2fc13f6fcd26e7
 SHA512 
f3c799265a55e0cb536f17be3a0ebfad5f81284255083ebe9a12fda4b5ce8407f05a710cb32a41f3dccbc0ac90367c44d4b67058bdbeaa4f2f8efe732463ebf0

diff --git a/net-misc/uftp/files/uftp-4.9.4_makefile.patch 
b/net-misc/uftp/files/uftp-4.9.4_makefile.patch
new file mode 100644
index 000..5a131c350a5
--- /dev/null
+++ b/net-misc/uftp/files/uftp-4.9.4_makefile.patch
@@ -0,0 +1,41 @@
+diff -Nuar uftp-4.9.4-orig/makefile uftp-4.9.4/makefile
+--- uftp-4.9.4-orig/makefile   2017-12-13 13:15:53.873252064 +0500
 uftp-4.9.4/makefile2017-12-13 13:25:44.092223428 +0500
+@@ -42,24 +42,24 @@
+ endif
+ 
+ # defaults
+-OPTIONS=-g -Wall $(ENC_OPTS)
++OPTIONS=-Wall $(ENC_OPTS)
+ LDLIBS=-lc -lm $(CRYPT_LIB)
+ MTFLAGS=
+ 
+ # FreeBSD
+ ifeq ("FreeBSD", "$(UNAME_S)")
+-OPTIONS=-g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
++OPTIONS=-DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
+ endif
+ 
+ # OSX, aka Darwin
+ ifeq ("Darwin", "$(UNAME_S)")
+-OPTIONS=-g -Wall -DHAS_GETIFADDRS $(ENC_OPTS)
++OPTIONS=-Wall -DHAS_GETIFADDRS $(ENC_OPTS)
+ endif
+ 
+ # Sun
+ ifeq ("SunOS", "$(UNAME_S)")
+ CC = cc
+-OPTIONS=-g -DBSD_COMP -DNO_DUAL -DNO_RECVMSG $(ENC_OPTS)
++OPTIONS=-DBSD_COMP -DNO_DUAL -DNO_RECVMSG $(ENC_OPTS)
+ LDLIBS=-lnsl -lsocket -lm $(CRYPT_LIB)
+ CFLAGS+=`getconf LFS_CFLAGS`
+ OPENSSL=/usr/sfw
+@@ -68,7 +68,7 @@
+ 
+ # Linux
+ ifeq ("Linux", "$(UNAME_S)")
+-OPTIONS=-g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 
-Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow 
-Wno-missing-field-initializers -Wstrict-prototypes -Winline 
-Wbad-function-cast -DHAS_GETIFADDRS $(ENC_OPTS)
++OPTIONS=-Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 
-Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow 
-Wno-missing-field-initializers -Wstrict-prototypes -Winline 
-Wbad-function-cast -DHAS_GETIFADDRS $(ENC_OPTS)
+ LDLIBS=-lm $(CRYPT_LIB)
+ CFLAGS+=`getconf LFS_CFLAGS`
+ endif

diff --git a/net-misc/uftp/uftp-4.9.4.ebuild b/net-misc/uftp/uftp-4.9.4.ebuild
new file mode 100644
index 000..ffc9e730c61
--- /dev/null
+++ b/net-misc/uftp/uftp-4.9.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Encrypted UDP based FTP with multicast"
+HOMEPAGE="http://uftp-multicast.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}-multicast/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+server ssl"
+
+DEPEND="ssl? ( dev-libs/openssl:0 )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${P}_makefile.patch"
+   default
+}
+
+src_compile() {
+   use ssl || local opt="NO_ENCRYPTION=1"
+   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
+   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
+}
+
+src_install() {
+   dobin uftp uftp_keymgt
+   dodoc {Changes,protocol,ReadMe}.txt
+   doman uftp.1 uftp_keymgt.1
+
+   if use server ; then
+   dosbin uftpd uftpproxyd
+   newinitd "${FILESDIR}/uftpd.init" uftpd
+   newconfd "${FILESDIR}/uftpd.conf" uftpd
+   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
+   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
+   doman uftpd.1 uftpproxyd.1
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotate" uftpd
+   fi
+}
+
+pkg_postinst() {
+   if use server ; then
+   ewarn "Please note, uftpd 4.x server is not backward compatible 
with"
+   ewarn "uftp 3.x clients! Please upgrade clients before servers."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/

2018-01-14 Thread Patrice Clement
commit: b7949c6aed2d1119cc8dc6eaacfd08866a315391
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Dec 13 08:08:42 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jan 14 15:48:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7949c6a

net-misc/uftp: remove old version.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6539

 net-misc/uftp/Manifest|  1 -
 net-misc/uftp/uftp-3.7.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
index 6f4eaad16f5..314b37d4cc4 100644
--- a/net-misc/uftp/Manifest
+++ b/net-misc/uftp/Manifest
@@ -1,2 +1 @@
 DIST uftp-3.7.1.tar 849920 BLAKE2B 
32a2ccca01f4b8ee205301a2bb4ac30da4f17bf0d8a24f885ec40a430b2cc478efcd504ba118ef7f55c43ef53a6fb3e6caa2e2cebda93c254ab289a8683488a6
 SHA512 
93fefe1d4c5310bfa6470a78011e63aea8cc9cf59a73ea24920d3ad8c835476bbc410b3669ee79c847eba7d21d61f600e09529d5e6f2ed24076f663a34d99c15
-DIST uftp-3.7.tar 849920 BLAKE2B 
fac05a89ed0a8e2904e810595c0f43e8b7e9402446499dabaa9567cb5f058e5d6c71e6f4521664a8c38a4d556f6dcedaad9643d5147ecd646c01f874cbf40b02
 SHA512 
8e154ea196b34995bc3831c375237a4d98f0627ca79fb6714b66763f64748810e5151efdc40773044a127a0e875ffcc8b985e6f7babd359ae38280a219c4d610

diff --git a/net-misc/uftp/uftp-3.7.ebuild b/net-misc/uftp/uftp-3.7.ebuild
deleted file mode 100644
index 4ce34926ad0..000
--- a/net-misc/uftp/uftp-3.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Encrypted UDP based FTP with multicast"
-HOMEPAGE="http://www.tcnj.edu/~bush/uftp.html;
-SRC_URI="http://www.tcnj.edu/~bush/downloads/${P}.tar;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+server ssl"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}_makefile.patch"
-}
-
-src_compile() {
-   use ssl || local opt="NO_ENCRYPTION=1"
-   emake CC=$(tc-getCC) $opt uftp uftp_keymgt
-   use server && emake CC=$(tc-getCC) $opt uftpd uftpproxyd
-}
-
-src_install() {
-   dobin uftp uftp_keymgt
-   dodoc ReadMe.txt
-   doman uftp.1 uftp_keymgt.1
-
-   if use server ; then
-   dosbin uftpd uftpproxyd
-   newinitd "${FILESDIR}/uftpd.init" uftpd
-   newconfd "${FILESDIR}/uftpd.conf" uftpd
-   newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
-   newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
-   doman uftpd.1 uftpproxyd.1
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/logrotate" uftpd
-   fi
-}