Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build from Zeek v7.0.0 and use latest GeoIP database #18

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: zeek/zeek
ref: v6.2.0
ref: v7.0.0
fetch-depth: 1
submodules: recursive
path: zeek-src
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install_zeek_package() {

$sudo pip3 install btest wheel

install_zeek_package brimdata/geoip-conn 4be3eb91a556c91659953f27495b0ab52dae9219
install_zeek_package brimdata/geoip-conn aba34d6b9e87d7e21a895f2513d809b4dfcf804d
install_zeek_package salesforce/hassh 76a47abe9382109ce9ba530e7f1d7014a4a95209
install_zeek_package salesforce/ja3 421dd4f3616b533e6971bb700289c6bb8355e707

Expand Down
Loading