From bba528da2b75ebf1cc1e3aa2abb90ed7ce37dec3 Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Dec 16 2020 23:45:42 +0000 Subject: Reenable seccomp for armv7hl. It has timing issues, but tests can be tweaked --- diff --git a/cjdns.spec b/cjdns.spec index fde3cf3..a35d7fd 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -14,11 +14,7 @@ %bcond_without libsodium # Option to disable SECCOMP: confusing backward logic # Needed to run on openvz and other container systems -%ifarch armv7hl -%bcond_with seccomp -%else %bcond_without seccomp -%endif # Option to use system libuv instead of bundled libuv-0.11.19 %bcond_with libuv # When with_python3 is set, this replaces tools in bin and libexec @@ -76,7 +72,7 @@ Name: cjdns # major version is cjdns protocol version: Version: 21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The privacy-friendly network without borders # cjdns is all GPLv3 except libuv which is MIT and BSD and ISC # cnacl is unused except when use_embedded is true @@ -724,6 +720,9 @@ fi %{_bindir}/graphStats %changelog +* Wed Dec 16 2020 Stuart Gathman - 21.1-2 +- Reenable seccomp for armv7hl + * Wed Dec 16 2020 Stuart Gathman - 21.1-1 - New upstream release