summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2018-03-12 11:16:16 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-17 08:51:47 +0700
commitc8e1865b3b13250b3888c73f245afba8b5bc63a9 (patch)
treef9ee8bbe83d7493b2442d303a1c0980a11710cdc
parentc4bf3067488e449fe265a9ac049fde2360cb594b (diff)
downloadslackbuilds-c8e1865b3b13250b3888c73f245afba8b5bc63a9.tar.gz
slackbuilds-c8e1865b3b13250b3888c73f245afba8b5bc63a9.tar.xz
network/snort: Updated for version 2.9.11.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/snort/README.SLACKWARE4
-rw-r--r--network/snort/snort.SlackBuild2
-rw-r--r--network/snort/snort.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/network/snort/README.SLACKWARE b/network/snort/README.SLACKWARE
index 6bcf0714d1..b84e3dce82 100644
--- a/network/snort/README.SLACKWARE
+++ b/network/snort/README.SLACKWARE
@@ -32,7 +32,7 @@ or start it as:
IFACE=xxxx /etc/rc.d/rc.snort start|stop|restart
-As an example, you can put this in your /etc/rc.d/rc.local script:
+As an example, for eth1 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
@@ -41,7 +41,7 @@ As an example, you can put this in your /etc/rc.d/rc.local script:
and put this in your /etc/rc.d/rc.local_shutdown:
if [ -x /etc/rc.d/rc.snort ]; then
- IFACE=xxxx /etc/rc.d/rc.snort stop
+ IFACE=eth1 /etc/rc.d/rc.snort stop
fi
diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild
index eb3768d373..37e1b34f99 100644
--- a/network/snort/snort.SlackBuild
+++ b/network/snort/snort.SlackBuild
@@ -26,7 +26,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=snort
-VERSION=${VERSION:-2.9.9.0}
+VERSION=${VERSION:-2.9.11.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
diff --git a/network/snort/snort.info b/network/snort/snort.info
index 454b6539d7..38c8c4110f 100644
--- a/network/snort/snort.info
+++ b/network/snort/snort.info
@@ -1,8 +1,8 @@
PRGNAM="snort"
-VERSION="2.9.9.0"
+VERSION="2.9.11.1"
HOMEPAGE="https://www.snort.org/"
-DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/snort/snort-2.9.9.0.tar.gz"
-MD5SUM="fd3012bf36710481d66b40ad046b231d"
+DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/snort/snort-2.9.11.1.tar.gz"
+MD5SUM="378e3938b2b5c8e358f942d0ffce18cc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="daq"