mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/suricata: Updated for version 2.0.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
aa107657a7
commit
983e4e8485
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for suricata
|
# Slackware build script for suricata
|
||||||
|
|
||||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=suricata
|
PRGNAM=suricata
|
||||||
VERSION=${VERSION:-2.0.8}
|
VERSION=${VERSION:-2.0.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="suricata"
|
PRGNAM="suricata"
|
||||||
VERSION="2.0.8"
|
VERSION="2.0.9"
|
||||||
HOMEPAGE="http://suricata-ids.org/"
|
HOMEPAGE="http://suricata-ids.org/"
|
||||||
DOWNLOAD="http://www.openinfosecfoundation.org/download/suricata-2.0.8.tar.gz"
|
DOWNLOAD="http://www.openinfosecfoundation.org/download/suricata-2.0.9.tar.gz"
|
||||||
MD5SUM="a9553ccf942c0c4aa1e1a188ec1f7d93"
|
MD5SUM="cc0c32071c6b6733b13380ef276c5af5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libcap-ng libnet jansson"
|
REQUIRES="libcap-ng libnet jansson"
|
||||||
|
|
Loading…
Reference in a new issue