diff options
| -rw-r--r-- | recipes-security/suricata/libhtp_0.5.29.bb (renamed from recipes-security/suricata/libhtp_0.5.28.bb) | 0 | ||||
| -rw-r--r-- | recipes-security/suricata/suricata.inc | 6 | ||||
| -rw-r--r-- | recipes-security/suricata/suricata_4.1.3.bb (renamed from recipes-security/suricata/suricata_4.0.6.bb) | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/recipes-security/suricata/libhtp_0.5.28.bb b/recipes-security/suricata/libhtp_0.5.29.bb index 8305f70..8305f70 100644 --- a/recipes-security/suricata/libhtp_0.5.28.bb +++ b/recipes-security/suricata/libhtp_0.5.29.bb | |||
diff --git a/recipes-security/suricata/suricata.inc b/recipes-security/suricata/suricata.inc index 368b2e0..7be403c 100644 --- a/recipes-security/suricata/suricata.inc +++ b/recipes-security/suricata/suricata.inc | |||
| @@ -2,8 +2,8 @@ HOMEPAGE = "http://suricata-ids.org/" | |||
| 2 | SECTION = "security Monitor/Admin" | 2 | SECTION = "security Monitor/Admin" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | 4 | ||
| 5 | VER = "4.0.6" | 5 | VER = "4.1.3" |
| 6 | SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz" | 6 | SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz" |
| 7 | 7 | ||
| 8 | SRC_URI[md5sum] = "e8e9a401fef3b3ca1027c268c38c8f4b" | 8 | SRC_URI[md5sum] = "35c4a8e6be3910831649a073950195df" |
| 9 | SRC_URI[sha256sum] = "cbab847b33fc625b7a92241fdce2e1ca47b8bb415c9114de70819394229679a4" | 9 | SRC_URI[sha256sum] = "6cda6c80b753ce36483c6be535358b971f3890b9aa27a58c2d2f7e89dd6c6aa0" |
diff --git a/recipes-security/suricata/suricata_4.0.6.bb b/recipes-security/suricata/suricata_4.1.3.bb index 6c0a109..d6f5937 100644 --- a/recipes-security/suricata/suricata_4.0.6.bb +++ b/recipes-security/suricata/suricata_4.1.3.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI += " \ | |||
| 16 | SRC_URI[rules.md5sum] = "205c5e5b54e489207ed892c03ad75b33" | 16 | SRC_URI[rules.md5sum] = "205c5e5b54e489207ed892c03ad75b33" |
| 17 | SRC_URI[rules.sha256sum] = "4aa81011b246875a57181c6a0569ca887845e366904bcaf0043220f33bd69798" | 17 | SRC_URI[rules.sha256sum] = "4aa81011b246875a57181c6a0569ca887845e366904bcaf0043220f33bd69798" |
| 18 | 18 | ||
| 19 | inherit autotools-brokensep pkgconfig python-dir systemd ptest | 19 | inherit autotools-brokensep pkgconfig python3-dir systemd ptest |
| 20 | 20 | ||
| 21 | CFLAGS += "-D_DEFAULT_SOURCE" | 21 | CFLAGS += "-D_DEFAULT_SOURCE" |
| 22 | 22 | ||
| @@ -26,6 +26,7 @@ CACHED_CONFIGUREVARS = "ac_cv_header_htp_htp_h=yes ac_cv_lib_htp_htp_conn_create | |||
| 26 | EXTRA_OECONF += " --disable-debug \ | 26 | EXTRA_OECONF += " --disable-debug \ |
| 27 | --enable-non-bundled-htp \ | 27 | --enable-non-bundled-htp \ |
| 28 | --disable-gccmarch-native \ | 28 | --disable-gccmarch-native \ |
| 29 | --disable-suricata-update \ | ||
| 29 | " | 30 | " |
| 30 | 31 | ||
| 31 | PACKAGECONFIG ??= "htp jansson file pcre yaml pcap cap-ng net nfnetlink nss nspr" | 32 | 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 | |||
| 44 | PACKAGECONFIG[file] = ",,file, file" | 45 | PACKAGECONFIG[file] = ",,file, file" |
| 45 | PACKAGECONFIG[nss] = "--with-libnss-includes=${STAGING_INCDIR} --with-libnss-libraries=${STAGING_LIBDIR}, nss, nss," | 46 | PACKAGECONFIG[nss] = "--with-libnss-includes=${STAGING_INCDIR} --with-libnss-libraries=${STAGING_LIBDIR}, nss, nss," |
| 46 | PACKAGECONFIG[nspr] = "--with-libnspr-includes=${STAGING_INCDIR} --with-libnspr-libraries=${STAGING_LIBDIR}, nspr, nspr," | 47 | PACKAGECONFIG[nspr] = "--with-libnspr-includes=${STAGING_INCDIR} --with-libnspr-libraries=${STAGING_LIBDIR}, nspr, nspr," |
| 47 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python, python" | 48 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python3, python3" |
| 48 | PACKAGECONFIG[unittests] = "--enable-unittests, --disable-unittests," | 49 | PACKAGECONFIG[unittests] = "--enable-unittests, --disable-unittests," |
| 49 | 50 | ||
| 50 | export logdir = "${localstatedir}/log" | 51 | export logdir = "${localstatedir}/log" |
