mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 12:50:19 +00:00
suricata: update to 4.1.4
Backport patch to fix build against newer kernels. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
From b37554e0bc3cf383e6547c5c6a69c6f6849c09e3 Mon Sep 17 00:00:00 2001
|
||||
From: Eric Leblond <eric@regit.org>
|
||||
Date: Wed, 17 Jul 2019 12:35:12 +0200
|
||||
Subject: [PATCH] af-packet: fix build on recent Linux kernels
|
||||
|
||||
Upstream-Status: Backport
|
||||
Signed-off-by: Armin kuster <akuster808@gmail.com>
|
||||
---
|
||||
src/source-af-packet.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
Index: suricata-4.1.4/src/source-af-packet.c
|
||||
===================================================================
|
||||
--- suricata-4.1.4.orig/src/source-af-packet.c
|
||||
+++ suricata-4.1.4/src/source-af-packet.c
|
||||
@@ -64,6 +64,10 @@
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
+#if HAVE_LINUX_SOCKIOS_H
|
||||
+#include <linux/sockios.h>
|
||||
+#endif
|
||||
+
|
||||
#ifdef HAVE_PACKET_EBPF
|
||||
#include "util-ebpf.h"
|
||||
#include <bpf/libbpf.h>
|
||||
@@ -2,8 +2,8 @@ HOMEPAGE = "http://suricata-ids.org/"
|
||||
SECTION = "security Monitor/Admin"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
VER = "4.1.3"
|
||||
VER = "4.1.4"
|
||||
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "35c4a8e6be3910831649a073950195df"
|
||||
SRC_URI[sha256sum] = "6cda6c80b753ce36483c6be535358b971f3890b9aa27a58c2d2f7e89dd6c6aa0"
|
||||
SRC_URI[md5sum] = "cb8bf6b8330c44ae78dfb5b083a6fe82"
|
||||
SRC_URI[sha256sum] = "2da50d91f92adf8b1af930f388361f76424420b88f553f610e2780e4240f2009"
|
||||
|
||||
@@ -7,11 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd
|
||||
SRC_URI += "file://emerging.rules.tar.gz;name=rules"
|
||||
|
||||
SRC_URI += " \
|
||||
file://volatiles.03_suricata \
|
||||
file://suricata.yaml \
|
||||
file://suricata.service \
|
||||
file://run-ptest \
|
||||
"
|
||||
file://volatiles.03_suricata \
|
||||
file://suricata.yaml \
|
||||
file://suricata.service \
|
||||
file://run-ptest \
|
||||
file://0001-af-packet-fix-build-on-recent-Linux-kernels.patch \
|
||||
"
|
||||
|
||||
SRC_URI[rules.md5sum] = "205c5e5b54e489207ed892c03ad75b33"
|
||||
SRC_URI[rules.sha256sum] = "4aa81011b246875a57181c6a0569ca887845e366904bcaf0043220f33bd69798"
|
||||
Reference in New Issue
Block a user