mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
audit: upgrade 2.4.3 -> 2.4.4
* rebase patch audit-python-configure.patch * 2.4.4 includes CVE-2015-5186 and bug fixes, detials refer to: http://people.redhat.com/sgrubb/audit/ChangeLog Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
d3efe54085
commit
2188d5b09b
|
|
@ -7,12 +7,13 @@ Upstream-Status: pending
|
|||
|
||||
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
|
||||
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
|
||||
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
|
||||
---
|
||||
configure.ac | 17 ++---------------
|
||||
1 file changed, 2 insertions(+), 15 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 4be62a3..d1842e2 100644
|
||||
index 1f48cb4..cdb5219 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -94,21 +94,8 @@ if test x$use_python = xno ; then
|
||||
|
|
@ -29,7 +30,7 @@ index 4be62a3..d1842e2 100644
|
|||
-else
|
||||
- python_found="no"
|
||||
- if test x$use_python = xyes ; then
|
||||
- AC_MSG_ERROR([Python explicitly required and python headers found])
|
||||
- AC_MSG_ERROR([Python explicitly requested and python headers were not found])
|
||||
- else
|
||||
- AC_MSG_WARN("Python headers not found - python bindings will not be made")
|
||||
- fi
|
||||
|
|
@ -40,5 +41,5 @@ index 4be62a3..d1842e2 100644
|
|||
AM_CONDITIONAL(HAVE_PYTHON, test ${python_found} = "yes")
|
||||
|
||||
--
|
||||
1.8.4.2
|
||||
1.9.1
|
||||
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ SRC_URI = "http://people.redhat.com/sgrubb/audit/audit-${PV}.tar.gz \
|
|||
file://audit-volatile.conf \
|
||||
file://audit-auvirt-get-inline-functions-work-with-gnu89-gnu11.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "544d863af2016b76afd8d1691b251164"
|
||||
SRC_URI[sha256sum] = "9c914704fecc602e143e37152f3efbab2469692684c1a8cc1b801c1b49c7abc6"
|
||||
SRC_URI[md5sum] = "72b0fd94d32846142bc472f0d91e62b4"
|
||||
SRC_URI[sha256sum] = "25f57f465f3230d7b1166b615ffd6748818a3dc225d0e8b396c5b2e951674e23"
|
||||
|
||||
inherit autotools pythonnative update-rc.d systemd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user