From af1ad467ae59c3943bdad73ae07b0d16c2fd634f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 14 Nov 2023 13:37:44 +0100 Subject: [PATCH] pdns-recursor: update to 4.9.2 and fix conffile path Signed-off-by: Peter van Dijk --- net/pdns-recursor/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index f0820f378..0642c3459 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns-recursor -PKG_VERSION:=4.9.1 +PKG_VERSION:=4.9.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=0a1edc13e8f2bd661f39e316387d941e22de6a03b8a7a2fc662fdf8b942ea2be +PKG_HASH:=4cb8180458ecfb528a3d9a34ba2844b6cd2ed69ca1c461dde24a0ebd66829144 PKG_MAINTAINER:=Peter van Dijk PKG_LICENCE:=GPL-2.0-only @@ -35,7 +35,7 @@ define Package/pdns-recursor/description endef define Package/pdns-recursor/conffiles -/etc/powerdns/pdns-recursor.conf +/etc/powerdns/recursor.conf /etc/init.d/pdns-recursor endef