diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-07-30 17:00:18 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-05 09:30:33 +0400 |
commit | d3d01844cb2448c07b19b9b27754ec5d4d999825 (patch) | |
tree | 4e12a00495fdb5bcbfc7bf20f764d362ed9a3aaf | |
parent | 95fb07577f7cddc1686d7277f78da6222a596369 (diff) |
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 <khimov@altell.ru>
-rw-r--r-- | recipes/suricata/libhtp_0.2.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 |