mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/zeek: Updated for version 3.0.13.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
778ad8764d
commit
95d9877b4a
4 changed files with 10 additions and 6 deletions
|
@ -2,3 +2,7 @@ Zeek (Bro) is an open source intrusion detection system (IDS).
|
||||||
It is different from traditional IDS tools in that it is
|
It is different from traditional IDS tools in that it is
|
||||||
focused on network analysis. In other words, it is used
|
focused on network analysis. In other words, it is used
|
||||||
to monitor traffic traversing a network to identify anomalies.
|
to monitor traffic traversing a network to identify anomalies.
|
||||||
|
|
||||||
|
This is the last version of zeek supported by GCC v5.5.0
|
||||||
|
|
||||||
|
Zeek v3.1.0 and newer requires GCC v7 for C++17 support.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
zeek: zeek (The Zeek Network Security Monitor)
|
zeek: Zeek (The Zeek Network Security Monitor)
|
||||||
zeek:
|
zeek:
|
||||||
zeek: Zeek (Bro) is an open source intrusion detection system (IDS).
|
zeek: Zeek (Bro) is an open source intrusion detection system (IDS).
|
||||||
zeek: It is different from traditional IDS tools in that it is
|
zeek: It is different from traditional IDS tools in that it is
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for Zeek
|
# Slackware build script for Zeek
|
||||||
|
|
||||||
# Copyright 2018-2020 Michael Edie Orlando, FL USA
|
# Copyright 2018-2021 Michael Edie Orlando, FL USA
|
||||||
# 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=zeek
|
PRGNAM=zeek
|
||||||
VERSION=${VERSION:-3.0.11}
|
VERSION=${VERSION:-3.0.13}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="zeek"
|
PRGNAM="zeek"
|
||||||
VERSION="3.0.11"
|
VERSION="3.0.13"
|
||||||
HOMEPAGE="https://www.zeek.org"
|
HOMEPAGE="https://www.zeek.org"
|
||||||
DOWNLOAD="https://download.zeek.org/zeek-3.0.11.tar.gz"
|
DOWNLOAD="https://download.zeek.org/zeek-3.0.13.tar.gz"
|
||||||
MD5SUM="c254fb1f9180bd1f42cd3e96d4ecd8bc"
|
MD5SUM="1c331fabaef8376d1fd741b8b4cfec06"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue