mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
8429baa696
commit
4de93eb0ae
3 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue