From patchwork Sat Jun 22 07:11:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2326 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 7186E884607 for ; Fri, 21 Jun 2019 22:11:44 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45VrwH6kNsz5KKZd; Fri, 21 Jun 2019 22:11:43 +0100 (BST) Received: from tuxedo.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45VrwC4JzJz5KKZZ; Fri, 21 Jun 2019 22:11:39 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561151499; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TxIRFR3U9eYSylVMwpliYe5UqTaxEQE8J8k9/yH1Vbs=; b=t3sa1iXgCa4i1PmoXONHIcVCqkfwOyR2GkBB51mamJ8IsXaT1t34+ctdepX+0sZWqbbCF2 xDMieca4wgyc/+DVbAaFsbnzq7HLREC5ZXT1O1XCMENHCSN6CjgOA9mIvWMq21lF9yKVyo HHSNBejvrS3H19JelI+VOJ0PBFIS8QJiZvQgWILJgpASJYF+tueaAg6bsmeMLtKG+JgRRQ awlvesfLQZVAnngFRsFamjXsaSrnKLE9+ETF46Y00rVR6Id4Wq7tdA+KdptSSWLW3UPnjq /paCgyJFFdEz9AnylLaiHUXdzNttnW+GGYiolA+L2I1mdFi1hxa1C1iEfqbZ8A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561151499; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TxIRFR3U9eYSylVMwpliYe5UqTaxEQE8J8k9/yH1Vbs=; b=2m3fXr5xQ9S2MBTeIL7YCr94QLOP5+RGtPhQaLG5olW1s0RLn3GcnDiqaKPlpteYHIRkdT JMHX9V1xNPLcxsBg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] systemd: Enable libseccomp support Date: Fri, 21 Jun 2019 23:11:32 +0200 Message-Id: <20190621211133.7404-2-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190621211133.7404-1-stefan.schantl@ipfire.org> References: <20190621211133.7404-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" X-Spam: Yes Signed-off-by: Stefan Schantl --- systemd/systemd.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 25bbd99cf..cd82ba000 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@ name = systemd version = 242 -release = 3 +release = 4 maintainer = Stefan Schantl groups = System/Base @@ -53,6 +53,7 @@ build libcap-devel libgcrypt-devel libmount-devel >= 2.34-2 + libseccomp-devel libuuid-devel >= 2.34-2 m4 meson >= 0.50.1