audit 1:3.0.7-1ubuntu1 source package in Ubuntu
Changelog
audit (1:3.0.7-1ubuntu1) kinetic; urgency=medium * d/p/04-auditswig-i-avoid-setter-generation-for-audit-rule-data.patch: Fix FTBFS by backporting proposed patch from upstream to avoid generating setters for audit_rule_data::buf in SWIG bindings as SWIG fails to properly generate correct code now that the kernel headers use flexible-length arrays. This patch has not been merged upstream since their preferred fix is to rewrite the python bindings to not use SWIG. Other distributions have worked around this by patching the header files from the kernel when building audit to temporarily remove the flexible-length array. For Ubuntu, it is preferred to remove this getter entirely as it is not being used and its use will be buggy when used against a kernel header that expects a flexible-length array (as is the case for the previous version of audit). -- Alex Murray <email address hidden> Tue, 20 Sep 2022 16:07:07 +0930
Upload details
- Uploaded by:
- Alex Murray
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
audit_3.0.7.orig.tar.gz | 1.1 MiB | 8b4c78632a9301a1c7f859b0e38fc0b9c260b8214d6b7c771bf28b3d73a62597 |
audit_3.0.7-1ubuntu1.debian.tar.xz | 18.4 KiB | 264c1b6e8a7ade8ad0c5bbcc59e8b7e60a233be402776b86c6168279f485bbf7 |
audit_3.0.7-1ubuntu1.dsc | 2.5 KiB | 5f939df07d410e788da08f79318263b639e9076c0d5194d74e240ad26a1f7787 |
Available diffs
Binary packages built by this source
- audispd-plugins: Plugins for the audit event dispatcher
The audispd-plugins package provides plugins for the real-time
interface to the audit system, audispd. These plugins can do things
like relay events to remote machines or analyze events for suspicious
behavior.
- audispd-plugins-dbgsym: debug symbols for audispd-plugins
- auditd: User space tools for security auditing
The audit package contains the user space utilities for
storing and searching the audit records generated by
the audit subsystem in the Linux 2.6 kernel.
.
Also contains the audit dispatcher "audisp".
- auditd-dbgsym: debug symbols for auditd
- golang-redhat-audit-dev: Go client bindings for the libaudit library
The package contains the Go bindings to libaudit that only allows for logging
audit events.
.
This package contains the source.
- libaudit-common: Dynamic library for security auditing - common files
The audit-libs package contains the dynamic libraries needed for
applications to use the audit framework. It is used to monitor systems for
security related events.
.
This package contains the libaudit.conf configuration file and the associated
manpage.
- libaudit-dev: Header files and static library for security auditing
The audit-libs-devel package contains the static libraries and header
files needed for developing applications that need to use the audit
framework libraries.
- libaudit1: Dynamic library for security auditing
The audit-libs package contains the dynamic libraries needed for
applications to use the audit framework. It is used to monitor systems for
security related events.
- libaudit1-dbgsym: debug symbols for libaudit1
- libauparse-dev: Header files and static library for the libauparse0 library
The audit-libs parse package contains the dynamic libraries needed for
applications to use the audit framework. It is used to monitor systems for
security related events.
- libauparse0: Dynamic library for parsing security auditing
The libauparse package contains the dynamic libraries needed for
applications to use the audit framework. It is used to monitor systems for
security related events.
.
This package contains the libauparse0 library.
- libauparse0-dbgsym: debug symbols for libauparse0
- python3-audit: Python3 bindings for security auditing
The package contains the Python3 bindings for libaudit and libauparse, which
are used to monitor systems for security related events. Python can be used to
parse and process the security event messages.
- python3-audit-dbgsym: debug symbols for python3-audit