mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/snort: Updated for version 2.9.3.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
98d85a8de0
commit
7271438063
3 changed files with 7 additions and 15 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue