mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/snort: Updated for version 2.9.8.2.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
efb263bf8a
commit
c172fe2607
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ or start it as:
|
|||
|
||||
IFACE=xxxx /etc/rc.d/rc.snort start|stop|restart
|
||||
|
||||
As an example, you can this in your /etc/rc.d/rc.local script:
|
||||
As an example, you can put this in your /etc/rc.d/rc.local script:
|
||||
|
||||
if [ -x /etc/rc.d/rc.snort ]; then
|
||||
IFACE=eth1 /etc/rc.d/rc.snort start
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# Maintained by David Spencer <baildon.research@googlemail.com>
|
||||
|
||||
PRGNAM=snort
|
||||
VERSION=${VERSION:-2.9.7.2}
|
||||
VERSION=${VERSION:-2.9.8.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="snort"
|
||||
VERSION="2.9.7.2"
|
||||
VERSION="2.9.8.2"
|
||||
HOMEPAGE="http://www.snort.org/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/snort/snort-2.9.7.2.tar.gz"
|
||||
MD5SUM="b01e9964827394c39194a0147bc15705"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/snort/snort-2.9.8.2.tar.gz"
|
||||
MD5SUM="b5005f88a01b42ff7ee0defb94161ffc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="daq"
|
||||
|
|
Loading…
Reference in a new issue