From 3056ec2ec978c22ab8912f1af797d20a2cf53730 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Thu, 10 Nov 2022 16:43:28 +0100 Subject: [PATCH] tor: update to 0.4.7.11. --- srcpkgs/tor/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tor/template b/srcpkgs/tor/template index 4f8e4005bfcb..6da83ea086df 100644 --- a/srcpkgs/tor/template +++ b/srcpkgs/tor/template @@ -1,6 +1,6 @@ # Template file for 'tor' pkgname=tor -version=0.4.7.10 +version=0.4.7.11 revision=1 build_style=gnu-configure configure_args="--enable-zstd" @@ -14,7 +14,12 @@ license="BSD-3-Clause" homepage="https://www.torproject.org/" changelog="https://gitlab.torproject.org/tpo/core/tor/-/raw/main/ChangeLog" distfiles="https://dist.torproject.org/tor-${version}.tar.gz" -checksum=647e56dfa59ea36dab052027fcfc7663905c826c03509363c456900ecd435a5b +checksum=cf3cafbeedbdbc5fd1c0540e74d6d10a005eadff929098393815f867e32a136e + +case "${XBPS_TARGET_MACHINE}" in +# Tests just don't work here + x86_64-musl) make_check=no ;; +esac conf_files="/etc/tor/torrc" system_accounts="tor"