diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-25 18:16:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:48 +0700 |
commit | c172fe26079beb75c8861a2cbdc5c6bdb2a1b087 (patch) | |
tree | 2dddbabbf50aa8552930c10b608bf9f109926b2f /network/snort | |
parent | efb263bf8ae73c412a66a61b3e7a036a6490c398 (diff) | |
download | slackbuilds-c172fe26079beb75c8861a2cbdc5c6bdb2a1b087.tar.gz |
network/snort: Updated for version 2.9.8.2.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'network/snort')
-rw-r--r-- | network/snort/README.SLACKWARE | 2 | ||||
-rw-r--r-- | network/snort/snort.SlackBuild | 2 | ||||
-rw-r--r-- | network/snort/snort.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/snort/README.SLACKWARE b/network/snort/README.SLACKWARE index ea7307c44e..8b02a1dcc0 100644 --- a/network/snort/README.SLACKWARE +++ b/network/snort/README.SLACKWARE @@ -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 diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild index 835c53fd96..46e530d66b 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.7.2} +VERSION=${VERSION:-2.9.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/snort/snort.info b/network/snort/snort.info index 7885888220..04387e98f2 100644 --- a/network/snort/snort.info +++ b/network/snort/snort.info @@ -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" |