Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/
Date: Tue, 03 May 2022 03:44:36
Message-Id: 1651549449.f0922c3624e8e98b4a8e5c7f171dce314ca5299b.sam@gentoo
1 commit: f0922c3624e8e98b4a8e5c7f171dce314ca5299b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 03:44:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 03:44:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0922c36
7
8 net-misc/curl: disable new msh3
9
10 Not yet packaged
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-misc/curl/curl-7.83.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-misc/curl/curl-7.83.0.ebuild b/net-misc/curl/curl-7.83.0.ebuild
18 index 08bd291889b6..150319f8e7d6 100644
19 --- a/net-misc/curl/curl-7.83.0.ebuild
20 +++ b/net-misc/curl/curl-7.83.0.ebuild
21 @@ -215,6 +215,7 @@ multilib_src_configure() {
22 $(use_with kerberos gssapi "${EPREFIX}"/usr)
23 --without-libgsasl
24 --without-libpsl
25 + --without-msh3
26 $(use_with nghttp3)
27 $(use_with nghttp3 ngtcp2)
28 $(use_with quiche)