summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* sedutil: Upgrade to latest on tip of master branchKhem Raj2025-03-202-35/+3
| | | | | | - Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmpi-bindings: upgrade 1.0.4 -> 1.0.5Wang Mingyu2025-03-202-49/+2
| | | | | | | | | | | | | | 0001-cmpi-bindings-Fix-build-error-with-gcc14.patch removed since it's included in 1.0.5 Changelog: =============== - Fix build error with gcc14 - Update Python initialization for Python 3.11 - Reduce compiler warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-03-2012-12/+12
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: don't inherit autotoolsRoss Burton2025-03-192-4/+4
| | | | | | | | | This upstream does not in fact use autotools, so remove the inherit. Also, clean up a oe_runmake to not require a subshell. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86-1: don't inherit autotoolsRoss Burton2025-03-191-1/+3
| | | | | | | | This upstream does not in fact use autotools, so remove the inherit and implement the required do_install directly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* triggerhappy: don't inherit autotoolsRoss Burton2025-03-191-2/+4
| | | | | | | | This upstream does not in fact use autotools, so remove the inherit and implement the required do_install. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: don't inherit autotoolsRoss Burton2025-03-191-3/+3
| | | | | | | | | | This upstream does not in fact use autotools, so remove the inherit. Also remove the redundant cmake-native DEPENDS, as this upstream doesn't use cmake either. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: don't inherit autotoolsRoss Burton2025-03-191-3/+4
| | | | | | | | This upstream does not in fact use autotools, so remove the inherit and clean up do_compile(). Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Bump libfmt->11.1.4 and spdlog->1.15.1Khem Raj2025-03-171-4/+4
| | | | | | Helps compiling with clang-20 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi: upgrade 0.15.0 -> 0.99.1Yi Zhao2025-03-1712-287/+425
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325 License-Update: Drop the license for cxxopts and add the license for argparse(MIT)[1]. Update the license for protobuf(3-Clause BSD) and add the licenses for RE2(3-Clause BSD) and c-ares(MIT)[2]. Drop the license for ios-cmake[3]. Add the license for Lua(MIT)[4]. Drop the license for libcoap[5]. Drop the license for uthash[6]. Drop the licenses for LightPcapNg and PcapPlusPlus[7]. Add the licenses for HdrHistogram(CC0-1.0) and llhttp(MIT)[8]. [1] https://github.com/apache/nifi-minifi-cpp/commit/1dfab222d44100186e3450cd0fc964f04708734b [2] https://github.com/apache/nifi-minifi-cpp/commit/20d281adafb95fc88d9e58ed47e527b1188f8ad3 [3] https://github.com/apache/nifi-minifi-cpp/commit/1815c018ce928db30f3a36f49aeb43ea94834088 [4] https://github.com/apache/nifi-minifi-cpp/commit/3d7262a883dff57b7e0999a20f6e745d1197f480 [5] https://github.com/apache/nifi-minifi-cpp/commit/3bbaa0789a142e95edb45a73ad68cd8c620a1495 [6] https://github.com/apache/nifi-minifi-cpp/commit/78af9f665ae00ea1e14f96a3bed95ed3877d5403 [7] https://github.com/apache/nifi-minifi-cpp/commit/37891aafb8b2220622a97c29a13a854388193b0a [8] https://github.com/apache/nifi-minifi-cpp/commit/bd1182eb8cc6121a958d28db41ab27d24d6f54bc Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: fix aws-error-reporter package configPeter Marko2025-03-141-0/+1
| | | | | | | Compilation fails with several errors in flb_aws_error_reporter.c Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: add profiles package configPeter Marko2025-03-141-0/+2
| | | | | | | | | Since the recipe tries to list every single option, add this one which is missing. It is enabled by default in cmake to enabling it by default in package config retains current settings. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: fix shared-lib package configPeter Marko2025-03-141-0/+3
| | | | | | | | | | | | | Add library to packaged files to fix: ERROR: fluentbit-3.2.8-r0 do_package: QA Issue: fluentbit: Files/directories were installed but not shipped in any package: /usr/lib/fluent-bit /usr/lib/fluent-bit/libfluent-bit.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. fluentbit: 2 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: fix valgrind package configPeter Marko2025-03-141-1/+1
| | | | | | | | Add valgrind dependency to fix: fatal error: valgrind/valgrind.h: No such file or directory Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: drop compiler optimization package configsPeter Marko2025-03-141-5/+4
| | | | | | | | | | These manipulate compiler flags instead of using what yocto provides. * "coverage" adds paths to binaries and thus causes buildpaths errors * "small" strips binaries, so causes already-stripped error. * DEBUG_BUILD is the correct way to enable debug/release flags in yocto Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: upgrade 3.2.1 -> 3.2.8Peter Marko2025-03-145-112/+11
| | | | | | | | | | | Handle CVE-2024-50608 and CVE-2024-50609 (in 3.2.7). Drop two patches addressed upstream. Refresh remaining patches. zstd is now bundled without possibility to unbundle. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: set UPSTREAM_CHECK_GITTAGREGEXPeter Marko2025-03-141-0/+3
| | | | | | | | | | | | | "devtool latest-version fluentbit" shows currently: INFO: Latest version: 20220215 which is something old. This change switches it to: INFO: Latest version: 3.2.8 which was released on 2025-02-27. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqb: Switch to release tarballs for SRC_URIKhem Raj2025-03-131-9/+2
| | | | | | | | | This ensures that version number is not required to be computed on fly which is required when using sources from git, and it gets it wrong which get encoded as UNKNOWN in .pc files and packages like usbguard fail to find the version number of libqb and fails to configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: upgrade 1.8.0 -> 1.9.0Changqing Li2025-03-112-1586/+8
| | | | | | | | | | | | | * remove b76e3c578f1e9f582e9c28f50d82b1f569602075.patch, already in 1.9.0 * set AUTOTOOLS_AUXDIR Upstream commit [99275bf1 Remove autogenerated files] remove aux dir conftools, which causes do_configure failed with error: error: required file 'conftools/config.rpath' not found set the correct AUTOTOOLS_AUXDIR to fix it. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: set rdepends on virtual-redisYi Zhao2025-03-113-1/+5
| | | | | | | | | | | Now hiredis can be used not only with Redis, but also with Valkey, an open source key/value datastore that is fully compatible with Redis. As Redis changed its license, many users have switched to Valkey. Add RPROVIDES virtual-redis in both redis and valkey, and set it as the runtime dependency of hiredis. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 3.7.0 -> 3.7.1Wang Mingyu2025-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Link against NLS libs for icewm-menu-fdo and closes ice-wm/icewm - Fix broken modSuperIsCtrlAlt - Simplify key handling in MenuProgSwitchItems. - Skip past carriage-returns in getArgument for ice-wm/icewm#186. - Remove trailing carriage-returns from each input line in icewm-menu-fdo - Let QuickSwitch select the proper client tab, before activating a frame. - Fix toolbar addButton for issue ice-wm/icewm#186. - Wait for the Return key-release event before accepting the address bar input line to avoid stray Return key-release events in applications. - Improve focusing xterms by first updating our notion of the server time from xproperty events - Update the event time strictly increasing. - Translated using Weblate Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialogp: By default, dialog_1.3-20250116 renames /usr/bin/dialog to ↵Lei Maohui2025-03-061-0/+3
| | | | | | | | | | | | /usr/bin/${HOST_SYS}-dialog. mkdir -p /build-dir/202503/build-poky/tmp/work/core2-64-poky-linux/dialog/1.3-20250116/image/usr/share/man/man1 /build-dir/202503/build-poky/tmp/hosttools/install -c dialog /build-dir/202503/build-poky/tmp/work/core2-64-poky-linux/dialog/1.3-20250116/image/usr/bin/`echo dialog |sed s,^,x86_64-poky-linux-,` This change goes against established user habits. So, create a symbolic link named /usr/bin/dialog. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: upgrade 3.1.10 -> 3.1.11Peter Marko2025-03-061-1/+1
| | | | | | | Resolves CVE-2024-10918 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnuplot: add x11 PACKAGECONFIGPaul Le Guen de Kerneizon2025-02-281-4/+4
| | | | | | | | | | | | Currently, gnuplot recipe requires the x11 distro feature to be built. However, X11 is not needed for running gnuplot as long as we don't use a gnuplot X11 terminal. This commit adds the x11 package config used to make the need of x11 distro feature optional to build gnuplot. `features_check` inherit is removed as any of the functionalities of this class is now used. Signed-off-by: Paul Le Guen de Kerneizon <paul.leguendekerneizon@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: upgrade 2.1.0 -> 2.1.1Wang Mingyu2025-02-261-2/+2
| | | | | | | | | | | | | | | | | License-Update: change LICENSE to LICENSE.txt Copyright year updated to 2025. fix license to follow SPDX format Changelog: =========== - remove non-Linux support from all compilation paths (OS_KERNEL_NAME) - add an aarch64 cross-compilation (requested by DAOS) - mute error messages when transactions are intentionally aborted - mute error message "Cannot find any matching device, no bad blocks found" when PMDK is used without PMem Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: upgrade 20250122 -> 20250222Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 3.6.0 -> 3.7.0Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: update from 2.1.148 to 3.7.8Randy MacLeod2025-02-261-3/+3
| | | | | | | | | | | | | | | | | | Update libyang from 2.1.148 to 3.7.8 Only the copyright years changed the LICENSE file in commit: b13198971 doc UPDATE libyang v3 transition so update that checksum. Note that the prefix 'ly_' was added to header files in: 8f702ee38 libyang UPDATE add prefix for common and config files so the multilib header install:append was updated in the recipe. Packages that depend on libyang, such as frr, still compile. The ptests all continue to pass. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: update from 8.2408.0 to 8.2502.0Randy MacLeod2025-02-251-1/+1
| | | | | | | | | | | | | | | Update rsyslog from 8.2408.0 to 8.2502.0. Full Changelog: https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog ptest results did not change from 2408: TOTAL: 469 PASS: 464 SKIP: 5 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: update 1.15.10 -> 1.16.0Markus Volk2025-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in 1.16.1 ~~~~~~~~~~~~~~~~~~ Released: not yet ... Changes in 1.16.0 ~~~~~~~~~~~~~~~~~~ Released: 2025-01-09 Bug fixes: * Update libglnx to 2024-12-06: - Fix an assertion failure if creating a parent directory encounters a dangling symlink (GNOME/libglnx#1) - Fix a Meson warning * Don't emit terminal progress indicator escape sequences by default. They are interpreted as notifications by some terminal emulators. (#6052) * Fix introspection annotations in libflatpak Enhancements: * Add the `FLATPAK_TTY_PROGRESS` environment variable, which re-enables the terminal progress indicator escape sequences added in 1.15.91. * Document the `FLATPAK_FANCY_OUTPUT` environment variable, which allows disabling the fancy formatting when outputting to a terminal. Changes in 1.15.91 ~~~~~~~~~~~~~~~~~~ Released: 2024-12-19 Enhancements: * Add the `FLATPAK_DATA_DIR` environment variable, which allows overriding at runtime the data directory location that Flatpak uses to search for configuration files such as remotes. This is useful for running tests, and for when installing using Flatpak in a chroot. * Add a `FLATPAK_DOWNLOAD_TMPDIR` variable. This allows using download directories other than /var/tmp. * Emit progress escape sequence. This can be used by terminal emulators to detect and display progress of Flatpak operations on their graphical user interfaces. Bug fixes: * Install missing test data. This should fix "as-installed" tests via `ginsttest-runner`, used for example in Debian's autopkgtest framework. * Unify and improve how the Wayland socket is passed to the sandboxed app. This should fix a regression that is triggered by compositors that both implement the security-context-v1 protocol, and sets the `WAYLAND_DISPLAY` environment variable when launching Flatpak apps. (#5863) * Fix the plural form of a translatable string. Changes in 1.15.12 ~~~~~~~~~~~~~~~~~~ Released: 2024-11-28 Bug fixes: * Return to using the process ID of the Flatpak app in the cgroup name. Using the instance ID in 1.15.11 caused crashes when installing apps, extensions or runtimes that use the "extra data" mechanism, which does not set up an instance ID. (#6009) Changes in 1.15.11 ~~~~~~~~~~~~~~~~~~ Released: 2024-11-26 Dependencies: * In distributions that compile Flatpak to use a separate bubblewrap executable, version 0.11.0 is recommended (but not required). The minimum bubblewrap continues to be 0.10.0. * In distributions that compile Flatpak to use a separate xdg-dbus-proxy executable, version 0.1.6 is recommended (but not required). The minimum xdg-dbus-proxy continues to be 0.1.0. Enhancements: * Allow applications like WebKit to connect the AT-SPI accessibility tree of processes in a sub-sandbox with the tree in the main process (#5898) * New sandboxing parameter `flatpak run --a11y-own-name`, which is like `--own-name` but for the accessibility bus * flatpak-portal API v7: add new sandbox-a11y-own-names option, which accepts names matching `${FLATPAK_ID}.*` * Apps may call the `org.a11y.atspi.Socket.Embedded` method on names matching `${FLATPAK_ID}.Sandboxed.*` by default * `flatpak run -vv $app_id` shows all applicable sandboxing parameters and their source, including overrides, as debug messages (#5895) * Add --device=usb, a subset of --device=all * Introduce USB device listing * Apps can list which USB devices they want to access ahead of time by using the `--usb` parameter. Check the manpages for the more information about the accepted syntax. * Denying access to USB devices is also possible with the `--no-usb` parameter. The syntax is equal to `--usb`. * Both options merely store metadata, and aren't used by Flatpak itself. This metadata is intended to be used by the (as of now, still in progress) USB portal to decide which devices the app can enumerate and request access. * Add support for KDE search completion * Use the instance id of the Flatpak app as part of the cgroup name. This better matches the naming conventions for cgroup. * Preconfigured repositories can now be set up by OS vendors using `${datadir}/flatpak/remotes.d` (typically /usr/share/flatpak/remotes.d), in addition to `${sysconfdir}/flatpak/remotes.d` (typically /etc/flatpak/remotes.d) which is intended for local sysadmin use Bug fixes: * Update libglnx to 2024-08-23 (#5918) * fix build in environments that use -Werror=return-type, such as openSUSE Tumbleweed (#5778) * add a fallback definition for G_PID_FORMAT with older GLib * avoid warnings for g_steal_fd() with newer GLib * improve compatibility of g_closefrom() backport with newer GLib * Update meson wrap file for bubblewrap to version 0.11.0: * drop Autotools build system * improve handling of EINTR * improve handling of socket control messages * improve compatibility with busybox * improve compatibility with older Meson * fix deprecation warnings * Update meson wrap file for xdg-dbus-proxy to version 0.1.6: * compatibility with D-Bus implementations that pipeline the authentication handshake, such as sd-bus and zbus * compatibility with D-Bus implementations that use non-consecutive serial numbers, such as godbus and zbus * broadcast signals can be allowed without having to add TALK permission (#5828) * fix memory leaks * Fix some memory leaks * Translation updates: cs, pl, zh_CN Internal changes: * Better const-correctness (#5913) * Fix a shellcheck warning in the tests (#5914) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: drop ld-is-gold supportYi Zhao2025-02-235-35/+0
| | | | | | | | | | The gold linker support has been dropped in oe-core[1]. Remove related special cases and patches in recipes. [1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Include string.h for memcpyKhem Raj2025-02-171-22/+31
| | | | | | Fixes build with latest musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Fix build regression on muslKhem Raj2025-02-132-1/+30
| | | | | | | | This got introduced with 2025.01 upgrade on musl systems Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Cc: Mark Jonas <mark.jonas@de.bosch.com>
* can-utils: Split mcp251fd* into sub-packageRicardo Simoes2025-02-131-0/+5
| | | | | | | | | | The mcp251fd* tools are specific to Microchip MCP251xFD Family CAN controllers. This commit creates the package can-utils-mcp251fd to keep these tools separate. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: Upgrade 2023.03 -> 2025.01Ricardo Simoes2025-02-131-11/+29
| | | | | | | | Changelog: https://github.com/linux-can/can-utils/releases/tag/v2025.01 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-128: keep persistent state directory in WORKDIRGyorgy Sarvari2025-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Mozilla projects (built from Firefox tarball) keep some content around for the build process, for example Python virtual environments, which is reused between the tasks. This folder is by default in $HOME, unless it is overriden by the MOZBUILD_STATE_PATH environment variable. Having this content in the $HOME folder can be problematic, as it can contaminate the build machine. As different example, when using kas, it creates a new temporary $HOME with each invokation, which is deleted upon exiting the kas process. This can fail the build if for example do_compile and do_install were called in different kas sessions, as the tools and data stored in this folder are deleted between the runs. To solve this, set the MOZBUILD_STATE_PATH environment variable to a folder inside the $TMPDIR, so this semi-persistent data can be contained in a known path. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: upgrade 20241222 -> 20250122Wang Mingyu2025-02-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.11.2 -> 1.11.3Wang Mingyu2025-02-101-1/+1
| | | | | | | | | | | | Changelog: ============ * Report read error for corrupted encrypted file data. * Avoid unnecessary seeks when writing archive. * Don't hardcode '_Nullable' support in 'zip.h' to allow it to be used with different compilers. * Improve check for GetSecurityInformation availability on Windows. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: Upgrade 8.0.1 -> 8.0.2Leon Anavi2025-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 8.0.2: Security fixes: - (CVE-2024-46981) Lua script commands may lead to remote code execution. - (CVE-2024-51741) Denial-of-service due to malformed ACL selectors. Bug fixes: - Fix an uncommon crash when using TLS with dual channel replication. - Make sure repl_down_since is correctly reset when dual channel replication fails. - Fix a performance regression where a replica does not properly initialize the database size when loading a snapshot during replication. - Make sure the last accessed time is correctly updated when using the TOUCH command with the CLIENT NO-TOUCH option. - Fix a bug where total_net_repl_output_bytes may report the wrong. - Fix a bug where used_memory_scripts may report the wrong value. - Fix a bug where server might crash when using active defrag when scripts are evicted from the script cache. - Fix a bug where extra memory would be used when storing strings in the inline protocol. - Fix a bug where the SORT command may throw a cross slot error. - Fix a bug where the RANDOMKEY command may omit returning keys in cluster mode. - Send the correct error message when FUNCTION KIlL is used to kill an ongoing script. - Fix a potential memory corruption when databases are emptied, such as through FLUSHDB, when during active defrag is running. Behavior changes - Revert an unintended breaking change when sending an unsubuscribe command when a client is not subscribed to any channels. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-01-313-106/+106
| | | | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: RRECOMMENDS only ip from iproute2Sean Nyekjaer2025-01-291-1/+1
| | | | | | | There is no need for RRECOMMENDS on the full iproute2 package. Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: add PACKAGECONFIG for dpdkThomas Schlien2025-01-251-0/+1
| | | | | Signed-off-by: Thomas Schlien <ts@ferncast.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.6 -> 7.2.7Divya Chellam2025-01-2410-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/redis/redis/releases/tag/7.2.7 Upgrade urgency SECURITY: See security fixes below. Security fixes ==================== * (CVE-2024-46981) Lua script commands may lead to remote code execution * (CVE-2024-51741) Denial-of-service due to malformed ACL selectors Bug fixes ==================== * #13380 Possible crash due to OOM panic on invalid command * #13338 Streams: XINFO lag field is wrong when tombstone is after the last_id of the consume group * #13473 Streams: XTRIM does not update the maximal tombstone, leading to an incorrect lag * #13311 Cluster: crash due to unblocking client during slot migration * #13443 Cluster: crash when loading cluster config * #13422 Cluster: CLUSTER SHARDS returns empty array * #13465 Cluster: incompatibility with older node versions Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nativesdk-pistache: dependency with brotliChristos Gavros2025-01-241-1/+1
| | | | | | | | | Building of nativesdk-pistache aborted due to missing dependency with brotli. Fixed by extending brotli recipe to build nativesdk Signed-off-by: Christos Gavros <gavrosc@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: make DLT_WatchdogSec configurableChangqing Li2025-01-242-0/+41
| | | | | | | | | On slow system, dlt service may fail since watchdog timeout, backport a patch to make DLT_WatchdogSec configurable, so that this service can start successfully during boot. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.26 -> 1.27Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | License-Update: Copyright year updated to 1.27 Changelog: src/iotop: correct pg_cb signature Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20240619 -> 1.3-20250116Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - modify dialog-config.in to allow for include-subdirectory. - update configure script macros for changes made with Cdk. - use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating *-config and ".pc" files - further improvements to matching output from *-config and ".pc" improve gen-pkgconfig.in to mark the screen library, e.g., ncurses, as "Required" and filter the cflags/libs from required packages out of the ".pc" file, because pkg-config will add those automatically. - fix some gcc15 strict compiler warnings - configure script fixes for compiler warnings - update config.guess, config.sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: remove recipeMarkus Volk2025-01-1816-692/+0
| | | | | | | polkit was the only consumer and switched to ducktape Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: dont add mozjs PACKAGECONFIGMarkus Volk2025-01-171-1/+0
| | | | | | | | | fixes: ERROR: polkit-126-r0 do_configure: QA Issue: polkit: invalid PACKAGECONFIG: mozjs [invalid-packageconfig] ERROR: polkit-126-r0 do_configure: Fatal QA errors were found, failing task. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: update 125 -> 126Luca Boccassi2025-01-162-60/+3
| | | | | | | Patch merged upstream. mozjs support dropped, remove PACKAGECONFIG. Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>