diff options
| author | Armin Kuster <akuster808@gmail.com> | 2023-03-17 16:02:08 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-03-20 16:29:57 -0400 |
| commit | b68c6f160d4f0b2bc41fb4ddc4ea79f576edd938 (patch) | |
| tree | c78df18622a62e97cfbd9f4f034935f8f853d9d0 /recipes-ids/suricata/libhtp_0.5.42.bb | |
| parent | a9fb9bd2098e6b50e8e887120ab615eb11a294e6 (diff) | |
| download | meta-security-b68c6f160d4f0b2bc41fb4ddc4ea79f576edd938.tar.gz | |
libhtp: update to 0.5.42
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/suricata/libhtp_0.5.42.bb')
| -rw-r--r-- | recipes-ids/suricata/libhtp_0.5.42.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-ids/suricata/libhtp_0.5.42.bb b/recipes-ids/suricata/libhtp_0.5.42.bb new file mode 100644 index 0000000..e2866c8 --- /dev/null +++ b/recipes-ids/suricata/libhtp_0.5.42.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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=596ab7963a1a0e5198e5a1c4aa621843" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/OISF/libhtp.git;protocol=https;branch=0.5.x" | ||
| 8 | SRCREV = "b14f81bfddbc7206ea713177fcf1e1090257dcd2" | ||
| 9 | |||
| 10 | DEPENDS = "zlib" | ||
| 11 | |||
| 12 | inherit autotools-brokensep pkgconfig | ||
| 13 | |||
| 14 | CFLAGS += "-D_DEFAULT_SOURCE" | ||
| 15 | |||
| 16 | #S = "${WORKDIR}/suricata-${VER}/${BPN}" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | do_configure () { | ||
| 21 | cd ${S} | ||
| 22 | ./autogen.sh | ||
| 23 | oe_runconf | ||
| 24 | } | ||
| 25 | |||
| 26 | RDEPENDS:${PN} += "zlib" | ||
| 27 | |||
