diff --git a/audit-2.8.2.tar.gz b/audit-2.8.2.tar.gz deleted file mode 100644 index cb4726b..0000000 --- a/audit-2.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67b59b2b77afee9ed87afa4d80ffc8e6f3a1f4bbedd5f2871f387c952147bcba -size 1121970 diff --git a/audit-2.8.4.tar.gz b/audit-2.8.4.tar.gz new file mode 100644 index 0000000..4147853 --- /dev/null +++ b/audit-2.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a410694d09fc5708d980a61a5abcb9633a591364f1ecc7e97ad5daef9c898c38 +size 1123889 diff --git a/audit-secondary.changes b/audit-secondary.changes index a84f1e7..c89fc24 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 2.8.4: + * Generate checkpoint file even when not results are returned + (Burn Alting). + * Fix log file creation when file logging is disabled entirely + (Vlad Glagolev). + * Use SIGCONT to dump auditd internal state (rh#1504251). + * Fix parsing of virtual timestamp fields in ausearch_expression + (rh#1515903). + * Fix parsing of uid & success for ausearch. + * Hide lru symbols in auparse. + * Fix aureport summary time range reporting. + * Allow unlimited retries on startup for remote logging. + * Add queue_depth to remote logging stats and increase default + queue_depth size. + +------------------------------------------------------------------- +Sun Jun 17 10:48:40 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 2.8.3: + * Correct msg function name in lru debug code. + * Fix a segfault in auditd when dns resolution isn't available. + * Make a reload legacy service for auditd. + * In auparse python bindings, expose some new types that were + missing. + * In normalizer, pickup subject kind for user_login events. + * Fix interpretation of unknown ioctcmds (rh#1540507). + * Add ANOM_LOGIN_SERVICE, RESP_ORIGIN_BLOCK, & + RESP_ORIGIN_BLOCK_TIMED events. + * In auparse_normalize for USER_LOGIN events, map acct for + subj_kind. + * Fix logging of IPv6 addresses in DAEMON_ACCEPT events + (rh#1534748). + * Do not rotate auditd logs when num_logs < 2 (brozs). + +------------------------------------------------------------------- +Tue Apr 3 13:33:34 CEST 2018 - kukuk@suse.de + +- Use %license instead of %doc [bsc#1082318] + ------------------------------------------------------------------- Fri Mar 16 19:44:45 UTC 2018 - tonyj@suse.com diff --git a/audit-secondary.spec b/audit-secondary.spec index d246c5b..6e348e2 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -22,7 +22,7 @@ # The seperation is required to minimize unnecessary build cycles. %define _name audit Name: audit-secondary -Version: 2.8.2 +Version: 2.8.4 Release: 0 Summary: Linux kernel audit subsystem utilities License: GPL-2.0-or-later @@ -207,7 +207,8 @@ fi %service_del_postun auditd.service %files -n audit -%doc README COPYING ChangeLog rules/[0-9]* rules/README-rules init.d/auditd.cron +%license COPYING +%doc README ChangeLog rules/[0-9]* rules/README-rules init.d/auditd.cron %attr(644,root,root) %{_mandir}/man8/audispd.8.gz %attr(644,root,root) %{_mandir}/man8/auditctl.8.gz %attr(644,root,root) %{_mandir}/man8/auditd.8.gz diff --git a/audit.changes b/audit.changes index 4f0c55e..1099de6 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 2.8.4: + * Generate checkpoint file even when not results are returned + (Burn Alting). + * Fix log file creation when file logging is disabled entirely + (Vlad Glagolev). + * Use SIGCONT to dump auditd internal state (rh#1504251). + * Fix parsing of virtual timestamp fields in ausearch_expression + (rh#1515903). + * Fix parsing of uid & success for ausearch. + * Hide lru symbols in auparse. + * Fix aureport summary time range reporting. + * Allow unlimited retries on startup for remote logging. + * Add queue_depth to remote logging stats and increase default + queue_depth size. + +------------------------------------------------------------------- +Sun Jun 17 10:48:40 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 2.8.3: + * Correct msg function name in lru debug code. + * Fix a segfault in auditd when dns resolution isn't available. + * Make a reload legacy service for auditd. + * In auparse python bindings, expose some new types that were + missing. + * In normalizer, pickup subject kind for user_login events. + * Fix interpretation of unknown ioctcmds (rh#1540507). + * Add ANOM_LOGIN_SERVICE, RESP_ORIGIN_BLOCK, & + RESP_ORIGIN_BLOCK_TIMED events. + * In auparse_normalize for USER_LOGIN events, map acct for + subj_kind. + * Fix logging of IPv6 addresses in DAEMON_ACCEPT events + (rh#1534748). + * Do not rotate auditd logs when num_logs < 2 (brozs). + ------------------------------------------------------------------- Fri Mar 16 19:41:29 UTC 2018 - tonyj@suse.com diff --git a/audit.spec b/audit.spec index 88be1db..10cf7f3 100644 --- a/audit.spec +++ b/audit.spec @@ -17,7 +17,7 @@ Name: audit -Version: 2.8.2 +Version: 2.8.4 Release: 0 Summary: Linux kernel audit subsystem utilities License: GPL-2.0-or-later