summaryrefslogtreecommitdiffstats
path: root/network/snort
diff options
context:
space:
mode:
author Niels Horn2012-09-15 18:10:20 +0200
committer dsomero2012-09-17 01:44:11 +0200
commit72714380633e4b413a7f52bcb0ad67688213213d (patch)
tree8122da59d56d2a2281bb4656daa0bc3ed517bd9f /network/snort
parent98d85a8de0b19a3f037fbc3bb8e505f05db3d329 (diff)
downloadslackbuilds-72714380633e4b413a7f52bcb0ad67688213213d.tar.gz
network/snort: Updated for version 2.9.3.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/snort')
-rw-r--r--network/snort/README.SLACKWARE4
-rw-r--r--network/snort/snort.SlackBuild12
-rw-r--r--network/snort/snort.info6
3 files changed, 7 insertions, 15 deletions
diff --git a/network/snort/README.SLACKWARE b/network/snort/README.SLACKWARE
index 3a171835a7..88ac0595ce 100644
--- a/network/snort/README.SLACKWARE
+++ b/network/snort/README.SLACKWARE
@@ -10,9 +10,7 @@ getting started.
This package builds a very basic snort implementation useful for monitoring
traffic as an IDS or packet logger and as a sort of improved tcpdump.
-MySQL support is included, so you should have little trouble hooking snort up
-to a database or ACID. For more information on these, check out snort's
-homepage at:
+For more information, check out snort's homepage at:
http://www.snort.org/
http://www.snort.org/docs/
diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild
index f7737b1f1c..7aeee01714 100644
--- a/network/snort/snort.SlackBuild
+++ b/network/snort/snort.SlackBuild
@@ -2,7 +2,7 @@
# Copyright 2006-2009, Alan Hicks, Lizella, GA,
# Copyright 2009, Thomas York, Beech Grove, In.
-# Copyright 2010-2011, Niels Horn, Rio de Janeiro, RJ, Brazil
+# Copyright 2010-2012, Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,10 +24,10 @@
# Modified by the SlackBuilds.org project
-# revision date: 2011/10/23
+# revision date: 2012/09/15
PRGNAM=snort
-VERSION=${VERSION:-2.9.1.2}
+VERSION=${VERSION:-2.9.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -95,8 +95,6 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-pthread \
--enable-linux-smp-stats \
--enable-zlib \
- --with-mysql-libraries=/usr/lib${LIBDIRSUFFIX}/mysql \
- --with-mysql-includes=/usr/include/mysql \
--build=$ARCH-slackware-linux
make
@@ -138,10 +136,6 @@ mkdir -p $PKG/var/log/snort
# Create directories for schemas and signatures
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/{schemas,signatures}
-# Bundle the SQL schemas and install the docs
-for file in schemas/create_*; do
- cat $file > $PKG/usr/doc/$PRGNAM-$VERSION/$file
-done
# Create directory for dynamic rules
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/snort_dynamicrules
diff --git a/network/snort/snort.info b/network/snort/snort.info
index e39f015c2c..9c43fba3d1 100644
--- a/network/snort/snort.info
+++ b/network/snort/snort.info
@@ -1,8 +1,8 @@
PRGNAM="snort"
-VERSION="2.9.1.2"
+VERSION="2.9.3.1"
HOMEPAGE="http://www.snort.org/"
-DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/snort-2.9.1.2.tar.gz"
-MD5SUM="9e94f20b934566469c239966e1b41eba"
+DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/snort-2.9.3.1.tar.gz"
+MD5SUM="b2102605a7ca023ad6a2429821061c29"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="daq"