-
Notifications
You must be signed in to change notification settings - Fork 808
mosquitto(kirkstone): upgrade 2.0.18 -> 2.0.19 #887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fabrice-aeschbacher
wants to merge
1
commit into
openembedded:kirkstone
Choose a base branch
from
fabrice-aeschbacher:mosquitto-2.0.19/kirkstone
base: kirkstone
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
mosquitto(kirkstone): upgrade 2.0.18 -> 2.0.19 #887
fabrice-aeschbacher
wants to merge
1
commit into
openembedded:kirkstone
from
fabrice-aeschbacher:mosquitto-2.0.19/kirkstone
Conversation
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
- Solves CVE-2024-8376 - removed 1571.patch and 2894.patch, already applied in v2.0.19 https://github.com/eclipse/mosquitto/blob/v2.0.19/ChangeLog.txt (cherry-picked from 25d0721) Signed-off-by: Fabrice Aeschbacher <fabrice.aeschbacher@siemens.com> Reviewed-by: Peter Marko <peter.marko@siemens.com>
Contributor
|
@akuster could you please consider picking this PR? |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 30, 2025
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.1 This release fixes a packaging issue. Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.0 Features: adig: read arguments from adigrc. PR openembedded#856 Add new pending write callback optimization via ares_set_pending_write_cb. PR openembedded#857 New function ares_process_fds(). PR openembedded#875 Failed servers should be probed rather than redirecting queries which could cause unexpected latency. PR openembedded#877 adig: rework command line arguments to mimic dig from bind. PR openembedded#890 Add new method for overriding network functions ares_set_socket_function_ex() to properly support all new functionality. PR openembedded#894 Fix regression with custom socket callbacks due to DNS cookie support. PR openembedded#895 ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets PR openembedded#887 URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). PR openembedded#882 Changes: Connection handling modularization. PR openembedded#857, PR openembedded#876 Expose library/utility functions to tools. PR openembedded#860 Remove ares__ prefix, just use ares_ for internal functions. PR openembedded#872 Bugfixes: fix: potential WIN32_LEAN_AND_MEAN redefinition. PR openembedded#869 Fix googletest v1.15 compatibility. PR openembedded#874 Fix pkgconfig thread dependencies. PR openembedded#884 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 31, 2025
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.1 This release fixes a packaging issue. Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.0 Features: adig: read arguments from adigrc. PR openembedded#856 Add new pending write callback optimization via ares_set_pending_write_cb. PR openembedded#857 New function ares_process_fds(). PR openembedded#875 Failed servers should be probed rather than redirecting queries which could cause unexpected latency. PR openembedded#877 adig: rework command line arguments to mimic dig from bind. PR openembedded#890 Add new method for overriding network functions ares_set_socket_function_ex() to properly support all new functionality. PR openembedded#894 Fix regression with custom socket callbacks due to DNS cookie support. PR openembedded#895 ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets PR openembedded#887 URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). PR openembedded#882 Changes: Connection handling modularization. PR openembedded#857, PR openembedded#876 Expose library/utility functions to tools. PR openembedded#860 Remove ares__ prefix, just use ares_ for internal functions. PR openembedded#872 Bugfixes: fix: potential WIN32_LEAN_AND_MEAN redefinition. PR openembedded#869 Fix googletest v1.15 compatibility. PR openembedded#874 Fix pkgconfig thread dependencies. PR openembedded#884 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 31, 2025
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.1 This release fixes a packaging issue. Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.0 Features: adig: read arguments from adigrc. PR openembedded#856 Add new pending write callback optimization via ares_set_pending_write_cb. PR openembedded#857 New function ares_process_fds(). PR openembedded#875 Failed servers should be probed rather than redirecting queries which could cause unexpected latency. PR openembedded#877 adig: rework command line arguments to mimic dig from bind. PR openembedded#890 Add new method for overriding network functions ares_set_socket_function_ex() to properly support all new functionality. PR openembedded#894 Fix regression with custom socket callbacks due to DNS cookie support. PR openembedded#895 ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets PR openembedded#887 URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). PR openembedded#882 Changes: Connection handling modularization. PR openembedded#857, PR openembedded#876 Expose library/utility functions to tools. PR openembedded#860 Remove ares__ prefix, just use ares_ for internal functions. PR openembedded#872 Bugfixes: fix: potential WIN32_LEAN_AND_MEAN redefinition. PR openembedded#869 Fix googletest v1.15 compatibility. PR openembedded#874 Fix pkgconfig thread dependencies. PR openembedded#884 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.
https://github.com/eclipse/mosquitto/blob/v2.0.19/ChangeLog.txt
(cherry-picked from 25d0721)
Reviewed-by: Peter Marko peter.marko@siemens.com