[oe-commits] Roman I Khimov : libhtp: new recipe

git version control git at git.openembedded.org
Thu Aug 5 06:44:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d3d01844cb2448c07b19b9b27754ec5d4d999825
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d3d01844cb2448c07b19b9b27754ec5d4d999825

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Jul 30 17:00:18 2010 +0400

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 at altell.ru>

---

 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 0000000..9597198
--- /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





More information about the Openembedded-commits mailing list