mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
suricata: update to 2.0.7
this includes CVE-2015-0928 moved patches and files to more generic dir name Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -4,10 +4,12 @@ require suricata.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://../LICENSE;beginline=1;endline=2;md5=1fbd81241fe252ec0f5658a521ab7dd8"
|
||||
|
||||
DEPENDS = "zlib"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
CFLAGS += "-D_DEFAULT_SOURCE"
|
||||
|
||||
S = "${WORKDIR}/suricata-2.0.6/${BPN}"
|
||||
S = "${WORKDIR}/suricata-2.0.7/${BPN}"
|
||||
|
||||
RDEPENDS_${PN} += "zlib"
|
||||
@@ -2,7 +2,7 @@ HOMEPAGE = "http://suricata-ids.org/"
|
||||
SECTION = "security Monitor/Admin"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-2.0.6.tar.gz"
|
||||
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-2.0.7.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "14bfb3adc184d4da321c93ed9abae500"
|
||||
SRC_URI[sha256sum] = "e833e35ea3b6029bbdef81660af22e8f563494eac85d97618d761ce1b69c78ec"
|
||||
SRC_URI[md5sum] = "43cd7dd958d434c580426020079914d7"
|
||||
SRC_URI[sha256sum] = "c5c3ccebeecbace39df0ff2d50ec4515b541103ffaa5e33cd1dc79d4955c0dfd"
|
||||
|
||||
Reference in New Issue
Block a user