From 2188d5b09b8f79cce935890ad814b0afafa09b9c Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Fri, 13 Nov 2015 04:48:48 -0500 Subject: [PATCH] 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 Signed-off-by: Joe MacDonald --- recipes-security/audit/audit/audit-python-configure.patch | 7 ++++--- recipes-security/audit/{audit_2.4.3.bb => audit_2.4.4.bb} | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) rename recipes-security/audit/{audit_2.4.3.bb => audit_2.4.4.bb} (96%) diff --git a/recipes-security/audit/audit/audit-python-configure.patch b/recipes-security/audit/audit/audit-python-configure.patch index d9b0829..b47cf5d 100644 --- a/recipes-security/audit/audit/audit-python-configure.patch +++ b/recipes-security/audit/audit/audit-python-configure.patch @@ -7,12 +7,13 @@ Upstream-Status: pending Signed-off-by: Xin Ouyang Signed-off-by: Li Xin +Signed-off-by: Wenzong Fan --- 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 diff --git a/recipes-security/audit/audit_2.4.3.bb b/recipes-security/audit/audit_2.4.4.bb similarity index 96% rename from recipes-security/audit/audit_2.4.3.bb rename to recipes-security/audit/audit_2.4.4.bb index f0fa949..55a5b12 100644 --- a/recipes-security/audit/audit_2.4.3.bb +++ b/recipes-security/audit/audit_2.4.4.bb @@ -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