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 E8F7115802E for ; Thu, 27 Jun 2024 17:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDDC8E2B13; Thu, 27 Jun 2024 17:39:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEFDFE2B13 for ; Thu, 27 Jun 2024 17:39:02 +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 D291E340943 for ; Thu, 27 Jun 2024 17:39:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F9241662 for ; Thu, 27 Jun 2024 17:39:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1719506924.6070a4a6013da345d3a37f4560ee68de1befd18b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6070a4a6013da345d3a37f4560ee68de1befd18b X-VCS-Branch: master Date: Thu, 27 Jun 2024 17:39:00 +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: 71d2e434-8570-4726-90e2-54200c724f87 X-Archives-Hash: 0a1806c020b5d0fe739f2d5e020b0b45 commit: 6070a4a6013da345d3a37f4560ee68de1befd18b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 20:53:44 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 27 16:48:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6070a4a6 cmake.eclass: Set CMAKE_TLS_VERIFY=ON Bug: https://bugs.gentoo.org/927160 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/cmake.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 5e5418bc49..692cbde20c 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -460,6 +460,7 @@ cmake_src_configure() { set(Python3_FIND_UNVERSIONED_NAMES FIRST CACHE STRING "") set(FETCHCONTENT_FULLY_DISCONNECTED ON CACHE BOOL "") set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON CACHE BOOL "") + set(CMAKE_TLS_VERIFY ON CACHE BOOL "") _EOF_ if [[ -n ${_ECM_ECLASS} ]]; then