aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-04-16 06:54:07 -0700
committerorbea <orbea@riseup.net>2024-04-16 06:54:59 -0700
commit7f32599635e9a04f7c5d0c14afef338d48ed1c11 (patch)
tree404b735e6260151daad996d2bd0b86d1b82219ab /net-vpn/tor
parentdev-libs/openssl: stabilize 3.9.0 for amd64, arm, arm64, x86 (diff)
downloadlibressl-7f32599635e9a04f7c5d0c14afef338d48ed1c11.tar.gz
libressl-7f32599635e9a04f7c5d0c14afef338d48ed1c11.tar.bz2
libressl-7f32599635e9a04f7c5d0c14afef338d48ed1c11.zip
net-vpn/tor: sync ::gentoo
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r--net-vpn/tor/tor-0.4.7.16-r1.ebuild13
-rw-r--r--net-vpn/tor/tor-0.4.8.10.ebuild11
2 files changed, 23 insertions, 1 deletions
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 f681742..14559f1 100644
--- a/net-vpn/tor/tor-0.4.7.16-r1.ebuild
+++ b/net-vpn/tor/tor-0.4.7.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -146,6 +146,17 @@ src_test() {
:sandbox/openat_filename
)
+ if use arm ; then
+ skip_tests+=(
+ # bug #920905
+ # https://gitlab.torproject.org/tpo/core/tor/-/issues/40912
+ :sandbox/opendir_dirname
+ :sandbox/openat_filename
+ :sandbox/chmod_filename
+ :sandbox/rename_filename
+ )
+ fi
+
# The makefile runs these by parallel by chunking them with a script
# but that means we lose verbosity and can't skip individual tests easily
# either.
diff --git a/net-vpn/tor/tor-0.4.8.10.ebuild b/net-vpn/tor/tor-0.4.8.10.ebuild
index 9411edd..d018bcf 100644
--- a/net-vpn/tor/tor-0.4.8.10.ebuild
+++ b/net-vpn/tor/tor-0.4.8.10.ebuild
@@ -154,6 +154,17 @@ src_test() {
:sandbox/openat_filename
)
+ if use arm ; then
+ skip_tests+=(
+ # bug #920905
+ # https://gitlab.torproject.org/tpo/core/tor/-/issues/40912
+ :sandbox/opendir_dirname
+ :sandbox/openat_filename
+ :sandbox/chmod_filename
+ :sandbox/rename_filename
+ )
+ fi
+
# The makefile runs these by parallel by chunking them with a script
# but that means we lose verbosity and can't skip individual tests easily
# either.