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 3D183158090 for ; Tue, 3 May 2022 03:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66CAEE0BD7; Tue, 3 May 2022 03:44:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48F1EE0BD7 for ; Tue, 3 May 2022 03:44:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 25F6934174E for ; Tue, 3 May 2022 03:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 828682F9 for ; Tue, 3 May 2022 03:44:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651549449.f0922c3624e8e98b4a8e5c7f171dce314ca5299b.sam@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.83.0.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0922c3624e8e98b4a8e5c7f171dce314ca5299b X-VCS-Branch: master Date: Tue, 3 May 2022 03:44:32 +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: f935c08d-3bb5-4333-8b3e-6af6a84fde05 X-Archives-Hash: 21049d5c134a2c3f472f752ae50a5128 commit: f0922c3624e8e98b4a8e5c7f171dce314ca5299b Author: Sam James gentoo org> AuthorDate: Tue May 3 03:44:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 3 03:44:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0922c36 net-misc/curl: disable new msh3 Not yet packaged Signed-off-by: Sam James gentoo.org> net-misc/curl/curl-7.83.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/curl/curl-7.83.0.ebuild b/net-misc/curl/curl-7.83.0.ebuild index 08bd291889b6..150319f8e7d6 100644 --- a/net-misc/curl/curl-7.83.0.ebuild +++ b/net-misc/curl/curl-7.83.0.ebuild @@ -215,6 +215,7 @@ multilib_src_configure() { $(use_with kerberos gssapi "${EPREFIX}"/usr) --without-libgsasl --without-libpsl + --without-msh3 $(use_with nghttp3) $(use_with nghttp3 ngtcp2) $(use_with quiche)