ports/dns/powerdns-recursor/files/pkg-message.in
Ralf van der Enden 7386c2ffd5 dns/powerdns-recursor: Update 5.1.1 → 5.1.2 (fix CVE-2024-25590)
PowerDNS Recursor Security Advisory 2024-04:
An attacker can publish a zone containing specific Resource Record Sets.
Repeatedly processing and caching results for these sets can lead to a
denial of service.
CVSS Score: 7.5
https://blog.powerdns.com/2024/10/03/powerdns-recursor-4-9-9-5-0-9-5-1-2-released

PR:	281914
MFH:	2024Q4
2024-10-09 23:26:44 +03:00

30 lines
768 B
Plaintext

[
{ type: install
message: <<EOM
If you want to use the PowerDNS Recursor,
you need the following line in /etc/rc.conf(.local)
or in /etc/rc.conf.d/pdns_recursor
pdns_recursor_enable="YES"
Configuration templates are available in %%PREFIX%%/etc/pdns
as recursor.conf-dist.
EOM
}
{ type: upgrade
minimum_version: "5.1.0"
message: <<EOM
Since version 5.1.0 the tarball no longer contains a recursor.conf-dist
and users need to start using the YAML format.
A new command is available to the rc.d script, showyaml, which converts
the old config to YAML format. This can be run via:
service pdns_recursor showyaml
It ony shows the new config and won't overwrite your old config.
Please double check if everything has been converted correctly.
EOM
}
]