From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 120E6138350 for ; Thu, 16 Apr 2020 23:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C9A8E0A04; Thu, 16 Apr 2020 23:34:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBBD5E0A04 for ; Thu, 16 Apr 2020 23:34:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B36334EDEC for ; Thu, 16 Apr 2020 23:34:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E34501C8 for ; Thu, 16 Apr 2020 23:34:11 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1587080046.bab75d1f1f8c59a37b9d358b57eb96bba2713fde.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.69.1.ebuild net-misc/curl/metadata.xml X-VCS-Directories: net-misc/curl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: bab75d1f1f8c59a37b9d358b57eb96bba2713fde X-VCS-Branch: master Date: Thu, 16 Apr 2020 23:34:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af5e442d-15d8-4999-87bb-df3969ab14c5 X-Archives-Hash: 866506be8fb9ebc828c04d828d943f44 commit: bab75d1f1f8c59a37b9d358b57eb96bba2713fde Author: Jakov Smolic sartura hr> AuthorDate: Tue Apr 14 07:32:58 2020 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Apr 16 23:34:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab75d1f net-misc/curl: add ftp, gopher, telnet and tftp USE flags Enable control over FTP, Gopher, Telnet and TFTP protocols. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Luka Perkov sartura.hr> Signed-off-by: Anthony G. Basile gentoo.org> net-misc/curl/curl-7.69.1.ebuild | 10 +++++----- net-misc/curl/metadata.xml | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/net-misc/curl/curl-7.69.1.ebuild b/net-misc/curl/curl-7.69.1.ebuild index e97bf1695bd..d550be9c1cb 100644 --- a/net-misc/curl/curl-7.69.1.ebuild +++ b/net-misc/curl/curl-7.69.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="adns alt-svc brotli http2 idn +imap ipv6 kerberos ldap metalink +pop3 +progress-meter rtmp samba +smtp ssh ssl static-libs test threads" +IUSE="adns alt-svc brotli +ftp gopher http2 idn +imap ipv6 kerberos ldap metalink +pop3 +progress-meter rtmp samba +smtp ssh ssl static-libs test telnet +tftp threads" IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl" IUSE+=" nghttp3 quiche" IUSE+=" elibc_Winnt" @@ -164,8 +164,8 @@ multilib_src_configure() { --enable-dict \ --disable-esni \ --enable-file \ - --enable-ftp \ - --enable-gopher \ + $(use_enable ftp) \ + $(use_enable gopher) \ --enable-http \ $(use_enable imap) \ $(use_enable ldap) \ @@ -177,8 +177,8 @@ multilib_src_configure() { $(use_enable samba smb) \ $(use_with ssh libssh2) \ $(use_enable smtp) \ - --enable-telnet \ - --enable-tftp \ + $(use_enable telnet) \ + $(use_enable tftp) \ --enable-tls-srp \ $(use_enable adns ares) \ --enable-cookies \ diff --git a/net-misc/curl/metadata.xml b/net-misc/curl/metadata.xml index b7a3ad54860..8d7bc1a2c2d 100644 --- a/net-misc/curl/metadata.xml +++ b/net-misc/curl/metadata.xml @@ -8,6 +8,8 @@ Enable alt-svc support Enable brotli compression support + Enable FTP support + Enable Gopher protocol support Enable HTTP/2.0 support Enable Internet Message Access Protocol support Enable HTTP/3.0 support using net-libs/nghttp3 and net-libs/ngtcp2 @@ -18,6 +20,8 @@ Enable the progress meter Enable Simple Mail Transfer Protocol support Enable crypto engine support (via openssl if USE='-gnutls -nss') + Enable Telnet protocol support + Enable TFTP support Enable RTMP Streaming Media support