mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
libhtp: add support lib for suricata
include common inc file Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
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=1fbd81241fe252ec0f5658a521ab7dd8"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
CFLAGS += "-D_DEFAULT_SOURCE"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/suricata-2.0.5/${BPN}"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "zlib"
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
SECTION = "security Monitor/Admin"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
|
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-2.0.5.tar.gz"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "2ff10b929bf7d5fd4d345b0fd8f268a1"
|
||||||
|
SRC_URI[sha256sum] = "57b1120e91bd4e348e1a4cee9eb7b197d05fc25169e062f1a11f5dd4b9322c60"
|
||||||
Reference in New Issue
Block a user