diff options
author | Donald Hoskins <grommish@gmail.com> | 2022-03-25 23:35:18 -0400 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-11 13:16:26 +0200 |
commit | fc9bc4922d0e56cadc4932abcf619a1960456ae6 (patch) | |
tree | c93d54756cc695c5cfcd008af7a12fc9506fbddc /net/suricata6/patches/00-fix-soft-float.patch | |
parent | 5bbd4b2038f612218895e2ceb6c80ae80ea8a6b6 (diff) |
suricata6: IDS/IPS/NDM version 6.0.4
Suricata is the leading independent open source threat detection engine.
By combining intrusion detection (IDS), intrusion prevention (IPS), network
security monitoring (NSM) and PCAP processing, Suricata can quickly identify,
stop, and assess even the most sophisticated attacks.
Signed-off-by: Donald Hoskins <grommish@gmail.com>
Diffstat (limited to 'net/suricata6/patches/00-fix-soft-float.patch')
-rw-r--r-- | net/suricata6/patches/00-fix-soft-float.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/suricata6/patches/00-fix-soft-float.patch b/net/suricata6/patches/00-fix-soft-float.patch new file mode 100644 index 0000000..fb2128e --- /dev/null +++ b/net/suricata6/patches/00-fix-soft-float.patch @@ -0,0 +1,11 @@ +--- a/rust/Cargo.toml.in ++++ b/rust/Cargo.toml.in +@@ -4,7 +4,7 @@ + edition = "2018" + + [lib] +-crate-type = ["staticlib", "rlib"] ++crate-type = ["staticlib", "rlib", "cdylib"] + path = "@e_rustdir@/src/lib.rs" + + [profile.release] |