audit 1:3.0.7-1.1 source package in Ubuntu

Changelog

audit (1:3.0.7-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * 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. However 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). (Thanks to Alex Murray)
    (Closes: #1010289)

 -- Paul Gevers <email address hidden>  Tue, 20 Sep 2022 21:05:52 +0200

Upload details

Uploaded by:
Laurent Bigonville
Uploaded to:
Sid
Original maintainer:
Laurent Bigonville
Architectures:
linux-any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
audit_3.0.7-1.1.dsc 2.4 KiB 5b15ad446bf4904a985b9fd549341967b9b6c908a5096f4ebd02c0ad83ad00b7
audit_3.0.7.orig.tar.gz 1.1 MiB 8b4c78632a9301a1c7f859b0e38fc0b9c260b8214d6b7c771bf28b3d73a62597
audit_3.0.7-1.1.debian.tar.xz 18.2 KiB f78863e469f8768b403a1d406e56a720aeb168788cd3b3f4d771a12280d1c70e

No changes file available.

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