Skip to content

Commit

Permalink
pdns: update to 4.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter van Dijk <[email protected]>
  • Loading branch information
Habbie committed Oct 5, 2023
1 parent c5f6865 commit cb29df9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/pdns/Makefile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
PKG_LICENCE:=GPL-2.0-only
Expand Down
17 changes: 16 additions & 1 deletion net/pdns/files/pdns.conf-dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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
#
Expand Down Expand Up @@ -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=

Expand Down Expand Up @@ -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
#
Expand Down

0 comments on commit cb29df9

Please sign in to comment.