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:
Michael Edie 2021-03-26 22:31:36 +00:00 committed by Willy Sudiarto Raharjo
parent 778ad8764d
commit 95d9877b4a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 10 additions and 6 deletions

View file

@ -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
focused on network analysis. In other words, it is used
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.

View file

@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
zeek: zeek (The Zeek Network Security Monitor)
zeek: Zeek (The Zeek Network Security Monitor)
zeek:
zeek: Zeek (Bro) is an open source intrusion detection system (IDS).
zeek: It is different from traditional IDS tools in that it is

View file

@ -2,7 +2,7 @@
# Slackware build script for Zeek
# Copyright 2018-2020 Michael Edie Orlando, FL USA
# Copyright 2018-2021 Michael Edie Orlando, FL USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zeek
VERSION=${VERSION:-3.0.11}
VERSION=${VERSION:-3.0.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="zeek"
VERSION="3.0.11"
VERSION="3.0.13"
HOMEPAGE="https://www.zeek.org"
DOWNLOAD="https://download.zeek.org/zeek-3.0.11.tar.gz"
MD5SUM="c254fb1f9180bd1f42cd3e96d4ecd8bc"
DOWNLOAD="https://download.zeek.org/zeek-3.0.13.tar.gz"
MD5SUM="1c331fabaef8376d1fd741b8b4cfec06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""