From patchwork Thu Jun 6 04:56:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2288 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 E5DDB88895A for ; Wed, 5 Jun 2019 19:57:02 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45JyhG3MRzz5NKb5; Wed, 5 Jun 2019 19:57:02 +0100 (BST) Received: from tuxedo.stevee (212095005248.public.telering.at [212.95.5.248]) (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 45Jygw4qg5z5NKb4; Wed, 5 Jun 2019 19:56:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1559761005; 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=rWlaTIssupQfDRiVfoH0FIVVFHUa12hSeKYnEoGGeU8=; b=epHMXRk2EXNWPSNtXXlZyDjCC3GBwDWV/Htid2LHE2JW58hw+vcUVJD+4pJMcEq++Ea+AB xyfrB+uh9abpOlIVl6fEA8z59xhsC52GelRYqQaUemUpe5TdC6lWiGfXd44N4LOh8aRB+H X219n5ywZ6RIKo7rtdh66BRa5kXkXnjpCxpQD4QVpbG0ubWN2/OwXHIYmeRdgJL5Ejgat9 2y3JrdnYXKW43Xlq7IxmRdXTDLqVwPmUCL4Y9Up6UqWo03OBToWKPCmAV4Pzj7I8LsriCY s5tq5SpX3sM/68dICHAiDENFkOczwx/Z+Aco/UfHgMTwHAEDyVqyapJbMWWxUg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1559761005; 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=rWlaTIssupQfDRiVfoH0FIVVFHUa12hSeKYnEoGGeU8=; b=1QAEKNXUzf+it1DlHngJtiy267RBQw0uDHVoMJ4RtcC2ALTvSNvyvyyN1Hr9Nh7XyJlYeI O710slDCuvoZToCA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 5/5] Core 133: Add suricata related converters to the update. Date: Wed, 5 Jun 2019 20:56:36 +0200 Message-Id: <20190605185636.9952-5-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190605185636.9952-1-stefan.schantl@ipfire.org> References: <20190605185636.9952-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" Signed-off-by: Stefan Schantl --- config/rootfiles/core/133/filelists/files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/133/filelists/files b/config/rootfiles/core/133/filelists/files index 97a603ad8..46ee37a2c 100644 --- a/config/rootfiles/core/133/filelists/files +++ b/config/rootfiles/core/133/filelists/files @@ -1,6 +1,8 @@ etc/system-release etc/issue etc/rc.d/init.d/smt +usr/sbin/convert-snort +usr/sbin/convert-ids-modifysids-file srv/web/ipfire/cgi-bin/credits.cgi srv/web/ipfire/cgi-bin/dhcp.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi