summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/audit
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2026-03-04 09:09:22 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-03 21:08:14 -0800
commitdae627f6324f3e6ab60b602f9d469275c2c3582a (patch)
treee77caec29259ff9957db3d864975976cff1804a5 /meta-oe/recipes-security/audit
parent874af517144af58d7d2841273ba1045a250b6c5a (diff)
downloadmeta-openembedded-dae627f6324f3e6ab60b602f9d469275c2c3582a.tar.gz
audit: upgrade 4.1.2 -> 4.1.3
ChangeLog: https://github.com/linux-audit/audit-userspace/releases/tag/v4.1.3 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-security/audit')
-rw-r--r--meta-oe/recipes-security/audit/audit/0001-auparse-test-disable-some-test-cases.patch38
-rw-r--r--meta-oe/recipes-security/audit/audit_4.1.3.bb (renamed from meta-oe/recipes-security/audit/audit_4.1.2.bb)3
2 files changed, 1 insertions, 40 deletions
diff --git a/meta-oe/recipes-security/audit/audit/0001-auparse-test-disable-some-test-cases.patch b/meta-oe/recipes-security/audit/audit/0001-auparse-test-disable-some-test-cases.patch
deleted file mode 100644
index fb9a901f3c..0000000000
--- a/meta-oe/recipes-security/audit/audit/0001-auparse-test-disable-some-test-cases.patch
+++ /dev/null
@@ -1,38 +0,0 @@
1From 003983a6e04a5e8d9373a96cb0a1c13caae9b193 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Sat, 6 Sep 2025 14:04:40 +0800
4Subject: [PATCH] auparse/test: disable some test cases
5
6Disable test cases databuf_test lru_cache_test and uid_name_wrap_test as
7they can not be built with --disable-static configuration. See [1].
8
9[1]: https://github.com/linux-audit/audit-userspace/issues/494
10
11Upstream-Status: Inappropriate [embedded specific]
12
13Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
14---
15 auparse/test/Makefile.am | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18diff --git a/auparse/test/Makefile.am b/auparse/test/Makefile.am
19index 06928438..dad75e76 100644
20--- a/auparse/test/Makefile.am
21+++ b/auparse/test/Makefile.am
22@@ -21,10 +21,10 @@
23 #
24
25 CONFIG_CLEAN_FILES = *.loT *.rej *.orig *.cur
26-noinst_PROGRAMS = auparse_test auparselol_test lookup_test databuf_test \
27- auparse_extra_test lru_cache_test uid_name_wrap_test
28+noinst_PROGRAMS = auparse_test auparselol_test lookup_test \
29+ auparse_extra_test
30 TESTS = run_auparse_tests.sh run_auparselol_test.sh lookup_test \
31- databuf_test auparse_extra_test lru_cache_test uid_name_wrap_test
32+ auparse_extra_test
33 dist_check_SCRIPTS = run_auparse_tests.sh run_auparselol_test.sh
34 EXTRA_DIST = auparse_test.ref auparse_test.ref.py test.log test2.log test3.log test4.log auditd_raw.sed run_auparse_tests.sh auparse_test.py run_auparselol_test.sh
35 CLEANFILES = run_auparse_tests.sh run_auparselol_test.sh
36--
372.34.1
38
diff --git a/meta-oe/recipes-security/audit/audit_4.1.2.bb b/meta-oe/recipes-security/audit/audit_4.1.3.bb
index ae06b6023e..12636045d4 100644
--- a/meta-oe/recipes-security/audit/audit_4.1.2.bb
+++ b/meta-oe/recipes-security/audit/audit_4.1.3.bb
@@ -9,11 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
9 9
10SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https \ 10SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https \
11 file://0001-Fixed-swig-host-contamination-issue.patch \ 11 file://0001-Fixed-swig-host-contamination-issue.patch \
12 file://0001-auparse-test-disable-some-test-cases.patch \
13 file://auditd \ 12 file://auditd \
14 " 13 "
15 14
16SRCREV = "4db9c700b0c8b24a8113bc00d98101228e7d0212" 15SRCREV = "dfda9708910e4e72412e68d638087b29522df386"
17 16
18inherit autotools python3targetconfig update-rc.d systemd 17inherit autotools python3targetconfig update-rc.d systemd
19 18