Merge pull request #199094 from NickCao/pdns

pdns: 4.6.3 -> 4.7.2

authored by ajs124 and committed by GitHub 92fe5610 2aaf2bc5

+15 -2
+11
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
··· 1220 </listitem> 1221 <listitem> 1222 <para> 1223 There is a new module for the <literal>thunar</literal> 1224 program (the Xfce file manager), which depends on the 1225 <literal>xfconf</literal> dbus service, and also has a dbus
··· 1220 </listitem> 1221 <listitem> 1222 <para> 1223 + PowerDNS has been updated from <literal>4.6.x</literal> to 1224 + <literal>4.7.x</literal>. Please be sure to review the 1225 + <link xlink:href="https://doc.powerdns.com/authoritative/upgrading.html#to-4-7-0-or-master">Upgrade 1226 + Notes</link> provided by upstream before upgrading. Worth 1227 + specifically noting is that the new Catalog Zones feature 1228 + comes with a mandatory schema change for the gsql database 1229 + backends, which has to be manually applied. 1230 + </para> 1231 + </listitem> 1232 + <listitem> 1233 + <para> 1234 There is a new module for the <literal>thunar</literal> 1235 program (the Xfce file manager), which depends on the 1236 <literal>xfconf</literal> dbus service, and also has a dbus
+2
nixos/doc/manual/release-notes/rl-2211.section.md
··· 369 370 - The default package for `services.mullvad-vpn.package` was changed to `pkgs.mullvad`, allowing cross-platform usage of Mullvad. `pkgs.mullvad` only contains the Mullvad CLI tool, so users who rely on the Mullvad GUI will want to change it back to `pkgs.mullvad-vpn`, or add `pkgs.mullvad-vpn` to their environment. 371 372 - There is a new module for the `thunar` program (the Xfce file manager), which depends on the `xfconf` dbus service, and also has a dbus service and a systemd unit. The option `services.xserver.desktopManager.xfce.thunarPlugins` has been renamed to `programs.thunar.plugins`, and in a future release it may be removed. 373 374 - There is a new module for the `xfconf` program (the Xfce configuration storage system), which has a dbus service.
··· 369 370 - The default package for `services.mullvad-vpn.package` was changed to `pkgs.mullvad`, allowing cross-platform usage of Mullvad. `pkgs.mullvad` only contains the Mullvad CLI tool, so users who rely on the Mullvad GUI will want to change it back to `pkgs.mullvad-vpn`, or add `pkgs.mullvad-vpn` to their environment. 371 372 + - PowerDNS has been updated from `4.6.x` to `4.7.x`. Please be sure to review the [Upgrade Notes](https://doc.powerdns.com/authoritative/upgrading.html#to-4-7-0-or-master) provided by upstream before upgrading. Worth specifically noting is that the new Catalog Zones feature comes with a mandatory schema change for the gsql database backends, which has to be manually applied. 373 + 374 - There is a new module for the `thunar` program (the Xfce file manager), which depends on the `xfconf` dbus service, and also has a dbus service and a systemd unit. The option `services.xserver.desktopManager.xfce.thunarPlugins` has been renamed to `programs.thunar.plugins`, and in a future release it may be removed. 375 376 - There is a new module for the `xfconf` program (the Xfce configuration storage system), which has a dbus service.
+2 -2
pkgs/servers/dns/pdns/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "pdns"; 8 - version = "4.6.3"; 9 10 src = fetchurl { 11 url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2"; 12 - hash = "sha256-rNBricoB0a32G5BmBGFPDh13oelO7srej/XVOhbbc4k="; 13 }; 14 # redact configure flags from version output to reduce closure size 15 patches = [ ./version.patch ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "pdns"; 8 + version = "4.7.2"; 9 10 src = fetchurl { 11 url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2"; 12 + hash = "sha256-TcrjXr3ASRWHLXv24tC8pLBcY1ChAKXPnCnfU7qlPOI="; 13 }; 14 # redact configure flags from version output to reduce closure size 15 patches = [ ./version.patch ];