From 0085b2cda92ce15ef2db17b1d2d095252cd1d2c8 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 28 Feb 2021 22:54:30 +0000 Subject: suricata: update to 4.10.0 This is the last 4.x. Will need rust support to move to 6.x Signed-off-by: Armin Kuster --- recipes-ids/suricata/libhtp_0.5.36.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-ids/suricata/libhtp_0.5.36.bb (limited to 'recipes-ids/suricata/libhtp_0.5.36.bb') diff --git a/recipes-ids/suricata/libhtp_0.5.36.bb b/recipes-ids/suricata/libhtp_0.5.36.bb new file mode 100644 index 0000000..8305f70 --- /dev/null +++ b/recipes-ids/suricata/libhtp_0.5.36.bb @@ -0,0 +1,15 @@ +SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces." + +require suricata.inc + +LIC_FILES_CHKSUM = "file://../LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" + +DEPENDS = "zlib" + +inherit autotools pkgconfig + +CFLAGS += "-D_DEFAULT_SOURCE" + +S = "${WORKDIR}/suricata-${VER}/${BPN}" + +RDEPENDS_${PN} += "zlib" -- cgit v1.2.3-54-g00ecf