diff --git a/sys-process/audit/Manifest b/sys-process/audit/Manifest index 56dc0f1..e34d7af 100644 --- a/sys-process/audit/Manifest +++ b/sys-process/audit/Manifest @@ -1 +1 @@ -DIST audit-2.3.7.tar.gz 930798 SHA256 0aa585ec7569825d88d78f4c03ea1e253bdaa0a8205046f9ce4fa1b61fd78f89 SHA512 301368e8d6b26a525ef22c373a969be40ee91f73941afb8370bca10ed0dd5c8f442777067744203385119ea427a184cebead22358118d42d7b85990316e4d1e2 WHIRLPOOL 048108021edc070c6b38118e210df1daaebf05cb6d1331910edabc0d9f0894f468a8b9d6141cdfe624344d484458b7e36da1637eca27f5b3b61947745e3fe891 +DIST audit-2.4.tar.gz 937809 SHA256 6e5d39e7af9d00477ef60f824be8c93bd23a227869d6993ff36b7e7fa28fe99b SHA512 fe5963f4bc4643ae45ef1a5ad07b55f37575b4db0ec881dca5abf87244f08aeb0e0e10c4acf062f025b99507c3c6fc650c91a703cd1260ba728c99f5744dc8fd WHIRLPOOL b7ea244712d5e8248da6115aa8a2447ca2ea1695a9d5d7575eb0c252af5c1eddf80cd93a01204fe58fbe7440fa9d721314dea16657fddf7ef7d605bd44e4ce0a diff --git a/sys-process/audit/audit-2.3.7.ebuild b/sys-process/audit/audit-2.4.ebuild similarity index 98% rename from sys-process/audit/audit-2.3.7.ebuild rename to sys-process/audit/audit-2.4.ebuild index 12f11b4..e1e9076 100644 --- a/sys-process/audit/audit-2.3.7.ebuild +++ b/sys-process/audit/audit-2.4.ebuild @@ -46,7 +46,7 @@ src_prepare() { fi # Don't build static version of Python module. - epatch "${FILESDIR}"/${PN}-2.1.3-python.patch + epatch "${FILESDIR}"/${PN}-2.4.0-python.patch # glibc/kernel upstreams suck with both defining ia64_fpreg # This patch is a horribly workaround that is only valid as long as you diff --git a/sys-process/audit/files/audit-2.1.3-python.patch b/sys-process/audit/files/audit-2.4-python.patch similarity index 93% rename from sys-process/audit/files/audit-2.1.3-python.patch rename to sys-process/audit/files/audit-2.4-python.patch index a9feec1..5f76016 100644 --- a/sys-process/audit/files/audit-2.1.3-python.patch +++ b/sys-process/audit/files/audit-2.4-python.patch @@ -8,7 +8,7 @@ diff -Nuar --exclude '*.orig' audit-2.1.3.orig/bindings/python/Makefile.am audit -auparse_la_LDFLAGS = -module -avoid-version -Wl,-z,relro +auparse_la_CFLAGS = -shared +auparse_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro - auparse_la_LIBADD = ../../auparse/libauparse.la ../../lib/libaudit.la + auparse_la_LIBADD = ${top_builddir}/auparse/libauparse.la ${top_builddir}/lib/libaudit.la diff -Nuar --exclude '*.orig' audit-2.1.3.orig/swig/Makefile.am audit-2.1.3/swig/Makefile.am --- audit-2.1.3.orig/swig/Makefile.am 2011-08-15 17:31:03.000000000 +0000 +++ audit-2.1.3/swig/Makefile.am 2011-09-10 19:02:14.095067690 +0000