X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id C1873DC00A8 for ; Fri, 15 Nov 2013 15:47:36 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 289C5BC3AE9; Fri, 15 Nov 2013 15:47:35 +0000 (UTC) Date: Fri, 15 Nov 2013 16:47:32 +0100 From: Natanael Copa To: IT Offshore Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 3/5] Initial APKBUILD for FWSNORT into testing Message-ID: <20131115164732.509fd0db@ncopa-desktop.alpinelinux.org> In-Reply-To: <1384077540-7914-4-git-send-email-developer@it-offshore.co.uk> References: <1384077540-7914-1-git-send-email-developer@it-offshore.co.uk> <1384077540-7914-4-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 10 Nov 2013 09:58:58 +0000 IT Offshore wrote: > re-submitted complete patch for FWSNORT correcting: > > periodic.daily - now updates the SNORT rules / PSAD signatures daily. > > fwsnort.post-install - now just shows a message to update signatures manually > (to avoid any problems with installations on tmpfs). Now uses the system terminal > colours $STRONG $GREEN. in this case i think an informal message is nice. ... > +57afe59d948bd559e9728cee34bfd721 fwsnort.update some checksum was wrong... I updated it > diff --git a/testing/fwsnort/fwsnort.up b/testing/fwsnort/fwsnort.up > new file mode 100644 > index 0000000..b750f59 > --- /dev/null > +++ b/testing/fwsnort/fwsnort.up > @@ -0,0 +1,5 @@ > +#!/bin/sh > + > +#splice fwsnort rules into iptables whenever the network comes up > +/var/lib/fwsnort/fwsnort.sh > + It looks wrong to have a script in /var/lib... I applied it as is otherwise, with the checksum fix and commit message change. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---