pdns: update to 4.4.1
authorPeter van Dijk <redacted>
Mon, 14 Jun 2021 19:25:07 +0000 (21:25 +0200)
committerPeter van Dijk <redacted>
Mon, 14 Jun 2021 21:00:01 +0000 (23:00 +0200)
Signed-off-by: Peter van Dijk <redacted>
net/pdns/Makefile

index 256ad04113f1591649c71b15a2e539b3afe39240..4b0a2e7fd4843b485560ca0a83f4b0f4ef6ea557 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pdns
-PKG_VERSION:=4.4.0
+PKG_VERSION:=4.4.1
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
-PKG_HASH:=40cb81d9e0d34edcc7c95435a06125bde0bd1a51692e1db52413e31d7ede0b39
+PKG_HASH:=03fa7c181c666a5fc44a49affe7666bd385d46c1fe15088caff175967e85ab6c
 
 PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com>
 PKG_LICENCE:=GPL-2.0-only
@@ -187,10 +187,6 @@ CONFIGURE_ARGS+= \
        --enable-reproducible \
        $(if $(CONFIG_PACKAGE_pdns-ixfrdist),--enable-ixfrdist,)
 
-CONFIGURE_VARS += \
-       boost_cv_lib_program_options=yes \
-       boost_cv_lib_program_options_LIBS=-lboost_program_options
-
 define Package/pdns/install
        $(INSTALL_DIR) $(1)/etc/powerdns
        $(INSTALL_CONF) ./files/pdns.conf-dist $(1)/etc/powerdns/pdns.conf-dist
git clone https://git.99rst.org/PROJECT