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 653AD15800A for ; Tue, 25 Jul 2023 04:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 637BDE08DD; Tue, 25 Jul 2023 04:59:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DBB6E08DD for ; Tue, 25 Jul 2023 04:59:41 +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 7A418341520 for ; Tue, 25 Jul 2023 04:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EADB2DCD for ; Tue, 25 Jul 2023 04:59:37 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1690230291.dffcdc598b6959d08df4932bb0fbb67f7d37c2c0.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild net-p2p/dogecoin-qt/metadata.xml X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: dffcdc598b6959d08df4932bb0fbb67f7d37c2c0 X-VCS-Branch: master Date: Tue, 25 Jul 2023 04:59:37 +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: 59aff71b-aac8-408a-ba88-e52adf7a666a X-Archives-Hash: 2ea9c1d0e3b25ff3dfeb909817f3898c commit: dffcdc598b6959d08df4932bb0fbb67f7d37c2c0 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 24 20:24:49 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Jul 24 20:24:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dffcdc59 net-p2p/dogecoin-qt: remove pie use flag See: https://wiki.gentoo.org/wiki/Hardened/Toolchain It's enabled in Gentoo toolchain by default. Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 3 +-- net-p2p/dogecoin-qt/metadata.xml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild index 0c195aa9d..b55f6b7d7 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild @@ -12,7 +12,7 @@ LICENSE="MIT" SLOT="0" DB_VER="5.3" KEYWORDS="~amd64" -IUSE="cpu_flags_x86_avx2 dogecoind +pie +prune tests utils +wallet zmq" +IUSE="cpu_flags_x86_avx2 dogecoind +prune tests utils +wallet zmq" REQUIRED_USE="dogecoind? ( utils )" DOGEDIR="/opt/${PN}" DEPEND=" @@ -72,7 +72,6 @@ src_configure() { $(use_enable wallet) $(use_enable zmq) $(use_enable tests tests) - $(use_enable pie hardening) ) econf "${my_econf[@]}" diff --git a/net-p2p/dogecoin-qt/metadata.xml b/net-p2p/dogecoin-qt/metadata.xml index d60a61650..f5d7ea8fb 100644 --- a/net-p2p/dogecoin-qt/metadata.xml +++ b/net-p2p/dogecoin-qt/metadata.xml @@ -14,7 +14,6 @@ Build with Advanced Vector Extensions instructions support (if the CPU model supports it) Build with dogecoind daemon - Position Independent Executables - attempt to harden resulting executables for greater security Enables automatic pruning of old blocks to stay below 2.2GB target size (if ran from desktop) Build Dogecoin Core Qt with tests option Build with client utilities dogecoin-cli and dogecoin-tx