From: Wang Mingyu <[email protected]>

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 <[email protected]>
---
 .../audit/0001-Fixed-swig-host-contamination-issue.patch  | 8 ++++----
 .../audit/{audit_4.1.3.bb => audit_4.1.4.bb}              | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta-oe/recipes-security/audit/{audit_4.1.3.bb => audit_4.1.4.bb} (97%)

diff --git 
a/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch
 
b/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch
index f37fbf63a7..087b31cc21 100644
--- 
a/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch
+++ 
b/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch
@@ -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 <[email protected]>
 Date: Sun, 19 Jul 2015 02:42:58 +0900
 Subject: [PATCH] Fixed swig host contamination issue
@@ -19,7 +19,7 @@ Signed-off-by: Yi Zhao <[email protected]>
  2 files changed, 3 insertions(+), 2 deletions(-)
 
 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
 +++ b/bindings/swig/python3/Makefile.am
 @@ -23,6 +23,7 @@
@@ -30,8 +30,8 @@ index 428e40fa..f4dd45bc 100644
  LIBS = $(top_builddir)/lib/libaudit.la
  SWIG_FLAGS = -python
  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
- _audit_la_LIBADD = ${top_builddir}/lib/libaudit.la
+@@ -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 $(PYTHON3_LIBS)
  nodist__audit_la_SOURCES  = audit_wrap.c
  audit.py audit_wrap.c: ${srcdir}/../src/auditswig.i 
 -      swig -o audit_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} 
${srcdir}/../src/auditswig.i 
diff --git a/meta-oe/recipes-security/audit/audit_4.1.3.bb 
b/meta-oe/recipes-security/audit/audit_4.1.4.bb
similarity index 97%
rename from meta-oe/recipes-security/audit/audit_4.1.3.bb
rename to meta-oe/recipes-security/audit/audit_4.1.4.bb
index 12636045d4..05d6f1d277 100644
--- a/meta-oe/recipes-security/audit/audit_4.1.3.bb
+++ b/meta-oe/recipes-security/audit/audit_4.1.4.bb
@@ -7,12 +7,12 @@ SECTION = "base"
 LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later"
 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://auditd \
           "
 
-SRCREV = "dfda9708910e4e72412e68d638087b29522df386"
+SRCREV = "07eea50408d28c953d4048dfef3da6556ce4b569"
 
 inherit autotools python3targetconfig update-rc.d systemd
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#125916): 
https://lists.openembedded.org/g/openembedded-devel/message/125916
Mute This Topic: https://lists.openembedded.org/mt/118627770/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to