aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf van der Enden <tremere@cainites.net>2022-07-18 06:26:16 +0000
committerFernando Apesteguía <fernape@FreeBSD.org>2022-07-18 15:19:41 +0000
commit1b9e9a25804e2afb27a8fcdcf7113c06fc4cadc9 (patch)
treed3886216da98e3756d6affe30734a791cee0c084
parent9f22b485ded319c7248e33fd0c302bc50c6aa51e (diff)
downloadports-1b9e9a25804e2afb27a8fcdcf7113c06fc4cadc9.tar.gz
ports-1b9e9a25804e2afb27a8fcdcf7113c06fc4cadc9.zip
dns/powerdns: update to 4.6.3
ChangeLog: https://blog.powerdns.com/2022/07/13/powerdns-authoritative-server-4-6-3/ PR: 265268 Reported by: tremere@cainites.net (maintainer) MFH: 2022Q3 (bugfix release)
-rw-r--r--dns/powerdns/Makefile2
-rw-r--r--dns/powerdns/distinfo6
-rw-r--r--dns/powerdns/pkg-descr38
3 files changed, 13 insertions, 33 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index d4ee78b31ce8..00a904bade92 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -1,5 +1,5 @@
PORTNAME= powerdns
-DISTVERSION= 4.6.2
+DISTVERSION= 4.6.3
CATEGORIES= dns
MASTER_SITES= https://downloads.powerdns.com/releases/
DISTNAME= pdns-${DISTVERSION}
diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo
index e65898d62f52..c8c6146f233e 100644
--- a/dns/powerdns/distinfo
+++ b/dns/powerdns/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649776889
-SHA256 (pdns-4.6.2.tar.bz2) = f443848944bb11bbb4850221613b3a01ffb57febf2671da6caa57362ee0b19b8
-SIZE (pdns-4.6.2.tar.bz2) = 1302527
+TIMESTAMP = 1657734807
+SHA256 (pdns-4.6.3.tar.bz2) = acd06b89ca01d1adf61b906604614f0e1d77a1e94eeecade8ff5d53a16db7389
+SIZE (pdns-4.6.3.tar.bz2) = 1302651
diff --git a/dns/powerdns/pkg-descr b/dns/powerdns/pkg-descr
index 8650b211c41a..fb6bc821f27e 100644
--- a/dns/powerdns/pkg-descr
+++ b/dns/powerdns/pkg-descr
@@ -1,33 +1,13 @@
-The PowerDNS Authoritative Server is the only solution that enables
-authoritative DNS service from all major databases, including but not limited
-to MySQL, PostgreSQL, SQLite3, LDAP and plain text files.
+The PowerDNS Authoritative Server is a versatile nameserver which supports a
+large number of backends. These backends can either be plain zone files or be
+more dynamic in nature.
-DNS answers can also be fully scripted using a variety of (scripting) languages
-such as Lua, Java, Perl, Python, Ruby, C and C++. Such scripting can be used
-for dynamic redirection, (spam) filtering or real time intervention.
+PowerDNS has the concepts of ‘backends’. A backend is a datastore that the
+server will consult that contains DNS records (and some metadata). The backends
+range from database backends (MySQL, PostgreSQL) and BIND zone files to
+co-processes and JSON API’s.
-In addition, the PowerDNS Authoritative Server is the leading DNSSEC
-implementation, hosting the majority of all DNSSEC domains worldwide. The
-Authoritative Server hosts at least 30% of all domain names in Europe, and
-around 90% of all DNSSEC domains in Europe.
-
- * IPv4, UDP/TCP
- * IPv6, UDP/TCP, 100% compliant
- * Remotely pollable statistics for real time graphing
- * MySQL, PostgreSQL, Oracle, Sybase, Microsoft SQL Server, LDAP, SQLite3
- - Including replication
- * Near instant start up time
- * Plain BIND zone files
- - Brief start up time
- * Migration tools from legacy DNS platforms (zone2sql)
- * Internal Lua-based scripted answer generation
- * External high-performance Script-based answer generation
- * Geographical load balancing
- * Full DNSSEC support including all standardized algorithms
- * TSIG for transaction signatures, AXFR authorization/requests
- * Master/Slave support
- * Built-in web server for statistics and limited direct control
- * API for direct control (pdns_control, pdnssec)
- - Local and remote access
+Multiple backends can be enabled in the configuration by using the launch
+option. Each backend can be configured separately.
WWW: https://www.powerdns.com/auth.html