diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-08 17:59:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-08 21:37:55 -0700 |
commit | ea055e9b7801786659199f7d72ffa15d05f8ceb2 (patch) | |
tree | 67681790d2060892684be57f92c4b9c1993dec11 /meta-oe/recipes-security | |
parent | 817421dc500caefb54c320b4b661cac6da6eced7 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-security')
-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 8bd81791ed..7ed2fd2dec 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 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | SRCREV = "81c813fc4ebb11bf1eca8b8bdb5b253dff31e68e" | 19 | SRCREV = "6e367585a899231da05797c6126f8bb01febb2f5" |
20 | 20 | ||
21 | inherit autotools python3targetconfig update-rc.d systemd | 21 | inherit autotools python3targetconfig update-rc.d systemd |
22 | 22 | ||