From patchwork Fri Nov 19 17:44:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4846 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Hwkb76rVMz3wcw for ; Fri, 19 Nov 2021 17:45:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Hwkb24PYZz2ll; Fri, 19 Nov 2021 17:45:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Hwkb20YzHz30Dy; Fri, 19 Nov 2021 17:45:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Hwkb10B58z2yw8 for ; Fri, 19 Nov 2021 17:45:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Hwkb06Dk9z25; Fri, 19 Nov 2021 17:45:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1637343916; 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=XZIGeNv18Q+rtHA5jBA/obV1nApSEMwYilfkMelWPvg=; b=E4RKSPwYpvNSmoKtkHHssW1CuraW4fZQ4LjIwoTMssYfLQaLoQZa/a3depid2VXF1N32QX lxDTi6QswazzoNBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1637343916; 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=XZIGeNv18Q+rtHA5jBA/obV1nApSEMwYilfkMelWPvg=; b=EQknQrzNjcaTBTJHkXOGt+Zw2Pu8h7XeHu7MUgYocJQ5prnL+S2uYvppH3ZJGL9Sf42ruN ozkJ0O+WmOa0z82nZaEd10ZqZwZh63HvdMHOVsTSFW7jd4juXPjH6hNW2HrFgtYvZJi6hY DNdF1vU/TdRXsckx2B/3KFQhYKnCSPT0ZPE81++u2equADMVx31jbpTaMpyJ66pqAXvTi7 L74Me0xmA4MB2peStog30HDyXHGWDMg5i9dbDVWxQUEqRbReqXvBJ0vbA7GCNKT5gFJTBQ dW9Yl5o+EZelB0BB9nlomoT+ccVHwiImCm9ZwEdn32Tsq3yp8MLSw9a7Hyh8gw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 4/7] suricata: This package is supported on all architectures Date: Fri, 19 Nov 2021 17:44:55 +0000 Message-Id: <20211119174458.789486-4-michael.tremer@ipfire.org> In-Reply-To: <20211119174458.789486-1-michael.tremer@ipfire.org> References: <20211119174458.789486-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" There is no need to list them specifically. Signed-off-by: Michael Tremer --- lfs/suricata | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/suricata b/lfs/suricata index bd57b829e..0a1dcf2b8 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -31,7 +31,6 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = x86_64 i586 aarch64 armv6l ############################################################################### # Top-level Rules