diff --git a/aide.spec b/aide.spec index 1294ccc..22932a2 100644 --- a/aide.spec +++ b/aide.spec @@ -1,7 +1,7 @@ Summary: Intrusion detection environment Name: aide Version: 0.16 -Release: 12%{?dist} +Release: 14%{?dist} URL: http://sourceforge.net/projects/aide License: GPLv2+ @@ -80,6 +80,10 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide %dir %attr(0700,root,root) %{_localstatedir}/log/aide %changelog +* Wed Jun 24 2020 Radovan Sroka 0.16-14 +- AIDE breaks when setting report_ignore_e2fsattrs + Resolves: rhbz#1850276 + * Wed Jul 31 2019 Radovan Sroka - 0.16-12 - backport some patches Resolves: rhbz#1717140 diff --git a/coverity.patch b/coverity.patch index 21535d6..9b981be 100644 --- a/coverity.patch +++ b/coverity.patch @@ -241,7 +241,7 @@ diff -up ./src/commandconf.c.coverity ./src/commandconf.c } } - *val++; -+ (*val)++; ++ val++; } } #endif