diff options
author | Michael Edie <michael@sawbox.net> | 2021-03-26 22:31:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-27 10:23:15 +0700 |
commit | 95d9877b4a9e85cd00b357c2244ab8febd544e47 (patch) | |
tree | 2ce93f29f3859e1391ad5b3b69c8e33a41b1ce88 /network/zeek | |
parent | 778ad8764d5bc2dbfa52369e29cca9a836593649 (diff) |
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>
Diffstat (limited to 'network/zeek')
-rw-r--r-- | network/zeek/README | 4 | ||||
-rw-r--r-- | network/zeek/slack-desc | 2 | ||||
-rw-r--r-- | network/zeek/zeek.SlackBuild | 4 | ||||
-rw-r--r-- | network/zeek/zeek.info | 6 |
4 files changed, 10 insertions, 6 deletions
diff --git a/network/zeek/README b/network/zeek/README index 02323c5758158..da3cea66cdc38 100644 --- a/network/zeek/README +++ b/network/zeek/README @@ -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. diff --git a/network/zeek/slack-desc b/network/zeek/slack-desc index 2b0f45921b18a..20f6a2e36d9a4 100644 --- a/network/zeek/slack-desc +++ b/network/zeek/slack-desc @@ -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 diff --git a/network/zeek/zeek.SlackBuild b/network/zeek/zeek.SlackBuild index 0835328123f48..f8456abe99e12 100644 --- a/network/zeek/zeek.SlackBuild +++ b/network/zeek/zeek.SlackBuild @@ -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} diff --git a/network/zeek/zeek.info b/network/zeek/zeek.info index 3decfa026d5fc..db3ca5dc9ab8b 100644 --- a/network/zeek/zeek.info +++ b/network/zeek/zeek.info @@ -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="" |