commit:     abd034c771fd0ed3f7b2125a5de483ff6767fad8
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 14:32:01 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 14:32:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd034c7

dev-libs/openssl: enable USE=quic by default.

net-misc/curl enabled HTTP/3 (QUIC) by default in
00f5031e36ffde7784d10ded6f2c753c3a5513a5.

As OpenSSL is the default TLS backend for cURL in
Gentoo, is a well-maintained and tested package,
and cURL's multiple-tls backend support (MultiSSL)
is not currently supported with HTTP/3, it has been
selected as the default QUIC backend for cURL in Gentoo.

Enable USE="+quic" to simplify dependency resolution
for the majority of consumers.

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 dev-libs/openssl/openssl-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-3.3.1-r1.ebuild 
b/dev-libs/openssl/openssl-3.3.1-r1.ebuild
index 23def1a53237..987be29a1fbc 100644
--- a/dev-libs/openssl/openssl-3.3.1-r1.ebuild
+++ b/dev-libs/openssl/openssl-3.3.1-r1.ebuild
@@ -31,7 +31,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1)" # .so version of libssl/libcrypto
-IUSE="+asm cpu_flags_x86_sse2 fips ktls quic rfc3779 sctp static-libs test 
tls-compression vanilla verify-sig weak-ssl-ciphers"
+IUSE="+asm cpu_flags_x86_sse2 fips ktls +quic rfc3779 sctp static-libs test 
tls-compression vanilla verify-sig weak-ssl-ciphers"
 RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="

Reply via email to