[Dnsmasq-discuss] v2.88rc1 build errors on BSD

2022-11-16 Thread Johnny S. Lee via Dnsmasq-discuss
When building on FreeBSD: option.c:970:7: error: use of undeclared identifier 'source_addr' source_addr->in.sin_len = addr->in.sin_len = sizeof(struct sockaddr_in); ^ option.c:970:33: error: use of undeclared identifier 'addr' source_addr->in.sin_len = addr->in.sin_len =

Re: [Dnsmasq-discuss] v2.88rc1 build errors on BSD

2022-11-16 Thread Johnny S. Lee via Dnsmasq-discuss
Adding 'sdetails->' to all three of them seems to fix the errors. On Thu, 17 Nov 2022 at 07:50, Johnny S. Lee <_...@jsl.io> wrote: > > When building on FreeBSD: > > option.c:970:7: error: use of undeclared identifier 'source_addr' > source_addr->in.sin_len = addr->in.sin_len = sizeof(struct

Re: [Dnsmasq-discuss] [PATCH] Make ECC-GOST optional only

2022-11-16 Thread Simon Kelley
On 10/11/2022 17:02, Petr Menšík wrote: Hi! I were testing my builds on rootcanary.org test, where dnsmasq is the only one failing with DNSSEC validation enabled. I am not sure why, I think gost crypto algorithm might be broken intentionally on Fedora or RHEL for legal reason. But I have