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 3C7BF1581D3 for ; Sun, 26 May 2024 23:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FAACE29F7; Sun, 26 May 2024 23:12:54 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8269AE29F7 for ; Sun, 26 May 2024 23:12:54 +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 7FEC2343057 for ; Sun, 26 May 2024 23:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0C511B9B for ; Sun, 26 May 2024 23:12:51 +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: <1716765065.39e4847edec8f259d63841e615e2306145036b49.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-8.7.1-r3.ebuild net-misc/curl/curl-8.7.1-r4.ebuild net-misc/curl/curl-8.8.0.ebuild net-misc/curl/curl-9999.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39e4847edec8f259d63841e615e2306145036b49 X-VCS-Branch: master Date: Sun, 26 May 2024 23:12:51 +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: 3dff7d7f-8b06-406d-9669-f9f70fc15bbf X-Archives-Hash: e54545276dab8d062980172f51bc6a5c commit: 39e4847edec8f259d63841e615e2306145036b49 Author: Eli Schwartz gmail com> AuthorDate: Sun May 26 22:42:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 26 23:11:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e4847e net-misc/curl: extend whitelist for false positive configure implicit decls Closes: https://bugs.gentoo.org/923419 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-misc/curl/curl-8.7.1-r3.ebuild | 2 ++ net-misc/curl/curl-8.7.1-r4.ebuild | 2 ++ net-misc/curl/curl-8.8.0.ebuild | 2 ++ net-misc/curl/curl-9999.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/net-misc/curl/curl-8.7.1-r3.ebuild b/net-misc/curl/curl-8.7.1-r3.ebuild index a1df53206714..7877669d822a 100644 --- a/net-misc/curl/curl-8.7.1-r3.ebuild +++ b/net-misc/curl/curl-8.7.1-r3.ebuild @@ -125,6 +125,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( mach_absolute_time setmode _fseeki64 + # custom AC_LINK_IFELSE code fails to link even without -Werror + OSSL_QUIC_client_method ) PATCHES=( diff --git a/net-misc/curl/curl-8.7.1-r4.ebuild b/net-misc/curl/curl-8.7.1-r4.ebuild index 3c985b74ec75..d9502c6ca227 100644 --- a/net-misc/curl/curl-8.7.1-r4.ebuild +++ b/net-misc/curl/curl-8.7.1-r4.ebuild @@ -129,6 +129,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( mach_absolute_time setmode _fseeki64 + # custom AC_LINK_IFELSE code fails to link even without -Werror + OSSL_QUIC_client_method ) PATCHES=( diff --git a/net-misc/curl/curl-8.8.0.ebuild b/net-misc/curl/curl-8.8.0.ebuild index 3910b39f6284..db51f02670f5 100644 --- a/net-misc/curl/curl-8.8.0.ebuild +++ b/net-misc/curl/curl-8.8.0.ebuild @@ -129,6 +129,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( mach_absolute_time setmode _fseeki64 + # custom AC_LINK_IFELSE code fails to link even without -Werror + OSSL_QUIC_client_method ) PATCHES=( diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild index ce9a18e91913..ea05639d3a0a 100644 --- a/net-misc/curl/curl-9999.ebuild +++ b/net-misc/curl/curl-9999.ebuild @@ -129,6 +129,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( mach_absolute_time setmode _fseeki64 + # custom AC_LINK_IFELSE code fails to link even without -Werror + OSSL_QUIC_client_method ) PATCHES=(