diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-12-27 11:41:35 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-27 20:06:58 -0200 |
commit | cd22153d906751fa78cac73408a85dfe3c6d00ed (patch) | |
tree | 0d09ea16b57f3750890bfe1a6c042bec630fa7a0 /network/snort/snort.SlackBuild | |
parent | b2503044577bf12d721517cc3185f1e60a3f6519 (diff) | |
download | slackbuilds-cd22153d906751fa78cac73408a85dfe3c6d00ed.tar.gz |
network/snort: Updated for version 2.9.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/snort/snort.SlackBuild')
-rw-r--r-- | network/snort/snort.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild index 0df8ead2ce..ce5e0ac406 100644 --- a/network/snort/snort.SlackBuild +++ b/network/snort/snort.SlackBuild @@ -25,10 +25,10 @@ # Modified by the SlackBuilds.org project # Maintained as of version 2.8.6.1 by Niels Horn <niels.horn@gmail.com> -# revision date: 2010/11/19 +# revision date: 2010/12/25 PRGNAM=snort -VERSION=${VERSION:-2.9.0.1} +VERSION=${VERSION:-2.9.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -121,7 +121,7 @@ cat etc/attribute_table.dtd > $PKG/etc/snort/attribute_table.dtd.new cat etc/gen-msg.map > $PKG/etc/snort/gen-msg.map.new # sid-msg.map is not included in the source tarball, but it is in the # snort-rules package. We'll just skip it for now, it might come back in -# the next release... +# some release... #cat etc/sid-msg.map > $PKG/etc/snort/sid-msg.map.new cat etc/unicode.map > $PKG/etc/snort/unicode.map.new |