summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* jansson: fix a symbol clash when building with cmakeJaeyoon Jung2025-01-162-0/+31
| | | | | | | | | | | | It exports all symbols globally which results in a symbol clash, for example "hashtable_del" of ulogd2. It has been revealed because the recipe inherits cmake over autotools since Langdale. This fixes it by specifying visibility scope of symbols in its version script which matches what is given with the libtool flag '-export-symbols-regex' in Makefile.am. Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: fix permissions of /usr/share/polkit-1/rules.d/ againLuca Boccassi2025-01-151-1/+1
| | | | | | | | | | | Commit d89fc818b716d099f83a5a9a973be428e2b66806 changed the permissions back to 700, which is wrong for /usr/share, these files are intended to be world readable. Change it back. Fixes: d89fc818b716 ("polkit: Install rules in subdir") Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libserialport: upgrade 0.1.1 -> 0.1.2Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ddrescue: upgrade 1.28 -> 1.29Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: address changed to <http://fsf.org/> Changelog: ========== - The new option '--continue-on-errno' has been added. - If ddrescue exits because of a fatal read error, it now prints the value of the variable 'errno' so that it can be used as argument to '--continue-on-errno'. - When using '--ask' and '--verbose', print rescue options before asking user. - Option '--log-reads' now records the value of errno if different from EIO. (The four changes above suggested by Christian Franke). - The effect of option '-O, --reopen-on-error' has been extended to all phases. - It has been documented in the manual that '--reopen-on-error' may be needed when using '--continue-on-errno'. - A compilation error on FiwixOS 3.3 about an ambiguous call to std::abs has been fixed. (Reported by Jordi Sanfeliu). - The chapter 'Syntax of command-line arguments' has been added to the manual. - Two examples of combined use with lziprecover have been added to the manual. (One of them uses the new Forward Error Correction (FEC) feature of lziprecover). - It has been documented in the manual that option '-b' of ddrescuelog is position dependent. (Reported by Winston B. E.). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-128: Fix riscv arch specification in tripletsKhem Raj2025-01-072-0/+31
| | | | | | Rust needs it these days Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20230219 -> 20241231Wang Mingyu2025-01-072-20/+23
| | | | | | | | | | 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch refreshed for 20241231 Licese-Update: copyright year updated to 2024 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: Install rules in subdirDarrel Griët2025-01-051-0/+4
| | | | | | | | | | | | | | https://github.com/openembedded/meta-openembedded/commit/d5e90541f8e35916abc930b2da6de037b23d51a1 moved the rules to /usr/share/ instead of /etc/. The commit also removed the install:prepend() step. This results in the rules being installed as file /usr/share/polkit-1/rules.d instead of in that folder. This commit adds back the install prepend step such that the rules are installed in said folder. Signed-off-by: Darrel Griët <dgriet@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: upgrade 20241122 -> 20241222Wang Mingyu2024-12-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* limwmf: upgrade 0.2.8.4 -> 0.2.13Peter Marko2024-12-274-127/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ git log --oneline | grep CVE f58c813 merge in fixes for libgd CVE-2019-6978 407a58b CVE-2017-6362 dabcb8c CVE-2016-10168 b691e47 CVE-2016-10167 16919b4 CVE-2016-9317 2208b48 CVE-2016-9011 f47cbdf CVE-2015-4696 b5ae5d1 CVE-2015-4695 879d6bf CVE-2015-0848+CVE-2015-4588 44f37ac CVE-2009-3546 7bd8ce0 CVE-2007-2756 cfc0916 CVE-2007-3477 5ec7547 CVE-2007-3473 fdd21b1 CVE-2007-3472 5588450 CVE-2007-0455 2c84480 CVE-2009-1364, Use-after-free vulnerability b9cc022 CVE-2006-3376 Integer overflow in player.c Adaptations: * removed patches included in new version. * extended buildpaths fix to pc file * changed paths from libdir/gtk-2 to libdir/gdk-pixbuf-2.0 Test - built imagemagick (only recipe in meta-openembedded depending on libwmf) with wmf PACKAGECONFIG. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwmf; switched to unofficial forkPeter Marko2024-12-271-7/+5
| | | | | | | | | | | | | Debian has switched to this fork in Bookworm. If contains dozens of CVE fixes and other bugfixes. This should make the maintenance of this package easier. The sources are identical to those abandoned in 2002: Only in .../tmp/work/core2-64-poky-linux/libwmf/0.2.8.4/libwmf-0.2.8.4/: autom4te.cache Only in /tmp/caolanm/libwmf/: .git Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.9 -> 2024.10Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - prepare-root: Add composefs.enabled=verity - README: Update buildstream URL to new github repo - composefs: Ensure buffer is suitably aligned for struct fsverity_digest - core: Always sort incoming xattrs - Fix ci - sign-ed25519: Fix error message of validate_length - rofiles-fuse: when fuse execution fails, rofiles-fuse still returns exit code 0 - libostree/deploy: enable composefs by default - man: Note semantics combining root.transient with composefs.enabled Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 7zip: Fix build with clangKhem Raj2024-12-202-18/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: ignore CVE-2022-0543Peter Marko2024-12-191-0/+1
| | | | | | | | This is Debian-specific CVE. NVD tracks this CVE as version-less. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Use 7zip 24.09 to replace p7zip 16.02Hongxu Jia2024-12-1910-461/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to DOC/readme.txt [1]: 7-Zip and p7zip =============== Now there are two different ports of 7-Zip for Linux/macOS: 1) p7zip - another port of 7-Zip for Linux, made by an independent developer. The latest version of p7zip now is 16.02, and that p7zip 16.02 is outdated now. http://sourceforge.net/projects/p7zip/ 2) 7-Zip for Linux/macOS - this package - it's new code with all changes from latest 7-Zip for Windows Add recipe 7-zip [2] to instead of recipe p7zip[3] in which the upstream is dead since 2016 Use git repo to instead of tarball Drop obsolete patches - CVE-2016-9296.patch - CVE-2017-17969.patch - CVE-2018-5996.patch - change_numMethods_from_bool_to_unsigned.patch - 0001-Fix-two-buffer-overflow-vulnerabilities.patch - 0001-Fix-narrowing-errors-Wc-11-narrowing.patch License-Update: DOC/License.txt: Add BSD-2-Clause & BSD-3-Clause The codec libraries was removed since 21.02 [4] Refer debian to compile 7-zip [5] Add link 7z.so to lib7z.so and create wrapper to command 7z which required running with absolute path to link the library 7z.so [1] https://salsa.debian.org/debian/7zip/-/blob/master/DOC/readme.txt?ref_type=heads [2] https://sourceforge.net/projects/p7zip/ [3] https://www.7-zip.org/ [4] https://github.com/p7zip-project/p7zip/commit/6c6ed1eba9ff0c0ded9323600f1f3c686d6b6692 [5] https://salsa.debian.org/debian/7zip/-/blob/master/debian/rules Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbmuxd: upgrade 2.0.2 -> 2.1.0Wang Mingyu2024-12-191-2/+2
| | | | | | | | | | | | | Changelog: ========== - Socket code has been moved to libimobiledevice-glue library - Code cleanup (clang-tidy) and improvements - autoconf: Fix clang-16 breakage - Add libusbmuxd_version() function to interface - iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a single socket Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: upgrade 2.3.0 -> 2.6.0Wang Mingyu2024-12-191-1/+1
| | | | | | | | Changes: * Revert back API change around PLIST_DATA to use char* again Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: add recipe for mozjs-128Markus Volk2024-12-1613-0/+594
| | | | | | | | | | | | | mozjs-128 is the current esr release based on firefox 128 Add a new recipe and keep mozjs-115 as its still supported and used by polkit - Remove two backported patches - Remove a (hopefully) unneeded patches for musl (build for qemuarm/musl succeeded) - Add dependency for cbindgen-native Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canopenterm: 1.0.9 -> 1.0.10Michael Fitzmayer2024-12-101-1/+1
| | | | | | | Interim release with a number of bug fixes. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd: don't set UPSTREAM_CHECK_COMMITSRoss Burton2024-12-101-1/+0
| | | | | | | | | | Upstream is tagging and the release checking works as expected: $ devtool check-upgrade-status -a etcd etcd 3.5.7 3.5.17 None 507c0de87bd5034e3de4ab76ebf96b54dae0cd52 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canopenterm: update to version 1.0.9Michael Fitzmayer2024-12-082-50/+7
| | | | | | | | | | | | - Add support for CANopen Profile data base files using a well documented JSON-based file format. - Include codb to JSON converter (codb2json). - Add API functions to generate test reports (JUnix XML). - Removed PicoC support for the greater good. - Various improvements and bug fixes. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-radius: add recipeYi Zhao2024-12-051-0/+30
| | | | | | | | The RADIUS authentication PAM module allows any PAM-capable machine to become a RADIUS client for authentication and accounting requests. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lastlog2: remove leftover patchYi Zhao2024-12-041-31/+0
| | | | | | | | | | The lastlog2 recipe has been removed in commit[1]. Clean up leftover patch. [1] https://git.openembedded.org/meta-openembedded/commit/?id=9f818a060516b6d0f0b437f5891affc1ab01a3b4 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: upgrade 1.1.22 -> 1.1.23Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>