summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-08 17:59:15 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-08 21:37:55 -0700
commitea055e9b7801786659199f7d72ffa15d05f8ceb2 (patch)
tree67681790d2060892684be57f92c4b9c1993dec11
parent817421dc500caefb54c320b4b661cac6da6eced7 (diff)
downloadmeta-openembedded-ea055e9b7801786659199f7d72ffa15d05f8ceb2.tar.gz
audit: upgrade 3.1 -> 3.1.1
Changelog: ========= - Add user friendly keywords for signals to auditctl - In ausearch, parse up URINGOP and DM_CTRL records - Harden auparse to better handle corrupt logs - Fix a CFLAGS propogation problem in the common directory - Move the audispd af_unix plugin to a standalone program Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-security/audit/audit_3.1.1.bb (renamed from meta-oe/recipes-security/audit/audit_3.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/audit/audit_3.1.bb b/meta-oe/recipes-security/audit/audit_3.1.1.bb
index 8bd81791e..7ed2fd2de 100644
--- a/meta-oe/recipes-security/audit/audit_3.1.bb
+++ b/meta-oe/recipes-security/audit/audit_3.1.1.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;proto
16" 16"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19SRCREV = "81c813fc4ebb11bf1eca8b8bdb5b253dff31e68e" 19SRCREV = "6e367585a899231da05797c6126f8bb01febb2f5"
20 20
21inherit autotools python3targetconfig update-rc.d systemd 21inherit autotools python3targetconfig update-rc.d systemd
22 22