summaryrefslogtreecommitdiff
path: root/net-ftp
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /net-ftp
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/frox/frox-0.7.18-r7.ebuild6
-rw-r--r--net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild6
-rw-r--r--net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild6
-rw-r--r--net-ftp/gftp/gftp-2.9.1b-r4.ebuild6
-rw-r--r--net-ftp/proftpd/proftpd-1.3.8c.ebuild9
-rw-r--r--net-ftp/proftpd/proftpd-1.3.9-r3.ebuild9
-rw-r--r--net-ftp/proftpd/proftpd-1.3.9a.ebuild9
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.53.ebuild6
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.54.ebuild6
9 files changed, 27 insertions, 36 deletions
diff --git a/net-ftp/frox/frox-0.7.18-r7.ebuild b/net-ftp/frox/frox-0.7.18-r7.ebuild
index f5c8d87040cc..14f83ebe857b 100644
--- a/net-ftp/frox/frox-0.7.18-r7.ebuild
+++ b/net-ftp/frox/frox-0.7.18-r7.ebuild
@@ -10,13 +10,13 @@ HOMEPAGE="https://sourceforge.net/projects/frox/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="clamav libressl ssl transparent"
+IUSE="clamav ssl transparent"
DEPEND="
clamav? ( >=app-antivirus/clamav-0.80 )
ssl? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl:0= ) )
+ dev-libs/openssl:0
+ )
kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
acct-group/ftpproxy
acct-user/ftpproxy
diff --git a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild
index 49da452f0256..db7384591abb 100644
--- a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild
+++ b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild
@@ -19,14 +19,14 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="ipv6 libressl readline ssl"
+IUSE="ipv6 readline ssl"
RDEPEND="
>=sys-libs/ncurses-5.2:=
readline? ( sys-libs/readline:0= )
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= ) )
+ dev-libs/openssl:0=
+ )
"
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/grep"
diff --git a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild
index 1975217b5887..29630d10d48c 100644
--- a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild
+++ b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild
@@ -19,14 +19,14 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="ipv6 libressl readline ssl"
+IUSE="ipv6 readline ssl"
RDEPEND="
>=sys-libs/ncurses-5.2:=
readline? ( sys-libs/readline:0= )
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= ) )
+ dev-libs/openssl:0=
+ )
"
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/grep"
diff --git a/net-ftp/gftp/gftp-2.9.1b-r4.ebuild b/net-ftp/gftp/gftp-2.9.1b-r4.ebuild
index ce911dcdc97f..e1edebfd477b 100644
--- a/net-ftp/gftp/gftp-2.9.1b-r4.ebuild
+++ b/net-ftp/gftp/gftp-2.9.1b-r4.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${GIT_COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm64 ppc ppc64 ~riscv sparc x86"
-IUSE="gtk gtk2 gtk3 libressl ssl"
+IUSE="gtk gtk2 gtk3 ssl"
REQUIRED_USE="gtk? ( || ( gtk2 gtk3 ) )"
RDEPEND="
@@ -26,8 +26,8 @@ RDEPEND="
gtk3? ( x11-libs/gtk+:3 )
)
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= ) )
+ dev-libs/openssl:0=
+ )
"
DEPEND="${RDEPEND}"
BDEPEND="
diff --git a/net-ftp/proftpd/proftpd-1.3.8c.ebuild b/net-ftp/proftpd/proftpd-1.3.8c.ebuild
index 835ca091f8cf..fe8da9d87164 100644
--- a/net-ftp/proftpd/proftpd-1.3.8c.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.8c.ebuild
@@ -32,7 +32,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6
- kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
+ kerberos ldap log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota sqlite ssl tcpd test unique-id vroot"
# Some tests are ran in chroot. Confuses sandbox.
RESTRICT="test"
@@ -60,8 +60,8 @@ COMMON_DEPEND="
nls? ( virtual/libiconv )
ncurses? ( sys-libs/ncurses:0= )
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( >=dev-libs/libressl-4.0.0:= )
+ dev-libs/openssl:0=
+
)
pam? ( sys-libs/pam )
pcre? ( dev-libs/libpcre )
@@ -114,9 +114,6 @@ src_prepare() {
cp -v "${WORKDIR}"/mod_case/mod_case.html doc/contrib || die
fi
- if use libressl ; then
- eapply -p1 "${FILESDIR}"/contrib_mod_tlc_c.patch
- fi
if use clamav ; then
cp -v "${WORKDIR}"/mod_clamav-${MOD_CLAMAV}/mod_clamav.{c,h} contrib || die
diff --git a/net-ftp/proftpd/proftpd-1.3.9-r3.ebuild b/net-ftp/proftpd/proftpd-1.3.9-r3.ebuild
index a4802757197b..0fba087b4bf7 100644
--- a/net-ftp/proftpd/proftpd-1.3.9-r3.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.9-r3.ebuild
@@ -38,7 +38,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident
- kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
+ kerberos ldap log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota sqlite ssl tcpd test unique-id vroot"
# Some tests are ran in chroot. Confuses sandbox.
RESTRICT="test"
@@ -78,8 +78,8 @@ COMMON_DEPEND="
nls? ( virtual/libiconv )
ncurses? ( sys-libs/ncurses:0= )
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( <dev-libs/libressl-4.1.0:= )
+ dev-libs/openssl:0=
+
)
pam? ( sys-libs/pam )
pcre? ( dev-libs/libpcre )
@@ -149,9 +149,6 @@ src_prepare() {
cp -v "${WORKDIR}"/${PN}-mod_case-${MOD_CASE}/mod_case.html doc/contrib || die
fi
- if use libressl ; then
- eapply -p1 "${FILESDIR}"/contrib_mod_tlc_c.patch
- fi
if use clamav ; then
in_dir mod_clamav-${MOD_CLAMAV} eapply "${FILESDIR}"/"${PN}"-1.3.9-clamav-refresh-api.patch
diff --git a/net-ftp/proftpd/proftpd-1.3.9a.ebuild b/net-ftp/proftpd/proftpd-1.3.9a.ebuild
index a4802757197b..0fba087b4bf7 100644
--- a/net-ftp/proftpd/proftpd-1.3.9a.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.9a.ebuild
@@ -38,7 +38,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident
- kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
+ kerberos ldap log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota sqlite ssl tcpd test unique-id vroot"
# Some tests are ran in chroot. Confuses sandbox.
RESTRICT="test"
@@ -78,8 +78,8 @@ COMMON_DEPEND="
nls? ( virtual/libiconv )
ncurses? ( sys-libs/ncurses:0= )
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( <dev-libs/libressl-4.1.0:= )
+ dev-libs/openssl:0=
+
)
pam? ( sys-libs/pam )
pcre? ( dev-libs/libpcre )
@@ -149,9 +149,6 @@ src_prepare() {
cp -v "${WORKDIR}"/${PN}-mod_case-${MOD_CASE}/mod_case.html doc/contrib || die
fi
- if use libressl ; then
- eapply -p1 "${FILESDIR}"/contrib_mod_tlc_c.patch
- fi
if use clamav ; then
in_dir mod_clamav-${MOD_CLAMAV} eapply "${FILESDIR}"/"${PN}"-1.3.9-clamav-refresh-api.patch
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.53.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.53.ebuild
index f736417304e9..f09f216981c2 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.53.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.53.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
-IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
+IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
REQUIRED_USE="implicittls? ( ssl )"
@@ -31,8 +31,8 @@ DEPEND="
pam? ( sys-libs/pam )
postgres? ( dev-db/postgresql:= )
ssl? (
- !libressl? ( dev-libs/openssl:0=[-bindist(-)] )
- libressl? ( >=dev-libs/libressl-3.5.0:= )
+ !? ( dev-libs/openssl:0=[-bindist(-)] )
+
)
sysquota? ( sys-fs/quota[-rpc] )
xinetd? ( virtual/inetd )
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.54.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.54.ebuild
index f736417304e9..f09f216981c2 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.54.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.54.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
-IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
+IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
REQUIRED_USE="implicittls? ( ssl )"
@@ -31,8 +31,8 @@ DEPEND="
pam? ( sys-libs/pam )
postgres? ( dev-db/postgresql:= )
ssl? (
- !libressl? ( dev-libs/openssl:0=[-bindist(-)] )
- libressl? ( >=dev-libs/libressl-3.5.0:= )
+ !? ( dev-libs/openssl:0=[-bindist(-)] )
+
)
sysquota? ( sys-fs/quota[-rpc] )
xinetd? ( virtual/inetd )