From c8e1865b3b13250b3888c73f245afba8b5bc63a9 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 12 Mar 2018 11:16:16 +0000 Subject: network/snort: Updated for version 2.9.11.1. Signed-off-by: David Spencer --- network/snort/README.SLACKWARE | 4 ++-- network/snort/snort.SlackBuild | 2 +- network/snort/snort.info | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'network') diff --git a/network/snort/README.SLACKWARE b/network/snort/README.SLACKWARE index 6bcf0714d1cd8..b84e3dce82635 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 eb3768d3730c3..37e1b34f998b1 100644 --- a/network/snort/snort.SlackBuild +++ b/network/snort/snort.SlackBuild @@ -26,7 +26,7 @@ # Maintained by David Spencer 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 454b6539d7ad5..38c8c4110f3d2 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" -- cgit v1.2.3