[sys-process/audit] version bump

This commit is contained in:
Robert Förster 2014-08-25 16:31:42 +02:00
parent 37366917e1
commit f4c58113ed
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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