summaryrefslogtreecommitdiffstats
path: root/network/snort
diff options
context:
space:
mode:
Diffstat (limited to 'network/snort')
-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"