From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 784B91580EB for ; Wed, 21 May 2025 16:51:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5DF5534319C for ; Wed, 21 May 2025 16:51:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A999C11047E; Wed, 21 May 2025 16:51:37 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 928DF11047E for ; Wed, 21 May 2025 16:51:37 +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 433A73430F0 for ; Wed, 21 May 2025 16:51:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D5D01968 for ; Wed, 21 May 2025 16:51:35 +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: <1747846101.7553a8eb68d0acc7e7efe965bf800c11df5b89ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tor/metadata.xml net-vpn/tor/tor-0.4.8.14.ebuild net-vpn/tor/tor-0.4.8.16.ebuild net-vpn/tor/tor-9999.ebuild X-VCS-Directories: net-vpn/tor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7553a8eb68d0acc7e7efe965bf800c11df5b89ce X-VCS-Branch: master Date: Wed, 21 May 2025 16:51:35 +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: 51bf10db-01a4-4360-a1b1-c43f435e4ae9 X-Archives-Hash: bb33ea92c38d9e9a2b8d1812c57546a7 commit: 7553a8eb68d0acc7e7efe965bf800c11df5b89ce Author: Filip Kobierski pm me> AuthorDate: Wed Apr 23 12:08:33 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 21 16:48:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7553a8eb net-vpn/tor: rename USE=tor-hardening to hardened Generic description fits here well Bug: https://bugs.gentoo.org/956335 Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/41713 Signed-off-by: Sam James gentoo.org> net-vpn/tor/metadata.xml | 1 - net-vpn/tor/tor-0.4.8.14.ebuild | 6 +++--- net-vpn/tor/tor-0.4.8.16.ebuild | 6 +++--- net-vpn/tor/tor-9999.ebuild | 6 +++--- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/net-vpn/tor/metadata.xml b/net-vpn/tor/metadata.xml index fcc4644d2af6..5cf84b77111e 100644 --- a/net-vpn/tor/metadata.xml +++ b/net-vpn/tor/metadata.xml @@ -12,6 +12,5 @@ Use app-crypt/libscrypt for the scrypt algorithm Enable tor's relay module so it can operate as a relay/bridge/authority - Compile tor with hardening on vanilla compilers/linkers diff --git a/net-vpn/tor/tor-0.4.8.14.ebuild b/net-vpn/tor/tor-0.4.8.14.ebuild index 252fac071348..7eae4226bb50 100644 --- a/net-vpn/tor/tor-0.4.8.14.ebuild +++ b/net-vpn/tor/tor-0.4.8.14.ebuild @@ -39,7 +39,7 @@ fi # that's different from the actual binary. LICENSE="BSD GPL-2 GPL-3" SLOT="0" -IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd" +IUSE="caps doc hardened lzma +man scrypt seccomp selinux +server systemd test zstd" RESTRICT="!test? ( test )" RDEPEND=" @@ -140,6 +140,8 @@ src_configure() { --enable-gpl --enable-module-pow + $(use_enable hardened gcc-hardening) + $(use_enable hardened linker-hardening) $(use_enable man asciidoc) $(use_enable man manpage) $(use_enable lzma) @@ -147,8 +149,6 @@ src_configure() { $(use_enable seccomp) $(use_enable server module-relay) $(use_enable systemd) - $(use_enable tor-hardening gcc-hardening) - $(use_enable tor-hardening linker-hardening) $(use_enable test unittests) $(use_enable zstd) ) diff --git a/net-vpn/tor/tor-0.4.8.16.ebuild b/net-vpn/tor/tor-0.4.8.16.ebuild index 252fac071348..7eae4226bb50 100644 --- a/net-vpn/tor/tor-0.4.8.16.ebuild +++ b/net-vpn/tor/tor-0.4.8.16.ebuild @@ -39,7 +39,7 @@ fi # that's different from the actual binary. LICENSE="BSD GPL-2 GPL-3" SLOT="0" -IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd" +IUSE="caps doc hardened lzma +man scrypt seccomp selinux +server systemd test zstd" RESTRICT="!test? ( test )" RDEPEND=" @@ -140,6 +140,8 @@ src_configure() { --enable-gpl --enable-module-pow + $(use_enable hardened gcc-hardening) + $(use_enable hardened linker-hardening) $(use_enable man asciidoc) $(use_enable man manpage) $(use_enable lzma) @@ -147,8 +149,6 @@ src_configure() { $(use_enable seccomp) $(use_enable server module-relay) $(use_enable systemd) - $(use_enable tor-hardening gcc-hardening) - $(use_enable tor-hardening linker-hardening) $(use_enable test unittests) $(use_enable zstd) ) diff --git a/net-vpn/tor/tor-9999.ebuild b/net-vpn/tor/tor-9999.ebuild index cd30d48f8f7e..fd36a841746b 100644 --- a/net-vpn/tor/tor-9999.ebuild +++ b/net-vpn/tor/tor-9999.ebuild @@ -39,7 +39,7 @@ fi # that's different from the actual binary. LICENSE="BSD GPL-2 GPL-3" SLOT="0" -IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd" +IUSE="caps doc hardened lzma +man scrypt seccomp selinux +server systemd test zstd" RESTRICT="!test? ( test )" RDEPEND=" @@ -140,6 +140,8 @@ src_configure() { --enable-gpl --enable-module-pow + $(use_enable hardened gcc-hardening) + $(use_enable hardened linker-hardening) $(use_enable man asciidoc) $(use_enable man manpage) $(use_enable lzma) @@ -147,8 +149,6 @@ src_configure() { $(use_enable seccomp) $(use_enable server module-relay) $(use_enable systemd) - $(use_enable tor-hardening gcc-hardening) - $(use_enable tor-hardening linker-hardening) $(use_enable test unittests) $(use_enable zstd) )