Bug 260331 - dns/dnsmasq fix error "config error is REFUSED (EDE: not ready)"
Summary: dns/dnsmasq fix error "config error is REFUSED (EDE: not ready)"
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-11 02:14 UTC by Olivier Cochard
Modified: 2022-01-12 16:20 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (mandree)


Attachments
dnsmasq patch (3.09 KB, patch)
2021-12-11 02:14 UTC, Olivier Cochard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2021-12-11 09:52:08 UTC
Merci beaucoup !
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-12-11 09:52:30 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-11 09:52:30 UTC
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(-)