pdns: update to 4.8.3 and update pdns.conf-dist
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 5 Oct 2023 12:44:44 +0000 (14:44 +0200)
committerTianling Shen <cnsztl@gmail.com>
Fri, 20 Oct 2023 08:22:44 +0000 (16:22 +0800)
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
net/pdns/Makefile
net/pdns/files/pdns.conf-dist

index 39ac66747fa46a9218802a394f9e4d9cd6cfdff7..eedc3c6d112eb6cae6b7e6282b8756689d131de0 100644 (file)
@@ -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 <peter.van.dijk@powerdns.com>
 PKG_LICENCE:=GPL-2.0-only
index 9242373a2974b9d110c1e72fbbebc49614c20d3a..2e417c4cb13e371bf47e54aa4790dd836ff0b4e7 100644 (file)
 #
 # 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
 #
 #
 # 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
 #
 # 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=
 
 #
 # 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
 #