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
|
Source: ulogd2
Section: net
Priority: optional
Maintainer: Debian Netfilter Packaging Team <team+pkg-netfilter-team@tracker.debian.org>
Uploaders: Chris Boot <bootc@debian.org>,
Jeremy Sowden <azazel@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev,
groff,
libdbi-dev,
libjansson-dev,
libmnl-dev,
libnetfilter-acct-dev,
libnetfilter-conntrack-dev,
libnetfilter-log-dev,
libnfnetlink-dev,
libpcap-dev,
libpq-dev,
libsqlite3-dev,
linuxdoc-tools,
pkgconf,
Standards-Version: 4.7.2
Homepage: https://www.netfilter.org/projects/ulogd/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/ulogd2
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/ulogd2.git
Package: ulogd2
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Suggests:
ulogd2-dbi,
ulogd2-json,
ulogd2-mysql,
ulogd2-pcap,
ulogd2-pgsql,
ulogd2-sqlite3,
Description: Netfilter Userspace Logging Daemon
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
Support for the DBI database abstraction layer, MySQL, PostgreSQL and SQLite 3
databases is in separate packages called ulogd2-dbi, ulogd2-mysql, ulogd2-pgsql
and ulogd2-sqlite3 respectively. Support for writing to JSON files is the
ulogd2-json package. Support for writing to pcap files is in the ulogd2-pcap
package.
#
# The following packages contain shared library plug-ins. In theory, they are
# co-installable. However, because they depend on ulogd2, which is not co-
# installable, in practice neither are the plug-ins, which is why they are not
# marked `Multi-Arch: same`.
#
Package: ulogd2-dbi
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: DBI extension to ulogd
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
This module adds DBI support to ulogd. If you install this package, you can
send netfilter logs or accounting data to an SQL database via the DBI database
abstraction layer.
Package: ulogd2-json
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: JSON extension to ulogd
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
This module adds JSON support to ulogd. If you install this package, you can
send netfilter logs or accounting data to a log file using JavaScript Object
Notation (JSON).
Package: ulogd2-mysql
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: MySQL extension to ulogd
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
This module adds MySQL support to ulogd. If you install this package, you can
send netfilter logs or accounting data to a MySQL database.
Package: ulogd2-pcap
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Suggests: tcpdump, tshark, wireshark
Description: pcap extension to ulogd
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
This module add pcap file support to ulogd. If you install this package, you
can use ulogd to dump packets to a file for later analysis using tools such
as tcpdump or wireshark.
Package: ulogd2-pgsql
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: PostgreSQL extension to ulogd
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
This module adds PostgreSQL support to ulogd. If you install this package, you
can send netfilter logs or accounting data to a PostgreSQL database.
Package: ulogd2-sqlite3
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: SQLite 3 extension to ulogd
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
This module adds SQLite 3 support to ulogd. If you install this package, you
can send netfilter logs or accounting data to an SQLite 3 database.
|