Summary: | dns/dnsmasq fix error "config error is REFUSED (EDE: not ready)" | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Olivier Cochard <olivier> | ||||
Component: | Individual Port(s) | Assignee: | Matthias Andree <mandree> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | franco | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(mandree) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Olivier Cochard
2021-12-11 02:14:09 UTC
Merci beaucoup ! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f727ae28aad85b8545ca5e2ee1752c006d63aa47 commit f727ae28aad85b8545ca5e2ee1752c006d63aa47 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-12-11 09:48:02 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-12-11 09:51:28 +0000 dns/dnsmasq: pull in three more upstream fixes Cherry-pick these Git commits from the upstream: --local should behave as --server, not as --address [...] Fix confusion in DNS retries and --strict-order. Fix confusion with log-IDs and DNS retries. loosely prompted by Olivier's PR: 260331 dns/dnsmasq/Makefile | 2 +- ...-089a11f3400485f215f5e29c77e41d7730f2c806 (new) | 36 ++++++++ ...-2561f9fe0eb9c0be1df48da1e2bd3d3feaa138c2 (new) | 63 ++++++++++++++ ...-ed96efd865132dd9aa256c7873c6cdd5e985ee23 (new) | 95 ++++++++++++++++++++++ 4 files changed, 195 insertions(+), 1 deletion(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f05895ca06edbf6ba8bdf7e221c8a1057c0fd71 commit 1f05895ca06edbf6ba8bdf7e221c8a1057c0fd71 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2021-12-11 02:14:09 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-12-11 09:51:28 +0000 dns/dnsmasq: fix error "config error is REFUSED (EDE: not ready)" Fix --address=/#/...... which was lost in 2.86 ML message: https://www.mail-archive.com/dnsmasq-discuss@lists.thekelleys.org.uk/msg15508.html Git commit: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=26bbf5a314d833beaf0f147d24409969f05f3dba PR: 260331 Obtained from: Simon Kelley (upstream maintainer) dns/dnsmasq/Makefile | 2 +- dns/dnsmasq/files/patch-src_network.c (new) | 81 +++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 1 deletion(-) |