mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
d3ec54611d
- fixes for multiple stability issues - many memory leak fixes - Hyperscan MPM support (experimental) Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
367 B
BlitzBasic
16 lines
367 B
BlitzBasic
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"
|