You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish 09fc36713f requires: add requires keyword
Add a new rule keyword "requires" that allows a rule to require specific
Suricata versions and/or Suricata features to be enabled.

Example:

  requires: feature geoip, version >= 7.0.0, version < 8;
  requires: version >= 7.0.3 < 8
  requires: version >= 7.0.3 < 8 | >= 8.0.3

Feature: #5972

Co-authored-by: Philippe Antoine <pantoine@oisf.net>
(cherry picked from commit 5d5b0509a5)
3 years ago
..
.cargo rust: fix vendor use on MinGW 7 years ago
derive rust: use 2021 edition 3 years ago
src requires: add requires keyword 3 years ago
.gitignore rust: bundle Cargo.lock 3 years ago
Cargo.lock.in http2: update brotli crate 3 years ago
Cargo.toml.in http2: update brotli crate 3 years ago
Makefile.am rust: don't suppress vendor output 3 years ago
cbindgen.toml ftp: add events for command too long 4 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago