--- - branch: MAIN date: Mon Sep 26 13:23:31 UTC 2022 files: - new: '1.47' old: '1.46' path: pkgsrc/net/dnsmasq/Makefile pathrev: pkgsrc/net/dnsmasq/Makefile@1.47 type: modified - new: '1.45' old: '1.44' path: pkgsrc/net/dnsmasq/distinfo pathrev: pkgsrc/net/dnsmasq/distinfo@1.45 type: modified - new: '1.2' old: '1.1' path: pkgsrc/net/dnsmasq/patches/patch-src_dump.c pathrev: pkgsrc/net/dnsmasq/patches/patch-src_dump.c@1.2 type: modified id: 20220926T132331Z.743e67fe55313d9bad09e4bd951e17171d212c2f log: | dnsmasq: updated to 2.87 version 2.87 Allow arbitrary prefix lengths in --rev-server and --domain=....,local Replace --address=/#/..... functionality which got missed in the 2.86 domain search rewrite. Add --nftset option, like --ipset but for the newer nftables. Thanks to Chen Zhenge for the patch. Add --filter-A and --filter-AAAA options, to remove IPv4 or IPv6 addresses from DNS answers. Fix crash doing netbooting when --port is set to zero to disable the DNS server. Thanks to Drexl Johannes for the bug report. Generalise --dhcp-relay. Sending via broadcast/multicast is now supported for both IPv4 and IPv6 and the configuration syntax made easier (but backwards compatible). Add snooping of IPv6 prefix-delegations to the DHCP-relay system. Finesse parsing of --dhcp-remoteid and --dhcp-subscrid. To be treated as hex, the pattern must consist of only hex digits AND contain at least one ':'. Thanks to Bengt-Erik Sandstrom who tripped over a pattern consisting of a decimal number which was interpreted surprisingly. Include client address in TFTP file-not-found error reports. Thanks to Stefan Rink for the initial patch, which has been re-worked by me (srk). All bugs mine. Note in manpage the change in behaviour of -address. This behaviour actually changed in v2.86, but was undocumented there. From 2.86 on, (eg) --address=/example.com/1.2.3.4 ONLY applies to A queries. All other types of query will be sent upstream. Pre 2.86, that would catch the whole example.com domain and queries for other types would get a local NODATA answer. The pre-2.86 behaviour is still available, by configuring --address=/example.com/1.2.3.4 --local=/example.com/ Fix problem with binding DHCP sockets to an individual interface. Despite the fact that the system call tales the interface _name_ as a parameter, it actually, binds the socket to interface _index_. Deleting the interface and creating a new one with the same name leaves the socket bound to the old index. (Creating new sockets always allocates a fresh index, they are not reused). We now take this behaviour into account and keep up with changing indexes. Add --conf-script configuration option. Enhance --domain to accept, for instance, --domain=net2.thekelleys.org.uk,eth2 so that hosts get a domain which relects the interface they are attached to in a way which doesn't require hard-coding addresses. Thanks to Sten Spans for the idea. Fix write-after-free error in DHCPv6 server code. CVE-2022-0934 refers. Add the ability to specify destination port in DHCP-relay mode. This change also removes a previous bug where --dhcp-alternate-port would affect the port used to relay _to_ as well as the port being listened on. The new feature allows configuration to provide bug-for-bug compatibility, if required. Thanks to Damian Kaczkowski for the feature suggestion. Bound the value of UDP packet size in the EDNS0 header of forwarded queries to the configured or default value of edns-packet-max. There's no point letting a client set a larger value if we're unable to return the answer. Thanks to Bertie Taylor for pointing out the problem and supplying the patch. Fix problem with the configuration --server=/some.domain/# --address=/#/ --server= This would return for queries in some.domain, rather than forwarding the query via the default server. Tweak DHCPv6 relay code so that packets relayed towards a server have source address on the server-facing network, not the client facing network. Thanks to Luis Thomas for spotting this and initial patch. module: pkgsrc subject: 'CVS commit: pkgsrc/net/dnsmasq' unixtime: '1664198611' user: adam