Skip to content

Commit

Permalink
start of cisagov#553, update zeek to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 14, 2025
1 parent bdac4f4 commit c005ec2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ 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.5-0
ARG ZEEK_VERSION=7.1.0-0
ENV ZEEK_VERSION $ZEEK_VERSION
ARG ZEEK_DEB_ALTERNATE_DOWNLOAD_URL=""

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 @@ -212,7 +212,7 @@ build_zeek_src() {
export PYTHONUNBUFFERED=1

zeek_url=https://github.com/zeek/zeek.git
zeek_version=7.0.5
zeek_version=7.1.0
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=7.0.5-0
ZEEK_VERSION=7.1.0-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:-}
Expand Down
2 changes: 1 addition & 1 deletion shared/bin/zeek_install_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ ZKG_GITHUB_URLS=(
"https://github.com/corelight/zeek-quasarrat-detector"
"https://github.com/corelight/zeek-spicy-ipsec"
"https://github.com/corelight/zeek-spicy-openvpn"
"https://github.com/corelight/zeek-spicy-ospf"
"https://github.com/corelight/zeek-spicy-ospf|master"
"https://github.com/corelight/zeek-spicy-stun"
"https://github.com/corelight/zeek-spicy-wireguard"
"https://github.com/corelight/zeek-strrat-detector"
Expand Down

0 comments on commit c005ec2

Please sign in to comment.