From: Peter van Dijk Date: Thu, 5 Oct 2023 12:44:44 +0000 (+0200) Subject: pdns: update to 4.8.3 and update pdns.conf-dist X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e2b439c487a85fe70db91680fe78ad4ceb71a331;p=openwrt-packages.git pdns: update to 4.8.3 and update pdns.conf-dist Signed-off-by: Peter van Dijk --- diff --git a/net/pdns/Makefile b/net/pdns/Makefile index 39ac66747..eedc3c6d1 100644 --- a/net/pdns/Makefile +++ b/net/pdns/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns -PKG_VERSION:=4.8.2 +PKG_VERSION:=4.8.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=3b173fda4c51bb07b5a51d8c599eedd7962a02056b410e3c9d9d69ed97be35b9 +PKG_HASH:=77b91199bdf71874334501c67e26469c2667a373d8423803fe657417295c77ba PKG_MAINTAINER:=Peter van Dijk PKG_LICENCE:=GPL-2.0-only diff --git a/net/pdns/files/pdns.conf-dist b/net/pdns/files/pdns.conf-dist index 9242373a2..2e417c4cb 100644 --- a/net/pdns/files/pdns.conf-dist +++ b/net/pdns/files/pdns.conf-dist @@ -140,6 +140,11 @@ # # default-api-rectify=yes +################################# +# default-catalog-zone Catalog zone to assign newly created primary zones (via the API) to +# +# default-catalog-zone= + ################################# # default-ksk-algorithm Default KSK algorithm # @@ -530,6 +535,11 @@ # # secondary=no +################################# +# secondary-check-signature-freshness Check signatures in SOA freshness check. Sets DO flag on SOA queries. Outside some very problematic scenarios, say yes here. +# +# secondary-check-signature-freshness=yes + ################################# # secondary-do-renotify If this secondary should send out notifications after receiving zone transfers from a primary # @@ -581,7 +591,7 @@ # slave-renotify=no ################################# -# socket-dir Where the controlsocket will live, /var/run/pdns when unset and not chrooted. Set to the RUNTIME_DIRECTORY environment variable when that variable has a value (e.g. under systemd). +# socket-dir Where the controlsocket will live, /var/run/pdns when unset and not chrooted # # socket-dir= @@ -695,6 +705,11 @@ # # webserver-print-arguments=no +################################# +# workaround-11804 Workaround for issue 11804: send single RR per AXFR chunk +# +# workaround-11804=no + ################################# # write-pid Write a PID file #