pdns: 4.8.4 -> 4.9.0

Changelog: https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.0
Upgrade Notes: https://doc.powerdns.com/authoritative/upgrading.html#to-4-9-0

Nick Cao 0537bbd0 164cc796

+4 -2
+2
nixos/doc/manual/release-notes/rl-2405.section.md
··· 129 130 - The `power.ups` module now generates `upsd.conf`, `upsd.users` and `upsmon.conf` automatically from a set of new configuration options. This breaks compatibility with existing `power.ups` setups where these files were created manually. Back up these files before upgrading NixOS. 131 132 - `unrar` was updated to v7. See [changelog](https://www.rarlab.com/unrar7notes.htm) for more information. 133 134 - `k9s` was updated to v0.31. There have been various breaking changes in the config file format,
··· 129 130 - The `power.ups` module now generates `upsd.conf`, `upsd.users` and `upsmon.conf` automatically from a set of new configuration options. This breaks compatibility with existing `power.ups` setups where these files were created manually. Back up these files before upgrading NixOS. 131 132 + - `pdns` was updated to version [v4.9.x](https://doc.powerdns.com/authoritative/changelog/4.9.html), which introduces breaking changes. Check out the [Upgrade Notes](https://doc.powerdns.com/authoritative/upgrading.html#to-4-9-0) for details. 133 + 134 - `unrar` was updated to v7. See [changelog](https://www.rarlab.com/unrar7notes.htm) for more information. 135 136 - `k9s` was updated to v0.31. There have been various breaking changes in the config file format,
+2 -2
pkgs/servers/dns/pdns/default.nix
··· 23 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "pdns"; 26 - version = "4.8.4"; 27 28 src = fetchurl { 29 url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2"; 30 - hash = "sha256-f0DIy8RlDQb+Sau6eZAuurs4Q2Pau9XO8nGWSgfDZFw="; 31 }; 32 # redact configure flags from version output to reduce closure size 33 patches = [ ./version.patch ];
··· 23 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "pdns"; 26 + version = "4.9.0"; 27 28 src = fetchurl { 29 url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2"; 30 + hash = "sha256-/h1UM8iERu1w2TFgXG7Dd9qZg5xOFRuQtxqiEb1u6pI="; 31 }; 32 # redact configure flags from version output to reduce closure size 33 patches = [ ./version.patch ];