1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
Source: audit
Priority: optional
Maintainer: Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-python <!nopython>,
# dh-golang,
dpkg-dev (>= 1.16.1~),
dpkg-dev (>= 1.22.5),
libcap-ng-dev,
# audit sources embed their own patched version of libev
# libev-dev,
libkrb5-dev,
libldap2-dev <!pkg.audit.noldap>,
libwrap0-dev,
linux-libc-dev (>= 5.9~),
python3-all-dev:any <!nopython>,
libpython3-all-dev <!nopython>,
swig
Build-Depends-Indep: golang-any
Standards-Version: 4.7.2
Section: libs
Homepage: https://people.redhat.com/sgrubb/audit/
Vcs-Git: https://salsa.debian.org/debian/audit.git
Vcs-Browser: https://salsa.debian.org/debian/audit
Rules-Requires-Root: binary-targets
Package: auditd
Section: admin
Architecture: linux-any
Depends: libaudit1 (= ${binary:Version}),
libauparse0t64 (= ${binary:Version}),
mawk | gawk,
${misc:Depends},
${shlibs:Depends}
Suggests: audispd-plugins
Breaks: audispd-plugins (<< 1:3.0~)
Pre-Depends: ${misc:Pre-Depends}
Description: User space tools for security auditing
This package contains the user space utilities for storing and searching the
audit records generated by the audit subsystem in the Linux kernel.
.
Also contains the audit dispatcher "audisp".
Package: libauparse0t64
Provides: ${t64:Provides}
Replaces: libauparse0
Breaks: libauparse0 (<< ${source:Version})
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: libaudit1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Dynamic library for parsing security auditing
This 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 libauparse0t64 library.
Package: libauparse-dev
Section: libdevel
Architecture: linux-any
Depends: libauparse0t64 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Header files and static library for the libauparse0t64 library
This package contains the static libraries and header files needed for
parsing security events.
Package: libaudit1
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: libaudit-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: Dynamic library for security auditing
This package contains the dynamic libraries needed for applications to use the
audit framework. It is used to monitor systems for security related events.
Package: libaudit-common
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Dynamic library for security auditing - common files
This package contains the libaudit.conf configuration file needed by libaudit
and the associated manpage.
Package: libaudit-dev
Section: libdevel
Architecture: linux-any
Depends: libaudit1 (= ${binary:Version}), libcap-ng-dev, ${misc:Depends}
Multi-Arch: same
Description: Header files and static library for security auditing
This package contains the static libraries and header files needed for
developing applications that need to use the audit framework libraries.
Package: python3-audit
Section: python
Architecture: linux-any
Depends: libaudit1 (= ${binary:Version}),
libauparse0t64 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Provides: ${python3:Provides}
Build-Profiles: <!nopython>
Description: 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.
Package: golang-redhat-audit-dev
Section: golang
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: 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.
Package: audispd-plugins
Section: admin
Architecture: linux-any
Depends: auditd (= ${binary:Version}),
libauparse0t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Build-Profiles: <!pkg.audit.noldap>
Description: Plugins for the audit event dispatcher
This 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.
Package: libauplugin1
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Dynamic library for auditd plugins
This package contains the dynamic libraries needed for the auditd plugins.
Package: libauplugin-dev
Section: libdevel
Architecture: linux-any
Depends: libauplugin1 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Header files and static library for auditd plugins
This package contains the static libraries and header files needed for
developing auditd plugins.
|