From f7b3eda238f5c70b8832d347f0af445954d59efa2392d99ed70b9b2c45710584 Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Thu, 28 Jun 2018 01:17:18 +0000 Subject: [PATCH] Accepting request 618655 from home:1Antoine1:branches:security - 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. - 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). - 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. - 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). OBS-URL: https://build.opensuse.org/request/show/618655 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=102 --- audit-2.8.2.tar.gz | 3 --- audit-2.8.4.tar.gz | 3 +++ audit-secondary.changes | 37 +++++++++++++++++++++++++++++++++++++ audit-secondary.spec | 2 +- audit.changes | 37 +++++++++++++++++++++++++++++++++++++ audit.spec | 2 +- 6 files changed, 79 insertions(+), 5 deletions(-) delete mode 100644 audit-2.8.2.tar.gz create mode 100644 audit-2.8.4.tar.gz 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 65b6296..c89fc24 100644 --- a/audit-secondary.changes +++ b/audit-secondary.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). + ------------------------------------------------------------------- Tue Apr 3 13:33:34 CEST 2018 - kukuk@suse.de diff --git a/audit-secondary.spec b/audit-secondary.spec index 5b078e9..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 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