rsyslogd,erlang,delve,lttng-{ust,tools,modules}: bump versions#29333
Open
commodo wants to merge 6 commits intoopenwrt:masterfrom
Open
rsyslogd,erlang,delve,lttng-{ust,tools,modules}: bump versions#29333commodo wants to merge 6 commits intoopenwrt:masterfrom
commodo wants to merge 6 commits intoopenwrt:masterfrom
Conversation
Version 8.2604.0 follows the YYYYMM.x versioning scheme (April 2026). The 8.2604.0 release enables --enable-impstats-push by default, which requires protobuf-c-compiler (protoc-c). Since we don't ship protobuf-c in the SDK environment and the impstats push feature is not essential for typical OpenWrt use, disable it explicitly with --disable-impstats-push. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Upstream release 28.5 (2026-04-23), patch release for OTP 28.
Applications updated:
- erl_interface-5.7: new --{enable,disable}-use-embedded-3pp-alternatives
configure option; allows using system zstd, zlib, ryu, openssl, tcl
instead of bundled copies (default: zlib uses OS version if available)
- erts-16.4: fixed bug in enif_make_map_from_arrays for arrays with >= 33
keys (duplicates could produce broken maps); fixed Unicode handling in
erl.exe args_file on Windows
- mnesia-4.25.3: bug fixes
- ssl-11.6: bug fixes
Highlight: new "Secure Coding Guidelines" document added to Design
Principles describing how to write secure Erlang code.
Reference: https://github.com/erlang/otp/releases/tag/OTP-28.5
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
f655885 to
60f3cad
Compare
Bug-fix release (2026-04-27). Changes: - dwarf/godwarf: fix regression debugging DWARFv5 on macOS - cmd/dlv: use goversion.ParseProducer for DW_AT_producer parsing - pkg/proc: fix flakiness in TestWaitFor - eBPF backend: extend feature to print procedure parameters in trace - minor comment and code cleanup Reference: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1263-2026-04-27 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Update from 2.13.9 to 2.15.0 (skips 2.14.x stable series). Highlights of the 2.14/2.15 series: - C++ header compatibility improvements (tracepoint API usable from C++) - liblttng-ust-tracepoint split into its own shared library - Add liblttng-ust-fd, liblttng-ust-fork helper libraries - Ring buffer API cleanup and modernisation - Drop internal libcompat layer Patch update: - 100-no-tests.patch: adjust hunk offset from line 7 to line 9; the tests/ entry in SUBDIRS moved down two lines in Makefile.am Reference: https://lttng.org/files/lttng-ust/ Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Remove obsolete patches: - 010-compat-off64_t-is-not-defined-by-musl.patch: the patched files (src/common/compat/compat-fcntl.c and src/common/compat/fcntl.h) no longer exist in 2.15.0 - 020-fix-lttng-tools-fails-to-compile-with-libxml2-2-14-0.patch: the encode_string() function was refactored in 2.15.0 to use xmlCharEncInFunc() instead of handler->input(), so the fix is no longer needed Add musl compatibility fixes in Build/Prepare via sed: - Remove :: global-namespace qualifier from TFD_CLOEXEC in timerfd.hpp; musl defines it as an octal literal so ::TFD_CLOEXEC is invalid C++ - Same fix for EPOLL_CLOEXEC in poller.cpp - Relax static_assert in consumer.hpp from __cplusplus == 201103L to >= 201103L; SDK builds with C++17 Add missing +libstdcpp to DEPENDS (lttng-tools links libstdc++.so.6). Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Bug-fix release (2026-04-24). Changes: - Fix: kallsyms on powerpc64 with ABI V1 - fix: ASoC: soc-dapm: move struct snd_soc_dapm_context (v7.0) - fix: adjust range in btrfs probe for v6.18.14 Reference: https://lttng.org/files/lttng-modules/ Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
60f3cad to
ec9e219
Compare
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.
📦 Package Details
Maintainer: me
Description:
🧪 Run Testing Details
✅ Formalities