diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-08-21 23:20:43 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-09-01 14:30:46 -0400 |
commit | 0ef21d071fb72d9cfaef5a9aac8a1f61a9c4a1fa (patch) | |
tree | 1d52e6e80dbfb334756493c6305a2fc56b6fb09e | |
parent | 33c7585bc56f1acd30f98c46c2b886780024ac15 (diff) | |
download | meta-selinux-0ef21d071fb72d9cfaef5a9aac8a1f61a9c4a1fa.tar.gz |
audit: 2.5 -> 2.6.6
1) Upgrade audit from 2.5 to 2.6.6.
2) Modify audit-python.patch, since the data has changed.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/audit/audit/audit-python.patch | 2 | ||||
-rw-r--r-- | recipes-security/audit/audit_2.6.6.bb (renamed from recipes-security/audit/audit_2.5.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/audit/audit/audit-python.patch b/recipes-security/audit/audit/audit-python.patch index 1f9cf5c..0c2dc1c 100644 --- a/recipes-security/audit/audit/audit-python.patch +++ b/recipes-security/audit/audit/audit-python.patch | |||
@@ -18,7 +18,7 @@ index cc68df3..998b990 100644 | |||
18 | 18 | ||
19 | CONFIG_CLEAN_FILES = *.loT *.rej *.orig | 19 | CONFIG_CLEAN_FILES = *.loT *.rej *.orig |
20 | 20 | ||
21 | -SUBDIRS = @pybind_dir@ @gobind_dir@ swig | 21 | -SUBDIRS = python golang swig |
22 | +SUBDIRS = swig | 22 | +SUBDIRS = swig |
23 | +if HAVE_PYTHON | 23 | +if HAVE_PYTHON |
24 | +SUBDIRS += python | 24 | +SUBDIRS += python |
diff --git a/recipes-security/audit/audit_2.5.bb b/recipes-security/audit/audit_2.6.6.bb index 7affecd..3823731 100644 --- a/recipes-security/audit/audit_2.5.bb +++ b/recipes-security/audit/audit_2.6.6.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "http://people.redhat.com/sgrubb/${BPN}/${BPN}-${PV}.tar.gz \ | |||
15 | file://auditd.service \ | 15 | file://auditd.service \ |
16 | file://audit-volatile.conf \ | 16 | file://audit-volatile.conf \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "e721d48f3e1927c84b7c176b3bdbc443" | 18 | SRC_URI[md5sum] = "871fbc03039a5101b5191c5dcc6e8ac2" |
19 | SRC_URI[sha256sum] = "9b0a0760c6f37d80cbbfe46a74db722e60ac8100b28eb31953878ffca8ac14b4" | 19 | SRC_URI[sha256sum] = "61d8dc61e882fdbb75153a1316817a8f8c8fca25de588256edd81fbb03e7994b" |
20 | 20 | ||
21 | inherit autotools pythonnative update-rc.d systemd | 21 | inherit autotools pythonnative update-rc.d systemd |
22 | 22 | ||