diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-10-01 08:22:01 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-10-02 07:49:23 -0700 |
| commit | 6f5b7b303fcd3f26d3571d8c6045c0b036fc8568 (patch) | |
| tree | acdc51af9e67ceb8dd76ee8087a75e78a8a4034d | |
| parent | 1e0d5ee5bf1a2830f9fd19f0eda985cd8a62dd85 (diff) | |
| download | meta-security-6f5b7b303fcd3f26d3571d8c6045c0b036fc8568.tar.gz | |
suricata: update to 4.0.0
libhtp updated in // as suricata contains the sources
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/suricata/libhtp_0.5.25.bb (renamed from recipes-security/suricata/libhtp_0.5.23.bb) | 0 | ||||
| -rw-r--r-- | recipes-security/suricata/suricata.inc | 6 | ||||
| -rw-r--r-- | recipes-security/suricata/suricata_4.0.0.bb (renamed from recipes-security/suricata/suricata_3.2.1.bb) | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes-security/suricata/libhtp_0.5.23.bb b/recipes-security/suricata/libhtp_0.5.25.bb index 8305f70..8305f70 100644 --- a/recipes-security/suricata/libhtp_0.5.23.bb +++ b/recipes-security/suricata/libhtp_0.5.25.bb | |||
diff --git a/recipes-security/suricata/suricata.inc b/recipes-security/suricata/suricata.inc index 3ce7aad..a2d36eb 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 = "3.2.1" | 5 | VER = "4.0.0" |
| 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] = "61b5cbb70591ea8ff4b26a0b00214a54" | 8 | SRC_URI[md5sum] = "41fb91b4cbc6705b353e4bdd02c3df4b" |
| 9 | SRC_URI[sha256sum] = "0e0b0cf49016804bb2fb1fc4327341617e76a67902f4e03e0ef6d16c1d7d3994" | 9 | SRC_URI[sha256sum] = "6b8b183a8409829ca92c71854cc1abed45f04ccfb7f14c08211f4edf571fa577" |
diff --git a/recipes-security/suricata/suricata_3.2.1.bb b/recipes-security/suricata/suricata_4.0.0.bb index fe42fc1..82d134b 100644 --- a/recipes-security/suricata/suricata_3.2.1.bb +++ b/recipes-security/suricata/suricata_4.0.0.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI += " \ | |||
| 9 | file://suricata.yaml \ | 9 | file://suricata.yaml \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | inherit autotools-brokensep pkgconfig python-dir | 12 | inherit autotools-brokensep pkgconfig python-dir |
| 13 | 13 | ||
| 14 | CFLAGS += "-D_DEFAULT_SOURCE" | 14 | CFLAGS += "-D_DEFAULT_SOURCE" |
| 15 | 15 | ||
| @@ -33,7 +33,7 @@ PACKAGECONFIG[jansson] = "--with-libjansson-includes=${STAGING_INCDIR} --with-li | |||
| 33 | PACKAGECONFIG[file] = ",,file, file" | 33 | PACKAGECONFIG[file] = ",,file, file" |
| 34 | PACKAGECONFIG[nss] = "--with-libnss-includes=${STAGING_INCDIR} --with-libnss-libraries=${STAGING_LIBDIR}, nss, nss," | 34 | PACKAGECONFIG[nss] = "--with-libnss-includes=${STAGING_INCDIR} --with-libnss-libraries=${STAGING_LIBDIR}, nss, nss," |
| 35 | PACKAGECONFIG[nspr] = "--with-libnspr-includes=${STAGING_INCDIR} --with-libnspr-libraries=${STAGING_LIBDIR}, nspr, nspr," | 35 | PACKAGECONFIG[nspr] = "--with-libnspr-includes=${STAGING_INCDIR} --with-libnspr-libraries=${STAGING_LIBDIR}, nspr, nspr," |
| 36 | PACKAGECONFIG[python] = "--with-python, --without-python, python, python" | 36 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python, python" |
| 37 | 37 | ||
| 38 | export logdir = "${localstatedir}/log" | 38 | export logdir = "${localstatedir}/log" |
| 39 | 39 | ||
| @@ -57,4 +57,4 @@ PACKAGES += "${PN}-python" | |||
| 57 | FILES_${PN} = "${bindir}/suricata ${sysconfdir}/default ${sysconfdir}/suricata ${logdir}/suricata" | 57 | FILES_${PN} = "${bindir}/suricata ${sysconfdir}/default ${sysconfdir}/suricata ${logdir}/suricata" |
| 58 | FILES_${PN}-python = "${bindir}/suricatasc ${PYTHON_SITEPACKAGES_DIR}" | 58 | FILES_${PN}-python = "${bindir}/suricatasc ${PYTHON_SITEPACKAGES_DIR}" |
| 59 | 59 | ||
| 60 | RDEPENDS_${PN}-python += "python" | 60 | RDEPENDS_${PN}-python = "python" |
