forked from buildroot/buildroot
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from buildroot:master #247
Merged
Merged
Conversation
This file contains 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
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
Fixes the following security issue: CVE-2024-4453: Heap-based buffer overflow in the EXIF image tag parser when handling certain malformed streams before GStreamer 1.24.3 or 1.22.12 https://gstreamer.freedesktop.org/security/sa-2024-0002.html For more details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
No functional change, but bump for consistency. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> [Julien: fixed commit log title] Signed-off-by: Julien Olivain <[email protected]>
No functional change, but bump for consistency. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
No functional change, but bump for consistency. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
According to https://logging.apache.org/log4cxx/1.3.1/changelog.html: Release 1.3.1 - 2024-11-30 ========================== This is a minor bugfix release to fix issues found with 1.3.0. Bug - Properly prevent undefined behaviour when an appender is deleted without being closed [#431] - Prevent abnormal termination on exit when using a static NDC/MDC variable [#426] - Support for std::experimental::optional (in the standard library used by gcc 5.4) [#419] Release 1.3.0 - 2024-10-21 ========================== Release 1.3.0 includes the following new features: - Overhead reduction of upto 60% sending logging events to an appender - Statistics on the AsyncAppender's queue length (in Log4cxx debug output) - Fuzz tests along with Google OSS-Fuzz integration The following issues have been addressed: - MSYS2/MINGW build errors [#389] - thread_local problems in MSYS2/MINGW [#394] - A potential 'use after free' fault when using AsyncAppender [#397] Release 1.2.0 - 2024-01-01 ========================== The following issues have been addressed: - The locale external character encoding option reverting to US-ASCII [LOGCXX-483] - A segfault during process exit when log4cxx::LogManager::shutdown is not called [#268] [#219] - The cmake option to include a MultiprocessRollingFileAppender did not work - Build failure in a MSYS2 environment - Format settings (e.g. std::hex) were retained across LOG4CXX_XXXXX macro logging requests - When the APR library was built without support for threads (APR_HAS_THREADS=0): the AsyncAppender and dynamically loaded configuration changes were not available a single nested/mapped diagnostic context (NDC/MDC) would be used and updated (without synchronization) - On Windows, GetThreadDescription() called for each logging event when the thread name was empty [#321] Release 1.2.0 includes the following new features: - LOG4CXX_XXXX macros now support logging of QStrings directly - log4cxx::hexdump function that returns a string of hexadecimal byte values - Ability to remove a HierarchyEventListener [#233] - Less string copying when sending a logging event to an appender - Less frequent mutex contention when logging from multiple threads concurrently [#320] - Allow thread information to be included in JSON formatted output - Optional support for logging during process termination [#271] - A cmake option to place Log4cxx functions in a different namespace [#277] - Optionally use std::format in LOG4CXX_XXXX_FMT macros instead of fmt::format [#291] - Support for per object enabling/disabling of logging requests (see log4cxx::LoggerInstancePtr) Note: the LOG4CXX_CHARSET cmake option (external character encoding) default value has changed to utf-8 Within Buildroot, log4cxx has no reverse dependencies, and we tested building it with gcc 7.x to verify compatibility with reasonably old compilers. This new version of log4cxx now needs wchar support, as several multi-byte functions are now used since upstream commit 2569c6beac983e933574d001ec1601e569355c50 ("Implement a functional 'locale' character encoding (#252)"). A full test-pkg build was performed with this package update: https://gitlab.com/tpetazzoni/buildroot/-/pipelines/1603576624. Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
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.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )