]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pdns: Update to 4.7.3
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 15:51:05 +0000 (15:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 15:51:05 +0000 (15:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pdns/pdns.conf
pdns/pdns.nm

index 7c43c0abafd85f45e1e76a86a539fdb6ea03f834..6744cd221c594cda114d422ac12e2db37877f104 100644 (file)
@@ -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
index f8cf95f79e6d4fc23dcb6b3114fff0bc9178fa63..7fcaa64cd85a80def0803b12855f9e4f93f29103 100644 (file)
@@ -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