mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
audit: upgrade 4.1.3 -> 4.1.4
0001-Fixed-swig-host-contamination-issue.patch refreshed for 4.1.4 Changelog: =========== - Update syscalls and io_uring tables for the 7.0 kernel - Code cleanups - Avoid blocking auditd while handling disk space alerts - Tighten auditctl permission checks and rule deletion handling - Fix ausearch and auparse parsing for several newer record types - Prevent queue resize races in audisp and oversize records in af_unix - Fix memory safety issues in auparse and the audisp filter plugin - Improve reliability of audisp-remote, auplugin, and the ids plugin - Fix stats collection and parsing in the audisp-statsd plugin - Refresh ausearch and aureport man pages Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From 4f78fcb8728cd4bf31175b3fa610a5c003e915d1 Mon Sep 17 00:00:00 2001
|
From 14e49fe508a150d99ac18e35887b7d75e84c47d8 Mon Sep 17 00:00:00 2001
|
||||||
From: Li xin <lixin.fnst@cn.fujitsu.com>
|
From: Li xin <lixin.fnst@cn.fujitsu.com>
|
||||||
Date: Sun, 19 Jul 2015 02:42:58 +0900
|
Date: Sun, 19 Jul 2015 02:42:58 +0900
|
||||||
Subject: [PATCH] Fixed swig host contamination issue
|
Subject: [PATCH] Fixed swig host contamination issue
|
||||||
@@ -19,7 +19,7 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
|||||||
2 files changed, 3 insertions(+), 2 deletions(-)
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/bindings/swig/python3/Makefile.am b/bindings/swig/python3/Makefile.am
|
diff --git a/bindings/swig/python3/Makefile.am b/bindings/swig/python3/Makefile.am
|
||||||
index 428e40fa..f4dd45bc 100644
|
index f8f6db18..171e96a6 100644
|
||||||
--- a/bindings/swig/python3/Makefile.am
|
--- a/bindings/swig/python3/Makefile.am
|
||||||
+++ b/bindings/swig/python3/Makefile.am
|
+++ b/bindings/swig/python3/Makefile.am
|
||||||
@@ -23,6 +23,7 @@
|
@@ -23,6 +23,7 @@
|
||||||
@@ -30,8 +30,8 @@ index 428e40fa..f4dd45bc 100644
|
|||||||
LIBS = $(top_builddir)/lib/libaudit.la
|
LIBS = $(top_builddir)/lib/libaudit.la
|
||||||
SWIG_FLAGS = -python
|
SWIG_FLAGS = -python
|
||||||
SWIG_INCLUDES = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES)
|
SWIG_INCLUDES = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES)
|
||||||
@@ -35,7 +36,7 @@ _audit_la_DEPENDENCIES =${top_srcdir}/lib/audit_logging.h ${top_builddir}/lib/li
|
@@ -34,7 +35,7 @@ _audit_la_DEPENDENCIES =${top_srcdir}/lib/audit_logging.h ${top_builddir}/lib/li
|
||||||
_audit_la_LIBADD = ${top_builddir}/lib/libaudit.la
|
_audit_la_LIBADD = ${top_builddir}/lib/libaudit.la $(PYTHON3_LIBS)
|
||||||
nodist__audit_la_SOURCES = audit_wrap.c
|
nodist__audit_la_SOURCES = audit_wrap.c
|
||||||
audit.py audit_wrap.c: ${srcdir}/../src/auditswig.i
|
audit.py audit_wrap.c: ${srcdir}/../src/auditswig.i
|
||||||
- swig -o audit_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} ${srcdir}/../src/auditswig.i
|
- swig -o audit_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} ${srcdir}/../src/auditswig.i
|
||||||
|
|||||||
+2
-2
@@ -7,12 +7,12 @@ SECTION = "base"
|
|||||||
LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later"
|
LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https \
|
SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https;tag=v${PV} \
|
||||||
file://0001-Fixed-swig-host-contamination-issue.patch \
|
file://0001-Fixed-swig-host-contamination-issue.patch \
|
||||||
file://auditd \
|
file://auditd \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "dfda9708910e4e72412e68d638087b29522df386"
|
SRCREV = "07eea50408d28c953d4048dfef3da6556ce4b569"
|
||||||
|
|
||||||
inherit autotools python3targetconfig update-rc.d systemd
|
inherit autotools python3targetconfig update-rc.d systemd
|
||||||
|
|
||||||
Reference in New Issue
Block a user