network/zeek: Updated for version 3.0.5.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michael Edie 2020-05-05 03:22:33 +01:00 committed by Willy Sudiarto Raharjo
parent 8429baa696
commit 4de93eb0ae
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 9 additions and 7 deletions

View file

@ -5,8 +5,8 @@
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
zeek: zeek (The Zeek Network Security Monitor)
|-----handy-ruler------------------------------------------------------|
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

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zeek
VERSION=${VERSION:-3.0.1}
VERSION=${VERSION:-3.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -99,3 +99,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,10 +1,11 @@
PRGNAM="zeek"
VERSION="3.0.1"
VERSION="3.0.5"
HOMEPAGE="https://www.zeek.org"
DOWNLOAD="https://www.zeek.org/downloads/zeek-3.0.1.tar.gz"
MD5SUM="8067e609e8ac988131505f1d7da9c348"
DOWNLOAD="https://download.zeek.org/zeek-3.0.5.tar.gz"
MD5SUM="e460609f3b8386710cefca7f2d785615"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Michael Edie"
EMAIL="michael@edie.io"
EMAIL="michael@sawbox.net"