From fc9bc4922d0e56cadc4932abcf619a1960456ae6 Mon Sep 17 00:00:00 2001 From: Donald Hoskins Date: Fri, 25 Mar 2022 23:35:18 -0400 Subject: 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 --- net/suricata6/patches/00-fix-soft-float.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/suricata6/patches/00-fix-soft-float.patch (limited to 'net/suricata6/patches') 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] -- cgit v1.2.3