From: yunwei <37897161+dyunwei@users.noreply.github.com> Date: Fri, 14 Apr 2023 08:45:11 +0000 (+0800) Subject: Changelog entry for #874 X-Git-Tag: release-1.18.0rc1~24^2~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F875%2Fhead;p=thirdparty%2Funbound.git Changelog entry for #874 unbound-anchor is compliant with RFC 7958, and the XML format remains unchanged between the old draft and RFC 7958. Update the comments to improve clarity. --- diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 3bc25a10c..20a100cec 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -1589,8 +1589,7 @@ xml_parse_setup(XML_Parser parser, struct xml_data* data, time_t now) /** * Perform XML parsing of the root-anchors file - * Its format description can be read here - * https://data.iana.org/root-anchors/draft-icann-dnssec-trust-anchor.txt + * Its format description can be found in RFC 7958. * It uses libexpat. * @param xml: BIO with xml data. * @param now: the current time for checking DS validity periods.