]> git.ipfire.org Git - thirdparty/pdns.git/blob - builder-support/debian/authoritative/debian-buster/control
auth: remove lua backend
[thirdparty/pdns.git] / builder-support / debian / authoritative / debian-buster / control
1 Source: pdns
2 Section: net
3 Priority: extra
4 Standards-Version: 4.1.1
5 Maintainer: PowerDNS Autobuilder <powerdns.support@powerdns.com>
6 Origin: PowerDNS
7 Build-Depends: autoconf,
8 automake,
9 autotools-dev,
10 bison,
11 curl,
12 debhelper (>= 9.20160114~),
13 default-libmysqlclient-dev,
14 dh-autoreconf,
15 dh-systemd,
16 dpkg-dev (>= 1.17.0~),
17 flex,
18 libboost-dev,
19 libboost-program-options-dev,
20 libboost-serialization-dev,
21 libboost-test-dev,
22 libcdb-dev,
23 libcurl4-openssl-dev,
24 libgeoip-dev,
25 libkrb5-dev,
26 libldap2-dev,
27 liblmdb-dev,
28 libluajit-5.1-dev,
29 libmaxminddb-dev,
30 libopendbx1-dev,
31 libp11-kit-dev,
32 libpq-dev,
33 libprotobuf-dev,
34 libsodium-dev,
35 libsqlite3-dev,
36 libssl-dev,
37 libsystemd-dev [linux-any],
38 libtool,
39 libyaml-cpp-dev (>= 0.5),
40 pkg-config,
41 po-debconf,
42 protobuf-compiler,
43 ragel,
44 systemd [linux-any],
45 unixodbc-dev (>= 2.3.1)
46 Homepage: https://www.powerdns.com/
47
48 Package: pdns-server
49 Architecture: any
50 Depends: adduser,
51 ${misc:Depends},
52 ${shlibs:Depends}
53 Recommends: pdns-backend-bind
54 Suggests: pdns-backend
55 Description: extremely powerful and versatile nameserver
56 PowerDNS is a versatile nameserver which supports a large number
57 of different backends ranging from simple zonefiles to relational
58 databases and load balancing/failover algorithms.
59 PowerDNS tries to emphasize speed and security.
60 .
61 This is the authoritative nameserver that answers questions about
62 domains that it knows about. You also need at least one backend installed to
63 serve data.
64
65 Package: pdns-tools
66 Architecture: any
67 Depends: ${misc:Depends},
68 ${shlibs:Depends}
69 Replaces: pdns-server (<< 3.4.6-2)
70 Breaks: pdns-server (<< 3.4.6-2)
71 Description: Tools for DNS debugging by PowerDNS
72 PowerDNS is a versatile nameserver which supports a large number
73 of different backends ranging from simple zonefiles to relational
74 databases and load balancing/failover algorithms.
75 PowerDNS tries to emphasize speed and security.
76 .
77 This package contains several tools to debug DNS issues. These tools do not
78 require any part of the PowerDNS server components to work.
79 .
80 * dnsbulktest: A resolver stress-tester
81 * dnsgram: Show per 5-second statistics to study intermittent resolver issues
82 * dnsreplay: Replay a pcap with DNS queries
83 * dnsscan: Prints the query-type amounts in a pcap
84 * dnsscope: Calculates statistics without replaying traffic
85 * dnstcpbench: Perform TCP benchmarking of DNS servers
86 * dnswasher: Clean a pcap of identifying IP information
87 * ixplore: Explore diffs from IXFRs
88 * nsec3dig: Calculate the correctness of NSEC3 proofs
89 * saxfr: AXFR zones and show extra information
90
91 Package: pdns-ixfrdist
92 Architecture: any
93 Depends: ${misc:Depends},
94 ${shlibs:Depends}
95 Description: Redistribute zones via AXFR and IXFR
96 PowerDNS is a versatile nameserver which supports a large number
97 of different backends ranging from simple zonefiles to relational
98 databases and load balancing/failover algorithms.
99 PowerDNS tries to emphasize speed and security.
100 .
101 This package contains the ixfrdist tool that can redistribute multiple versions
102 of zones over AXFR and IXFR. This tool does not require any part of the
103 PowerDNS server components to work.
104
105 Package: pdns-backend-bind
106 Architecture: any
107 Depends: pdns-server (= ${binary:Version}),
108 ${misc:Depends},
109 ${shlibs:Depends}
110 Provides: pdns-backend
111 Replaces: pdns-server (<< 4.0.0-2~)
112 Breaks: pdns-server (<< 4.0.0-2~)
113 Description: BIND backend for PowerDNS
114 PowerDNS is a versatile nameserver which supports a large number
115 of different backends ranging from simple zonefiles to relational
116 databases and load balancing/failover algorithms.
117 PowerDNS tries to emphasize speed and security.
118 .
119 This package contains the bind backend for the PowerDNS nameserver.
120 Zone data will be read from flat BIND-style zone files, and the list
121 of zones needs to be given in a named.conf-style file.
122
123 Package: pdns-backend-pipe
124 Architecture: any
125 Depends: pdns-server (= ${binary:Version}),
126 ${misc:Depends},
127 ${shlibs:Depends}
128 Provides: pdns-backend
129 Description: pipe/coprocess backend for PowerDNS
130 PowerDNS is a versatile nameserver which supports a large number
131 of different backends ranging from simple zonefiles to relational
132 databases and load balancing/failover algorithms.
133 PowerDNS tries to emphasize speed and security.
134 .
135 This package contains the pipe backend for the PowerDNS nameserver. This
136 allows PowerDNS to retrieve domain info from a process that accepts
137 questions on stdin and returns answers on stdout.
138
139 Package: pdns-backend-ldap
140 Architecture: any
141 Depends: pdns-server (= ${binary:Version}),
142 ${misc:Depends},
143 ${shlibs:Depends}
144 Provides: pdns-backend
145 Description: LDAP backend for PowerDNS
146 PowerDNS is a versatile nameserver which supports a large number
147 of different backends ranging from simple zonefiles to relational
148 databases and load balancing/failover algorithms.
149 PowerDNS tries to emphasize speed and security.
150 .
151 This package contains an LDAP backend for the PowerDNS nameserver.
152
153 Package: pdns-backend-geoip
154 Architecture: any
155 Depends: pdns-server (= ${binary:Version}),
156 ${misc:Depends},
157 ${shlibs:Depends}
158 Provides: pdns-backend
159 Description: geoip backend for PowerDNS
160 PowerDNS is a versatile nameserver which supports a large number
161 of different backends ranging from simple zonefiles to relational
162 databases and load balancing/failover algorithms.
163 PowerDNS tries to emphasize speed and security.
164 .
165 This package contains a geoip-backend for the PowerDNS nameserver. This
166 backend balances the load throughout the world so that people access the
167 geographically nearest available server based on a zonefile written in
168 YAML.
169
170 Package: pdns-backend-mysql
171 Architecture: any
172 Depends: pdns-server (= ${binary:Version}),
173 ${misc:Depends},
174 ${shlibs:Depends}
175 Suggests: default-mysql-server
176 Provides: pdns-backend
177 Description: generic MySQL backend for PowerDNS
178 PowerDNS is a versatile nameserver which supports a large number
179 of different backends ranging from simple zonefiles to relational
180 databases and load balancing/failover algorithms.
181 PowerDNS tries to emphasize speed and security.
182 .
183 This package contains a generic MySQL backend for the PowerDNS
184 nameserver. It has configurable SQL statements.
185
186 Package: pdns-backend-odbc
187 Architecture: any
188 Depends: pdns-server (>= ${source:Version}),
189 ${misc:Depends},
190 ${shlibs:Depends}
191 Provides: pdns-backend
192 Description: generic UnixODBC backend for PowerDNS
193 PowerDNS is a versatile nameserver which supports a large number
194 of different backends ranging from simple zonefiles to relational
195 databases and load balancing/failover algorithms.
196 PowerDNS tries to emphasize speed and security.
197 .
198 This package contains a generic UnixODBC backend for the PowerDNS
199 nameserver. It has configurable SQL statements.
200
201 Package: pdns-backend-pgsql
202 Architecture: any
203 Depends: pdns-server (= ${binary:Version}),
204 ${misc:Depends},
205 ${shlibs:Depends}
206 Suggests: postgresql
207 Provides: pdns-backend
208 Description: generic PostgreSQL backend for PowerDNS
209 PowerDNS is a versatile nameserver which supports a large number
210 of different backends ranging from simple zonefiles to relational
211 databases and load balancing/failover algorithms.
212 PowerDNS tries to emphasize speed and security.
213 .
214 This package contains a generic PostgreSQL backend for the PowerDNS
215 nameserver. It has configurable SQL statements.
216
217 Package: pdns-backend-sqlite3
218 Architecture: any
219 Depends: pdns-server (= ${binary:Version}),
220 ${misc:Depends},
221 ${shlibs:Depends}
222 Provides: pdns-backend
223 Description: sqlite 3 backend for PowerDNS
224 PowerDNS is a versatile nameserver which supports a large number
225 of different backends ranging from simple zonefiles to relational
226 databases and load balancing/failover algorithms.
227 PowerDNS tries to emphasize speed and security.
228 .
229 This package contains a generic SQLite 3 backend for PowerDNS.
230
231 Package: pdns-backend-lua2
232 Architecture: any
233 Depends: pdns-server (= ${binary:Version}),
234 ${misc:Depends},
235 ${shlibs:Depends}
236 Provides: pdns-backend
237 Description: Lua backend for PowerDNS
238 PowerDNS is a versatile nameserver which supports a large number
239 of different backends ranging from simple zonefiles to relational
240 databases and load balancing/failover algorithms.
241 PowerDNS tries to emphasize speed and security.
242 .
243 This package contains the Lua2 backend for PowerDNS.
244
245 Package: pdns-backend-remote
246 Architecture: any
247 Depends: pdns-server (= ${binary:Version}),
248 ${misc:Depends},
249 ${shlibs:Depends}
250 Provides: pdns-backend
251 Description: remote backend for PowerDNS
252 PowerDNS is a versatile nameserver which supports a large number
253 of different backends ranging from simple zonefiles to relational
254 databases and load balancing/failover algorithms.
255 PowerDNS tries to emphasize speed and security.
256 .
257 This package contains the remote backend for PowerDNS. It is suitable
258 for serving data acquired from an AF_UNIX, pipe, or HTTP connector.
259
260 Package: pdns-backend-opendbx
261 Architecture: any
262 Depends: pdns-server (= ${binary:Version}),
263 ${misc:Depends},
264 ${shlibs:Depends}
265 Provides: pdns-backend
266 Description: OpenDBX backend for PowerDNS
267 PowerDNS is a versatile nameserver which supports a large number
268 of different backends ranging from simple zonefiles to relational
269 databases and load balancing/failover algorithms.
270 PowerDNS tries to emphasize speed and security.
271 .
272 This package contains the OpenDBX backend for PowerDNS. Please install
273 the libopendbx1-DATABASE package to allow OpenDBX to connect to
274 the chosen database.
275
276 Package: pdns-backend-tinydns
277 Architecture: any
278 Depends: pdns-server (= ${binary:Version}),
279 ${misc:Depends},
280 ${shlibs:Depends}
281 Provides: pdns-backend
282 Description: tinydns compatibility backend for PowerDNS
283 PowerDNS is a versatile nameserver which supports a large number
284 of different backends ranging from simple zonefiles to relational
285 databases and load balancing/failover algorithms.
286 PowerDNS tries to emphasize speed and security.
287 .
288 This package contains the tinydns compatibility backend for PowerDNS.
289
290 Package: pdns-backend-lmdb
291 Architecture: any
292 Depends: pdns-server (= ${binary:Version}),
293 ${misc:Depends},
294 ${shlibs:Depends}
295 Provides: pdns-backend
296 Description: LMDB backend for PowerDNS
297 PowerDNS is a versatile nameserver which supports a large number
298 of different backends ranging from simple zonefiles to relational
299 databases and load balancing/failover algorithms.
300 PowerDNS tries to emphasize speed and security.
301 .
302 This package contains the LMDB backend for PowerDNS.