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 8BAD5159C96 for ; Thu, 25 Jul 2024 10:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B14DDE2AAF; Thu, 25 Jul 2024 10:10:30 +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 8A71CE2AAE for ; Thu, 25 Jul 2024 10:10:30 +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 DDFA1341C4B for ; Thu, 25 Jul 2024 10:10:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52BB01E70 for ; Thu, 25 Jul 2024 10:10:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1721768165.059e285ab6b1720743c4f135178c608ea0e22703.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/open62541/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/open62541/open62541-1.4.2.ebuild X-VCS-Directories: dev-libs/open62541/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 059e285ab6b1720743c4f135178c608ea0e22703 X-VCS-Branch: master Date: Thu, 25 Jul 2024 10:10: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: f927d60b-312a-4aca-a068-d93d92176698 X-Archives-Hash: 01d5844a79b4e8a1e0ed5b42c6f1e94f commit: 059e285ab6b1720743c4f135178c608ea0e22703 Author: Lucio Sauer posteo net> AuthorDate: Tue Jul 23 20:34:19 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jul 23 20:56:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=059e285a dev-libs/open62541: remove build system CFLAGS that we handle downstream Remove -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection No revbump needed since vanilla Gentoo enables these by default (as of 23.0 profiles) https://wiki.gentoo.org/wiki/Hardened/Toolchain#Changes Closes: https://bugs.gentoo.org/896184 Signed-off-by: Lucio Sauer posteo.net> dev-libs/open62541/open62541-1.4.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/open62541/open62541-1.4.2.ebuild b/dev-libs/open62541/open62541-1.4.2.ebuild index 1fb7eb285..a4226411b 100644 --- a/dev-libs/open62541/open62541-1.4.2.ebuild +++ b/dev-libs/open62541/open62541-1.4.2.ebuild @@ -50,6 +50,7 @@ src_configure() { -DUA_BUILD_EXAMPLES=OFF -DUA_BUILD_TOOLS=$(usex tools) -DUA_BUILD_UNIT_TESTS=OFF + -DUA_ENABLE_HARDENING=OFF -DUA_ENABLE_PUBSUB=$(usex pubsub) -DUA_ENABLE_PUBSUB_INFORMATIONMODEL=$(usex pubsub) -DUA_FORCE_WERROR=OFF