From d3d01844cb2448c07b19b9b27754ec5d4d999825 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Fri, 30 Jul 2010 17:00:18 +0400 Subject: [PATCH] libhtp: new recipe The HTP Library is an HTTP normalizer and parser written by Ivan Ristic of Mod Security fame for the OISF. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine, but may also be used independently in a range of applications and tools. Signed-off-by: Roman I Khimov --- recipes/suricata/libhtp_0.2.3.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/suricata/libhtp_0.2.3.bb diff --git a/recipes/suricata/libhtp_0.2.3.bb b/recipes/suricata/libhtp_0.2.3.bb new file mode 100644 index 0000000000..9597198909 --- /dev/null +++ b/recipes/suricata/libhtp_0.2.3.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "The HTP Library is an HTTP normalizer and parser written by Ivan Ristic" +LICENSE = "GPLv2" + +SRC_URI = "http://www.openinfosecfoundation.org/download/libhtp-${PV}.tar.gz" +SRC_URI[md5sum] = "1ce445b99b01eb6cc84828f0f2adf9c7" +SRC_URI[sha256sum] = "a4f3a4130bcf7bcf590d93d46492f59dc211c49e8486c727cdc3b35aafa78358" + +inherit autotools pkgconfig -- 2.39.5