mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
suricata: update to 4.1.3
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@ HOMEPAGE = "http://suricata-ids.org/"
|
||||
SECTION = "security Monitor/Admin"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
VER = "4.0.6"
|
||||
VER = "4.1.3"
|
||||
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "e8e9a401fef3b3ca1027c268c38c8f4b"
|
||||
SRC_URI[sha256sum] = "cbab847b33fc625b7a92241fdce2e1ca47b8bb415c9114de70819394229679a4"
|
||||
SRC_URI[md5sum] = "35c4a8e6be3910831649a073950195df"
|
||||
SRC_URI[sha256sum] = "6cda6c80b753ce36483c6be535358b971f3890b9aa27a58c2d2f7e89dd6c6aa0"
|
||||
|
||||
+3
-2
@@ -16,7 +16,7 @@ SRC_URI += " \
|
||||
SRC_URI[rules.md5sum] = "205c5e5b54e489207ed892c03ad75b33"
|
||||
SRC_URI[rules.sha256sum] = "4aa81011b246875a57181c6a0569ca887845e366904bcaf0043220f33bd69798"
|
||||
|
||||
inherit autotools-brokensep pkgconfig python-dir systemd ptest
|
||||
inherit autotools-brokensep pkgconfig python3-dir systemd ptest
|
||||
|
||||
CFLAGS += "-D_DEFAULT_SOURCE"
|
||||
|
||||
@@ -26,6 +26,7 @@ CACHED_CONFIGUREVARS = "ac_cv_header_htp_htp_h=yes ac_cv_lib_htp_htp_conn_create
|
||||
EXTRA_OECONF += " --disable-debug \
|
||||
--enable-non-bundled-htp \
|
||||
--disable-gccmarch-native \
|
||||
--disable-suricata-update \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "htp jansson file pcre yaml pcap cap-ng net nfnetlink nss nspr"
|
||||
@@ -44,7 +45,7 @@ PACKAGECONFIG[jansson] = "--with-libjansson-includes=${STAGING_INCDIR} --with-li
|
||||
PACKAGECONFIG[file] = ",,file, file"
|
||||
PACKAGECONFIG[nss] = "--with-libnss-includes=${STAGING_INCDIR} --with-libnss-libraries=${STAGING_LIBDIR}, nss, nss,"
|
||||
PACKAGECONFIG[nspr] = "--with-libnspr-includes=${STAGING_INCDIR} --with-libnspr-libraries=${STAGING_LIBDIR}, nspr, nspr,"
|
||||
PACKAGECONFIG[python] = "--enable-python, --disable-python, python, python"
|
||||
PACKAGECONFIG[python] = "--enable-python, --disable-python, python3, python3"
|
||||
PACKAGECONFIG[unittests] = "--enable-unittests, --disable-unittests,"
|
||||
|
||||
export logdir = "${localstatedir}/log"
|
||||
Reference in New Issue
Block a user