-
-
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
suricata: 4.1.4 -> 4.1.5 #70801
suricata: 4.1.4 -> 4.1.5 #70801
Conversation
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/suricata/versions
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
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.
Result of nix-review pr 70801
1
1 package were build:
- suricata
$ ./results/suricata/bin/suricata -V
This is Suricata version 4.1.5 RELEASE
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.
In fact, don't merge yet. I'm noticing a few problems with finding some dependencies. It was already there in v4.1.4 but still. I'll try and fix the first two:
checking for LZ4F_createCompressionContext in -llz4... no
Compressed pcap logging is not available without liblz4.
If you want to enable compression, you need to install it.
And on amd64 even though we pass --with-libhs-includes
and --with-libhs-libraries
checking for libhs... no
checking hs.h usability... no
checking hs.h presence... no
checking for hs.h... no
[...]
Hyperscan support: no
Also missing some python deps for suricata-update
but this one is maybe less of an issue
checking for ./suricata-update/setup.py... yes
Warning: suricata-update will not be installed as the
depedency python-yaml is not installed.
+ add lz4 to build inputs for compressed pcap
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.
Ok now, hyperscan
is properly detected on x86
* suricata: 4.1.4 -> 4.1.5 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/suricata/versions * suricata: fix Hyperscan includes location + add lz4 to build inputs for compressed pcap (cherry picked from commit 6d84700)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/suricata/versions.
meta.description for suricata is: '"A free and open source, mature, fast and robust network threat detection engine"'.
meta.homepage for suricata is: '"https://suricata-ids.org"
Checks done (click to expand)
built on NixOS
The tests defined in
passthru.tests
, if any, passed0 of 0 passed binary check by having a zero exit code.
0 of 0 passed binary check by having the new version present in output.
found 4.1.5 with grep in /nix/store/4brqf8d1pvvj3b1w30684dh31bh52wq1-suricata-4.1.5
directory tree listing: https://gist.github.com/f9b1efc37aca4c48db15d689d8810c43
du listing: https://gist.github.com/bc7d63813a96d8911ba893f6549d3ce1
Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)
1 package rebuild(s)
1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)
First fifty rebuilds by attrpath
suricata
Instructions to test this update (click to expand)
Either download from Cachix:
(r-ryantm's Cachix cache is only trusted for this store-path realization.)
Or, build yourself:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
Experimental: CVE security report (click to expand)
CVEs resolved by this update:
CVEs introduced by this update:
none
CVEs present in both versions:
none
cc @magenbluten for testing.