mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
b0873e2939
this includes CVE-2015-0928 moved patches and files to more generic dir name Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
366 B
BlitzBasic
16 lines
366 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=1fbd81241fe252ec0f5658a521ab7dd8"
|
|
|
|
DEPENDS = "zlib"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
CFLAGS += "-D_DEFAULT_SOURCE"
|
|
|
|
S = "${WORKDIR}/suricata-2.0.7/${BPN}"
|
|
|
|
RDEPENDS_${PN} += "zlib"
|