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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D12A159C9B for ; Thu, 1 Aug 2024 14:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CCB4E2AE1; Thu, 1 Aug 2024 14:47:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 63B6CE2AE1 for ; Thu, 1 Aug 2024 14:47:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E65733BE9F for ; Thu, 1 Aug 2024 14:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13E881B89 for ; Thu, 1 Aug 2024 14:47:26 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1722522721.abd034c771fd0ed3f7b2125a5de483ff6767fad8.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-3.3.1-r1.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: abd034c771fd0ed3f7b2125a5de483ff6767fad8 X-VCS-Branch: master Date: Thu, 1 Aug 2024 14:47:26 +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: 13987f59-0ca4-4a76-97c2-9b0d24d0026f X-Archives-Hash: 61ffd459bf52b3f38c7ab680b97acf23 commit: abd034c771fd0ed3f7b2125a5de483ff6767fad8 Author: Matt Jolly gentoo org> AuthorDate: Thu Aug 1 14:32:01 2024 +0000 Commit: Matt Jolly gentoo 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 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="