commit: 7f32599635e9a04f7c5d0c14afef338d48ed1c11
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Apr 16 13:54:07 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Apr 16 13:54:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=7f325996
net-vpn/tor: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
net-vpn/tor/tor-0.4.7.16-r1.ebuild | 13 ++++++++++++-
net-vpn/tor/tor-0.4.8.10.ebuild | 11 +++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
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.