pdns: update to 4.8.3 and update pdns.conf-dist
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
This commit is contained in:
parent
a839452274
commit
e2b439c487
2 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue