forked from pool/audit
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
This commit is contained in:
parent
6975dcd5ff
commit
f7b3eda238
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67b59b2b77afee9ed87afa4d80ffc8e6f3a1f4bbedd5f2871f387c952147bcba
|
|
||||||
size 1121970
|
|
3
audit-2.8.4.tar.gz
Normal file
3
audit-2.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a410694d09fc5708d980a61a5abcb9633a591364f1ecc7e97ad5daef9c898c38
|
||||||
|
size 1123889
|
@ -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
|
Tue Apr 3 13:33:34 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# The seperation is required to minimize unnecessary build cycles.
|
# The seperation is required to minimize unnecessary build cycles.
|
||||||
%define _name audit
|
%define _name audit
|
||||||
Name: audit-secondary
|
Name: audit-secondary
|
||||||
Version: 2.8.2
|
Version: 2.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel audit subsystem utilities
|
Summary: Linux kernel audit subsystem utilities
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -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
|
Fri Mar 16 19:41:29 UTC 2018 - tonyj@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 2.8.2
|
Version: 2.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel audit subsystem utilities
|
Summary: Linux kernel audit subsystem utilities
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user