pdns-recursor: update to 4.9.2 and fix conffile path
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 14 Nov 2023 12:37:44 +0000 (13:37 +0100)
committerRosen Penev <rosenp@gmail.com>
Thu, 16 Nov 2023 19:27:03 +0000 (11:27 -0800)
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
net/pdns-recursor/Makefile

index f0820f378b104ecbca02a89c5d51f4c0a8024fab..0642c34597c86658a35060cd44c8ea1e086d6d27 100644 (file)
@@ -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 <peter.van.dijk@powerdns.com>
 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