net/miniupnpd: Update to 2.3.11, add patch to improve logging - #260
Draft
Self-Hosting-Group wants to merge 1 commit into
Draft
net/miniupnpd: Update to 2.3.11, add patch to improve logging#260Self-Hosting-Group wants to merge 1 commit into
Self-Hosting-Group wants to merge 1 commit into
Conversation
Self-Hosting-Group
force-pushed
the
improve-logging
branch
2 times, most recently
from
March 4, 2026 07:47
791a4e9 to
77aa54c
Compare
Self-Hosting-Group
marked this pull request as ready for review
March 4, 2026 08:00
Self-Hosting-Group
force-pushed
the
improve-logging
branch
5 times, most recently
from
March 6, 2026 14:26
77aa54c to
77b18b5
Compare
Self-Hosting-Group
force-pushed
the
improve-logging
branch
4 times, most recently
from
April 27, 2026 12:51
39a5fb8 to
eaf1ace
Compare
Self-Hosting-Group
force-pushed
the
improve-logging
branch
2 times, most recently
from
April 29, 2026 08:16
39a5fb8 to
3a7d91a
Compare
Self-Hosting-Group
marked this pull request as draft
May 28, 2026 05:30
Self-Hosting-Group
force-pushed
the
improve-logging
branch
from
May 28, 2026 06:05
3a7d91a to
824fded
Compare
Self-Hosting-Group
force-pushed
the
improve-logging
branch
from
July 14, 2026 06:00
824fded to
40f96d9
Compare
Contributor
Author
|
Hello @fichtner. Is this PR better now? See opnsense/plugins#5256 (comment) |
- Update daemon to 2.3.11 to fix multiple issues, including
security-related ones
- Add daemon patch to improve logging
- Clearer logging of enabled protocols/ports, IPv6 mapping, and UPnP
IGD compatibility mode… in start banner
- Log warnings with an enabled allow third-party mapping option
- Change the log level (less verbose) of many internal or normally
occurring messages, and some error messages, without functional
restrictions, to DEBUG, client requests/actions and their errors to
INFO, and only daemon-wide messages to NOTICE/WARNING/ERR…
- Comment out some log-filling messages when internal interfaces lose
link, and for e.g. `rule with label '%s' is not a IGD pinhole`, as
normally occurring
- Apply existing UPnP IGDv2 compatibility patch using `PATCHFILES`
- Build with `--disable-pppconn` unconditionally, build option
`UPNP_NOPPP` no more needed
Link: https://www.cve.org/CVERecord?id=CVE-2026-5720
Link: miniupnp/miniupnp#898
Link: https://github.com/Self-Hosting-Group/miniupnp/tree/improve-logging
Link: https://github.com/Self-Hosting-Group/miniupnp/tree/upnp-igdv2-compat
Self-Hosting-Group
force-pushed
the
improve-logging
branch
3 times, most recently
from
August 17, 2026 08:21
40f96d9 to
cedb6bc
Compare
Contributor
Author
|
Friendly ping. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
compatibility mode
Link: https://github.com/Self-Hosting-Group/miniupnp/tree/improve-logging