Skip to content

Commit

Permalink
bump zeek to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 20, 2024
1 parent 39f31a9 commit 56d5cb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/zeek.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV PGROUP "zeeker"
ENV PUSER_PRIV_DROP false

# for download and install
ARG ZEEK_VERSION=6.2.0-0
ARG ZEEK_VERSION=6.2.1-0
ENV ZEEK_VERSION $ZEEK_VERSION

# put Zeek and Spicy in PATH
Expand Down
2 changes: 1 addition & 1 deletion hedgehog-raspi/sensor_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ build_zeek_src() {
export PYTHONUNBUFFERED=1

zeek_url=https://github.com/zeek/zeek.git
zeek_version=6.2.0
zeek_version=6.2.1
zeek_release=1
zeek_dir=/opt/zeek
# Zeek's build eats a ton of resources; prevent OOM from the killing build process
Expand Down
2 changes: 1 addition & 1 deletion shared/bin/zeek-deb-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ unset VERBOSE
command -v dpkg >/dev/null 2>&1 && ARCH="$(dpkg --print-architecture)" || ARCH=amd64
DISTRO=Debian_12
OUTPUT_DIR=/tmp
ZEEK_VERSION=6.2.0-0
ZEEK_VERSION=6.2.1-0

while getopts a:d:o:vz: opts; do
case ${opts} in
Expand Down

0 comments on commit 56d5cb8

Please sign in to comment.