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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 585AE158043 for ; Wed, 17 Apr 2024 23:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89BAEE29E9; Wed, 17 Apr 2024 23:04:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61E0FE29EC for ; Wed, 17 Apr 2024 23:04:03 +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 80B9A34349B for ; Wed, 17 Apr 2024 23:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B62A71703 for ; Wed, 17 Apr 2024 23:04:00 +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: <1713394992.61668a070e2bcab90e5af9e99a3f7db7c8f13f3e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tor/tor-0.4.7.16-r1.ebuild net-vpn/tor/tor-0.4.8.10.ebuild net-vpn/tor/tor-0.4.8.11.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: 61668a070e2bcab90e5af9e99a3f7db7c8f13f3e X-VCS-Branch: master Date: Wed, 17 Apr 2024 23:04: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: 7c9f716a-a921-45c4-8ddf-b24390256cfd X-Archives-Hash: 675e1f148f4a297cc697608e489b6c23 commit: 61668a070e2bcab90e5af9e99a3f7db7c8f13f3e Author: Sam James gentoo org> AuthorDate: Wed Apr 17 23:03:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 17 23:03:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61668a07 net-vpn/tor: add another sandbox skip test for arm Bug: https://bugs.gentoo.org/920905 Fixes: 6e604b1d706779f2a93bf349380d4531c5eede5a Signed-off-by: Sam James gentoo.org> net-vpn/tor/tor-0.4.7.16-r1.ebuild | 1 + net-vpn/tor/tor-0.4.8.10.ebuild | 1 + net-vpn/tor/tor-0.4.8.11.ebuild | 1 + net-vpn/tor/tor-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/net-vpn/tor/tor-0.4.7.16-r1.ebuild b/net-vpn/tor/tor-0.4.7.16-r1.ebuild index 35d6f8e5b028..40cb1c91e1e0 100644 --- a/net-vpn/tor/tor-0.4.7.16-r1.ebuild +++ b/net-vpn/tor/tor-0.4.7.16-r1.ebuild @@ -151,6 +151,7 @@ src_test() { :sandbox/opendir_dirname :sandbox/openat_filename :sandbox/chmod_filename + :sandbox/chown_filename :sandbox/rename_filename ) fi diff --git a/net-vpn/tor/tor-0.4.8.10.ebuild b/net-vpn/tor/tor-0.4.8.10.ebuild index a7d8e3404faa..9e6f8bed3784 100644 --- a/net-vpn/tor/tor-0.4.8.10.ebuild +++ b/net-vpn/tor/tor-0.4.8.10.ebuild @@ -160,6 +160,7 @@ src_test() { :sandbox/opendir_dirname :sandbox/openat_filename :sandbox/chmod_filename + :sandbox/chown_filename :sandbox/rename_filename ) fi diff --git a/net-vpn/tor/tor-0.4.8.11.ebuild b/net-vpn/tor/tor-0.4.8.11.ebuild index 7d9d0b0a91ee..ecb77a48ea92 100644 --- a/net-vpn/tor/tor-0.4.8.11.ebuild +++ b/net-vpn/tor/tor-0.4.8.11.ebuild @@ -160,6 +160,7 @@ src_test() { :sandbox/opendir_dirname :sandbox/openat_filename :sandbox/chmod_filename + :sandbox/chown_filename :sandbox/rename_filename ) fi diff --git a/net-vpn/tor/tor-9999.ebuild b/net-vpn/tor/tor-9999.ebuild index 7d9d0b0a91ee..ecb77a48ea92 100644 --- a/net-vpn/tor/tor-9999.ebuild +++ b/net-vpn/tor/tor-9999.ebuild @@ -160,6 +160,7 @@ src_test() { :sandbox/opendir_dirname :sandbox/openat_filename :sandbox/chmod_filename + :sandbox/chown_filename :sandbox/rename_filename ) fi