+10
nixos/doc/manual/release-notes/rl-2103.xml
+10
nixos/doc/manual/release-notes/rl-2103.xml
···+be sure to review the <link xlink:href="https://doc.powerdns.com/authoritative/upgrading.html#x-to-4-3-0">Upgrade Notes</link>+entirely as a dedicated <literal>pdns</literal> user, instead of starting as <literal>root</literal>+and dropping privileges, as well as the default <literal>socket-dir</literal> location changing from
+19
-21
nixos/modules/services/networking/powerdns.nix
+19
-21
nixos/modules/services/networking/powerdns.nix
···-ExecStart = "${pkgs.powerdns}/bin/pdns_server --setuid=nobody --setgid=nogroup --chroot=/var/lib/powerdns --socket-dir=/ --daemon=no --guardian=no --disable-syslog --write-pid=no --config-dir=${configDir}";+ExecStart = [ "" "${pkgs.powerdns}/bin/pdns_server --config-dir=${configDir} --guardian=no --daemon=no --disable-syslog --log-timestamp=no --write-pid=no" ];
+56
-4
nixos/tests/powerdns.nix
+56
-4
nixos/tests/powerdns.nix
···
+5
-6
pkgs/servers/dns/powerdns/default.nix
+5
-6
pkgs/servers/dns/powerdns/default.nix
···-"--with-modules=bind gmysql geoip godbc gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote"