summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-06-02 15:03:39 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-02 14:13:09 -0700
commitbf555c2a62afba319fb7967be4d888ac45975414 (patch)
tree70e4f749a413d01c08340693c894808ca27b3001
parent908df7418376f8409e38b5e407b71c765ba67d02 (diff)
downloadmeta-openembedded-bf555c2a62afba319fb7967be4d888ac45975414.tar.gz
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 <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-security/audit/audit_4.0.4.bb (renamed from meta-oe/recipes-security/audit/audit_4.0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/audit/audit_4.0.3.bb b/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
13 " 13 "
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16SRCREV = "51d154c5b7ec91831cbb89fe6ca54d8eb7ba344c" 16SRCREV = "81dcded2ed9e407dd1357eda0bdc0855f06085e6"
17 17
18inherit autotools python3targetconfig update-rc.d systemd 18inherit autotools python3targetconfig update-rc.d systemd
19 19