From bf555c2a62afba319fb7967be4d888ac45975414 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 2 Jun 2025 15:03:39 +0800 Subject: [PATCH] audit: upgrade 4.0.3 -> 4.0.4 ChangeLog: - auditctl: update io_uring operations table - update syscall table for 6.15 - auditd.cron.5: Describe time-based log rotation setup - auditd: Broadcast a warning on startup if a system halt is possible - Fix audisp-remote segfault on connection error - Improve locating last event if ausearch is using checkpointing - af_unix plugin: fix string mode support - Remove const from audit_rule_fieldpair_data & audit_rule_interfield_comp_data - Add various updates to the experimental ids plugin - Add glibc memory statistics to auditd state report Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../recipes-security/audit/{audit_4.0.3.bb => audit_4.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-security/audit/{audit_4.0.3.bb => audit_4.0.4.bb} (98%) diff --git a/meta-oe/recipes-security/audit/audit_4.0.3.bb b/meta-oe/recipes-security/audit/audit_4.0.4.bb similarity index 98% rename from meta-oe/recipes-security/audit/audit_4.0.3.bb rename to meta-oe/recipes-security/audit/audit_4.0.4.bb index 356ee6a84d..952a362698 100644 --- a/meta-oe/recipes-security/audit/audit_4.0.3.bb +++ b/meta-oe/recipes-security/audit/audit_4.0.4.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;proto " S = "${WORKDIR}/git" -SRCREV = "51d154c5b7ec91831cbb89fe6ca54d8eb7ba344c" +SRCREV = "81dcded2ed9e407dd1357eda0bdc0855f06085e6" inherit autotools python3targetconfig update-rc.d systemd