Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdns: update to 4.9.1 #54

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.9.0
PKG_RELEASE:=2
PKG_VERSION:=4.9.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
PKG_HASH:=fe1d5433c88446ed70d931605c6ec377da99839c4e151b90b71aa211bd6eea92
PKG_HASH:=30d9671b8f084774dbcba20f5a53a3134d0822ab2edc3ef968da030e630dd09a

PKG_MAINTAINER:=Peter van Dijk <[email protected]>, Remi Gacogne <[email protected]>
PKG_LICENSE:=GPL-2.0-only
Expand Down
12 changes: 11 additions & 1 deletion net/pdns/files/pdns.conf-dist
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
# disable-axfr-rectify=no

#################################
# disable-syslog Disable logging to syslog, useful when running inside a supervisor that logs stdout
# disable-syslog Disable logging to syslog, useful when running inside a supervisor that logs stderr
#
# disable-syslog=no

Expand All @@ -235,6 +235,11 @@
#
# dnsupdate=no

#################################
# dnsupdate-require-tsig Require TSIG secured DNS updates. Default is no.
#
# dnsupdate-require-tsig=no

#################################
# domain-metadata-cache-ttl Seconds to cache zone metadata from the database
#
Expand Down Expand Up @@ -380,6 +385,11 @@
#
# lua-records-exec-limit=1000

#################################
# lua-records-insert-whitespace Insert whitespace when combining LUA chunks
#
# lua-records-insert-whitespace=no

#################################
# max-cache-entries Maximum number of entries in the query cache
#
Expand Down
24 changes: 0 additions & 24 deletions net/pdns/patches/200-dnsproxy-endian.patch

This file was deleted.