diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-02-28 22:54:30 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-03-02 11:56:27 -0800 |
| commit | 0085b2cda92ce15ef2db17b1d2d095252cd1d2c8 (patch) | |
| tree | 7a1538c230d42b23d48d38ec31a1390276a0963f /recipes-ids/suricata/libhtp_0.5.36.bb | |
| parent | 7d3704b22c6927a09942b9b9a851bbe8ad7bc379 (diff) | |
| download | meta-security-0085b2cda92ce15ef2db17b1d2d095252cd1d2c8.tar.gz | |
suricata: update to 4.10.0
This is the last 4.x. Will need rust support to move to 6.x
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/suricata/libhtp_0.5.36.bb')
| -rw-r--r-- | recipes-ids/suricata/libhtp_0.5.36.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-ids/suricata/libhtp_0.5.36.bb b/recipes-ids/suricata/libhtp_0.5.36.bb new file mode 100644 index 0000000..8305f70 --- /dev/null +++ b/recipes-ids/suricata/libhtp_0.5.36.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces." | ||
| 2 | |||
| 3 | require suricata.inc | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://../LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | ||
| 6 | |||
| 7 | DEPENDS = "zlib" | ||
| 8 | |||
| 9 | inherit autotools pkgconfig | ||
| 10 | |||
| 11 | CFLAGS += "-D_DEFAULT_SOURCE" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/suricata-${VER}/${BPN}" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += "zlib" | ||
