-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
zeek: 2.5.5 -> 3.0.0 #70046
zeek: 2.5.5 -> 3.0.0 #70046
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I did some light testing and the main executable worked as expected.
Add caf to buildInputs and "-DCAF_ROOT_DIR=${caf}" to cmakeFlags, otherwise the internal version will be used adding unnecessary compilation time.
unfortunately, I can't get it to built with the caf from nixpkgs
I think that is because caf
got updated to 0.17 in the meantime, but zeek
is still on 0.16..4
You can add to the list of maintainers.
Sorry I meant to say add me as maintainer. |
@tobim thanks for reviewing. I've addressed your comments |
no problem, I added you as maintainer |
I'll try to get around to write a function to build with packages from https://github.com/zeek/packages soon. |
Motivation for this change
superseeds and closes #62695
feedback from @tobim in #62695:
unfortunately, I can't get it to built with the
caf
from nixpkgsdone
Not necessary, python2 users can still install python-ipaddress from pypi
Since I'm not familiar with the toPythonModule behavior, I’m going to tackle this later
done
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @tobim, I'd appreciate it you could review this PR