dns/dnsmasq-devel: update to v2.91test8
Upstream CHANGELOG file addition:
Handle DS queries to auth zones. When dnsmasq is configured to act as |
an authoritative server and has an authoritative zone configured, and |
recieves a query for that zone _as_forwarder_ it answers the query |
directly rather than forwarding it. This doesn't affect the answer, but |
it saves dnsmasq forwarding the query to the recusor upstream, whch then |
bounces it back to dnsmasq in auth mode. The exception should be when |
the query is for the root of zone, for a DS RR. The answer to that has |
to come from the parent, via the recursor, and will typically be a |
proof-of-nonexistence since dnsmasq doesn't support signed zones. This |
patch suppresses local answers and forces forwarding to the upstream |
recursor for such queries. It stops breakage when a DNSSEC validating |
client makes queries to dnsmasq acting as forwarder for a zone for which |
it is authoritative. |
And commits:
- b72ecb3 2025-01-18 | Fix log message fields in wrong order in some auth replies.
- c221030 2025-01-18 | Rename cache_validated() to cache_not_validated().
- 5bbea08 2025-01-18 | Fix subtle bug in arbitrary-RR caching.
- 622cf03 2025-01-18 | Fix fubar that could return unsigned NODATA response when do bit set.
- 8ce2743 2025-01-17 | Handle DS queries to auth zones.
- 5d89462 2025-01-17 | Extend build fingerprinting to include CFLAGS.