View | Details | Raw Unified | Return to bug 265268
Collapse All | Expand All

(-)b/dns/powerdns/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	powerdns
1
PORTNAME=	powerdns
2
DISTVERSION=	4.6.2
2
DISTVERSION=	4.6.3
3
CATEGORIES=	dns
3
CATEGORIES=	dns
4
MASTER_SITES=	https://downloads.powerdns.com/releases/
4
MASTER_SITES=	https://downloads.powerdns.com/releases/
5
DISTNAME=	pdns-${DISTVERSION}
5
DISTNAME=	pdns-${DISTVERSION}
(-)b/dns/powerdns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1649776889
1
TIMESTAMP = 1657734807
2
SHA256 (pdns-4.6.2.tar.bz2) = f443848944bb11bbb4850221613b3a01ffb57febf2671da6caa57362ee0b19b8
2
SHA256 (pdns-4.6.3.tar.bz2) = acd06b89ca01d1adf61b906604614f0e1d77a1e94eeecade8ff5d53a16db7389
3
SIZE (pdns-4.6.2.tar.bz2) = 1302527
3
SIZE (pdns-4.6.3.tar.bz2) = 1302651
(-)b/dns/powerdns/pkg-descr (-29 / +9 lines)
Lines 1-33 Link Here
1
The PowerDNS Authoritative Server is the only solution that enables
1
The PowerDNS Authoritative Server is a versatile nameserver which supports a
2
authoritative DNS service from all major databases, including but not limited
2
large number of backends. These backends can either be plain zone files or be
3
to MySQL, PostgreSQL, SQLite3, LDAP and plain text files.
3
more dynamic in nature.
4
4
5
DNS answers can also be fully scripted using a variety of (scripting) languages
5
PowerDNS has the concepts of ‘backends’. A backend is a datastore that the
6
such as Lua, Java, Perl, Python, Ruby, C and C++. Such scripting can be used
6
server will consult that contains DNS records (and some metadata). The backends
7
for dynamic redirection, (spam) filtering or real time intervention.
7
range from database backends (MySQL, PostgreSQL) and BIND zone files to
8
co-processes and JSON API’s.
8
9
9
In addition, the PowerDNS Authoritative Server is the leading DNSSEC
10
Multiple backends can be enabled in the configuration by using the launch
10
implementation, hosting the majority of all DNSSEC domains worldwide. The
11
option. Each backend can be configured separately.
11
Authoritative Server hosts at least 30% of all domain names in Europe, and
12
around 90% of all DNSSEC domains in Europe.
13
14
 * IPv4, UDP/TCP
15
 * IPv6, UDP/TCP, 100% compliant
16
 * Remotely pollable statistics for real time graphing
17
 * MySQL, PostgreSQL, Oracle, Sybase, Microsoft SQL Server, LDAP, SQLite3
18
   - Including replication
19
 * Near instant start up time
20
 * Plain BIND zone files
21
   - Brief start up time
22
 * Migration tools from legacy DNS platforms (zone2sql)
23
 * Internal Lua-based scripted answer generation
24
 * External high-performance Script-based answer generation
25
 * Geographical load balancing
26
 * Full DNSSEC support including all standardized algorithms
27
 * TSIG for transaction signatures, AXFR authorization/requests
28
 * Master/Slave support
29
 * Built-in web server for statistics and limited direct control
30
 * API for direct control (pdns_control, pdnssec)
31
   - Local and remote access
32
12
33
WWW: https://www.powerdns.com/auth.html
13
WWW: https://www.powerdns.com/auth.html

Return to bug 265268