From patchwork Sat Aug 3 17:57:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1141504 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="OvAxJIPA"; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461BbW6WKDz9s7T for ; Sun, 4 Aug 2019 03:58:30 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D471C8818D; Sat, 3 Aug 2019 17:58:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2N+PJcIoDkxk; Sat, 3 Aug 2019 17:58:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 75F7088166; Sat, 3 Aug 2019 17:58:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id A0A131BF424 for ; Sat, 3 Aug 2019 17:58:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9B00D8625F for ; Sat, 3 Aug 2019 17:58:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pKcckoFn9Kor for ; Sat, 3 Aug 2019 17:58:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 9D21184B91 for ; Sat, 3 Aug 2019 17:58:16 +0000 (UTC) Received: from menoah.home (lfbn-1-8923-205.w193-250.abo.wanadoo.fr [193.250.65.205]) by koncepto.io (Postfix) with ESMTPSA id 0D225601F2; Sat, 3 Aug 2019 19:58:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1564855087; bh=kMuxvybwGTY1SNK9FYUWcJvMq2IR6jNJNaThGbO90vo=; h=From:To:Cc:Subject:Date:From; b=OvAxJIPAe8h+zrFMAr9VmrjKdB1UYzDSIiiyMdVn3X4Yk6hfBoTrzYTbuun+5TaOU nu4uRhu1USfrtJU0KgS0BVSNdrLSATQE0AlijL72GJtCVn8tsur0cXyndBTcORCGaQ lfnss2mrIw1MoZeIjubrYjo8Dw7Zb88nbQMnFE5X+qnCw/hyTLr4DAQKFKFtXf1CrS qRj9yaXIrQLPsld3scrEAofWepanRyQ3zQMb5eSZBdtvSr+icdoTy9YusLWojZxXCx WycJH4aI0/sjJSFX5RNwlfhB+O3q5oYLxdn3/lUqy6BjX6RQDE2lBOfM4f7S/9dI0P Aym3lGKoEAg+A== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Sat, 3 Aug 2019 19:57:43 +0200 Message-Id: <1564855063-1853-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/sshguard: need threads X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: - autobuild.buildroot.net/results/01f/01fb32fdb21c60ffece09ea5e7ba7b58d989ed76/ Signed-off-by: Pierre-Jean Texier --- package/sshguard/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/sshguard/Config.in b/package/sshguard/Config.in index e834f17..7454c0a 100644 --- a/package/sshguard/Config.in +++ b/package/sshguard/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_SSHGUARD bool "sshguard" + depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_IPTABLES # runtime help sshguard protects hosts from brute-force attacks against SSH @@ -8,3 +9,6 @@ config BR2_PACKAGE_SSHGUARD including iptables, ipfw, and pf. https://www.sshguard.net + +comment "sshguard needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS