Peter Cullen
Peter Cullen
This issue was found on Zeek 4.2.2.
Single host cluster. I assume going through proxies distributes the memory load, keeping all nodes within limits.
I'm finally starting to look at this. If a localversion is supplied, I'm thinking ZEEK_VERSION_FULL in CMakeLists.txt should reflect that, but wondering if that might break something? It would affect...
VERSION_C_IDENT in the toplevel CMakeLists.txt can be updated with the localversion value. But, I see that ZEEK_VERSION_FULL is used in a couple places to display the zeek version (src/version.c.in, cmake_template/zeek-version.h.in,...
It would be nice if the Zeek version string could be used in a container tag. We've run into problems with the '+' character. From https://docs.docker.com/reference/cli/docker/image/tag/: > The tag must...