- Updated to 0.16 - lots of bugfixes - including regexp matching within subdirectories of expressions - aide-0.16-as-needed.patch: replaces aide-0.15.1-as-needed.patch - aide-no_m4_dir.patch: upstream - aide.keyring: added from keyserver, cross checked key id on http://aide.sourceforge.net/ and a signature from someone I signed. OBS-URL: https://build.opensuse.org/request/show/451228 OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=30
26 lines
796 B
Diff
26 lines
796 B
Diff
Index: aide-0.16/configure.ac
|
|
===================================================================
|
|
--- aide-0.16.orig/configure.ac
|
|
+++ aide-0.16/configure.ac
|
|
@@ -536,7 +536,7 @@ AC_ARG_WITH([xattr],
|
|
|
|
AS_IF([test "x$with_xattr_support" != xno],
|
|
[AC_DEFINE(WITH_XATTR,1,[use xattr])
|
|
- ATTRLIB=-lattr
|
|
+ ATTRLIB=
|
|
compoptionstring="${compoptionstring}WITH_XATTR\\n"
|
|
aideextragroups="${aideextragroups}+xattrs"
|
|
AC_MSG_RESULT(yes)],
|
|
Index: aide-0.16/include/db_config.h
|
|
===================================================================
|
|
--- aide-0.16.orig/include/db_config.h
|
|
+++ aide-0.16/include/db_config.h
|
|
@@ -62,7 +62,6 @@ typedef struct acl_type {
|
|
|
|
#ifdef WITH_XATTR /* Do generic user Xattrs. */
|
|
#include <sys/xattr.h>
|
|
-#include <attr/xattr.h>
|
|
#endif
|
|
|
|
typedef struct xattr_node
|