Skip to content

Commit

Permalink
bump Zeek to v7.0.3
Browse files Browse the repository at this point in the history
mmguero committed Oct 7, 2024
1 parent 54902c5 commit 7260e20
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
@@ -33,7 +33,7 @@ USER root
# see PUSER_CHOWN at the bottom of the file (after the other environment variables it references)

# for download and install
ARG ZEEK_VERSION=7.0.2-0
ARG ZEEK_VERSION=7.0.3-0
ENV ZEEK_VERSION $ZEEK_VERSION
ARG ZEEK_DEB_ALTERNATE_DOWNLOAD_URL=""

2 changes: 1 addition & 1 deletion hedgehog-raspi/sensor_install.sh
Original file line number Diff line number Diff line change
@@ -212,7 +212,7 @@ build_zeek_src() {
export PYTHONUNBUFFERED=1

zeek_url=https://github.com/zeek/zeek.git
zeek_version=7.0.2
zeek_version=7.0.3
zeek_release=1
zeek_dir=/opt/zeek
# Zeek's build eats a ton of resources; prevent OOM from the killing build process
2 changes: 1 addition & 1 deletion shared/bin/zeek-deb-download.sh
Original file line number Diff line number Diff line change
@@ -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=7.0.2-0
ZEEK_VERSION=7.0.3-0
PRESERVE_HIERARCHY=false
ZEEK_DEB_ALTERNATE_DOWNLOAD_URL=${ZEEK_DEB_ALTERNATE_DOWNLOAD_URL:-}
ZEEK_DEB_ALTERNATE_DOWNLOAD_URL_FILE=${ZEEK_DEB_ALTERNATE_DOWNLOAD_URL_FILE:-}

0 comments on commit 7260e20

Please sign in to comment.