From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 555BD15808A for ; Wed, 23 Jul 2025 03:38:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3E782341994 for ; Wed, 23 Jul 2025 03:38:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B15AF110561; Wed, 23 Jul 2025 03:38:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AD3F7110561 for ; Wed, 23 Jul 2025 03:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6658E340FD9 for ; Wed, 23 Jul 2025 03:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784B4329B for ; Wed, 23 Jul 2025 03:38:18 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1753240635.d84bdc2ae8f77ce782262514840d4d37ce9022da.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-misc/curl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-misc/curl/curl-8.15.0.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: d84bdc2ae8f77ce782262514840d4d37ce9022da X-VCS-Branch: master Date: Wed, 23 Jul 2025 03:38:18 +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: 233833ad-f4b1-4bed-9fd3-514c21134b9f X-Archives-Hash: f705bfa1c38f1bb55cf98f9298deb29c commit: d84bdc2ae8f77ce782262514840d4d37ce9022da Author: orbea riseup net> AuthorDate: Wed Jul 23 03:17:15 2025 +0000 Commit: orbea riseup net> CommitDate: Wed Jul 23 03:17:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d84bdc2a net-misc/curl: add correct ebuild Signed-off-by: orbea riseup.net> net-misc/curl/curl-8.15.0.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/net-misc/curl/curl-8.15.0.ebuild b/net-misc/curl/curl-8.15.0.ebuild index 8b1ef7d..65b63f1 100644 --- a/net-misc/curl/curl-8.15.0.ebuild +++ b/net-misc/curl/curl-8.15.0.ebuild @@ -36,7 +36,7 @@ IUSE="+adns +alt-svc brotli debug ech +ftp gnutls gopher +hsts +http2 +http3 +ht IUSE+=" mbedtls +openssl +pop3 +psl +quic rtmp rustls samba sasl-scram +smtp ssh ssl static-libs test" IUSE+=" telnet +tftp +websockets zstd" # These select the default tls implementation / which quic impl to use -IUSE+=" +curl_quic_openssl curl_quic_ngtcp2 curl_ssl_gnutls curl_ssl_mbedtls +curl_ssl_openssl curl_ssl_rustls" +IUSE+=" curl_quic_openssl +curl_quic_ngtcp2 curl_ssl_gnutls curl_ssl_mbedtls +curl_ssl_openssl curl_ssl_rustls" RESTRICT="!test? ( test )" # HTTPS RR is technically usable with the threaded resolver, but it still uses c-ares to @@ -56,10 +56,8 @@ REQUIRED_USE=" ech? ( rustls ) httpsrr? ( adns ) quic? ( - ^^ ( - curl_quic_openssl - curl_quic_ngtcp2 - ) + !curl_quic_openssl + curl_quic_ngtcp2 http3 ssl ) @@ -79,10 +77,8 @@ REQUIRED_USE=" !rustls ) curl_quic_ngtcp2? ( - curl_ssl_gnutls quic !mbedtls - !openssl !rustls ) curl_ssl_gnutls? ( gnutls ) @@ -112,7 +108,7 @@ RDEPEND=" psl? ( net-libs/libpsl[${MULTILIB_USEDEP}] ) quic? ( curl_quic_openssl? ( >=dev-libs/openssl-3.3.0:=[quic,${MULTILIB_USEDEP}] ) - curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[gnutls,ssl,-openssl,${MULTILIB_USEDEP}] ) + curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[ssl,openssl,${MULTILIB_USEDEP}] ) ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh2-1.2.8[${MULTILIB_USEDEP}] )