There is a new pull request by rvighne against master on the void-packages repository https://github.com/rvighne/void-packages dnsmasq/enable-dnssec https://github.com/void-linux/void-packages/pull/41786 dnsmasq: enable dnssec build option by default #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, x86_64-musl #### Notes I uncommented these lines in `/etc/dnsmasq.conf`; ``` conf-file=/usr/share/dnsmasq/trust-anchors.conf dnssec ``` Logs show it worked: ``` DNSSEC validation enabled configured with trust anchor for keytag 20326 ``` A patch file from https://github.com/void-linux/void-packages/pull/41786.patch is attached