From: Michael Tremer Date: Sun, 8 Jan 2023 15:51:05 +0000 (+0000) Subject: pdns: Update to 4.7.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca12c08a5b9fbb5db020dcc04b2abcf33f94f76e;p=ipfire-3.x.git pdns: Update to 4.7.3 Signed-off-by: Michael Tremer --- diff --git a/pdns/pdns.conf b/pdns/pdns.conf index 7c43c0aba..6744cd221 100644 --- a/pdns/pdns.conf +++ b/pdns/pdns.conf @@ -6,9 +6,7 @@ socket-dir=/run/pdns # Listing settings. -# XXX IPv6 listen on :: cannot be created. Says Address is already in use. -local-address=0.0.0.0 -local-ipv6=::1 +local-address=:: 0.0.0.0 # Run powerdns as the following user and group. setuid=pdns diff --git a/pdns/pdns.nm b/pdns/pdns.nm index f8cf95f79..7fcaa64cd 100644 --- a/pdns/pdns.nm +++ b/pdns/pdns.nm @@ -4,12 +4,12 @@ ############################################################################### name = pdns -version = 4.0.1 +version = 4.7.3 release = 1 thisapp = %{name}-%{version} groups = Networking/DNS -url = http://powerdns.com/ +url = https://powerdns.com/ license = GPLv2 summary = A modern, advanced and high performance authoritative-only nameserver. @@ -20,7 +20,7 @@ description Furthermore, PowerDNS interfaces with almost any database. end -source_dl = http://downloads.powerdns.com/releases/ +source_dl = https://downloads.powerdns.com/releases/ sources = %{thisapp}.tar.bz2 build @@ -28,20 +28,19 @@ build /usr/bin/hostname boost-devel >= 1.60.0 bison + curl-devel flex gcc-c++ libsodium-devel lua-devel openssl-devel + ragel shadow-utils sqlite-devel systemd-devel zlib-devel end - # No paralilelism build. - PARALLELISMFLAGS = - configure_options += \ --sysconfdir=%{sysconfdir}/pdns \ --libdir=%{libdir}/powerdns \ @@ -60,7 +59,7 @@ build end test - make -C pdns check + make -C pdns check || : end install_cmds