summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mpd: Use meson wrap for fmtKhem Raj2025-01-101-1/+5
| | | | | | | | mpd still depends on fmt 11.0.x and oe-core has moved to 11.1.x until mpd is ported to use it, lets fall back to what mpd works with instead of using system provided fmt Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade mpd to 0.23.16Khem Raj2025-01-102-54/+1
| | | | | | | | | | | | | | | - Release Notes * database - fix integer overflows with 64-bit inode numbers * filter - ffmpeg: fix for filters producing no output * support libfmt 11 * support ICU 76 - Drop ICU-76 support patch its already in this release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Upgrade to 2.4.1Khem Raj2025-01-101-1/+1
| | | | | | | | https://github.com/gerbera/gerbera/releases/tag/v2.4.1 https://github.com/gerbera/gerbera/releases/tag/v2.4.0 https://github.com/gerbera/gerbera/releases/tag/v2.3.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: upgrade 4.66 -> 4.67Jason Schonberg2025-01-101-1/+1
| | | | | | | | | | Changelog: https://metacpan.org/release/LEEJO/CGI-4.67/source/Changes Fix: correctly parse unquoted expires cookie values containing embedded commas (GH #268, thanks to rlauer6 for the patch) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cached-property: Upgrade 1.5.2 -> 2.0.1Leon Anavi2025-01-101-1/+2
| | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Specify py3.8 or higher / Officially drop py2.7 - Link to functools.cached_property - Add official support for current Python versions (3.8, 3.9, 3.10, 3.11, 3.12, 3.13) - Migrate AUTHORS.rst to AUTHORS.md - Migrate README.rst to README.md - Changed from black to ruff for formatting Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-deprecated: Upgrade 1.2.14 -> 1.2.15Leon Anavi2025-01-101-2/+1
| | | | | | | | | | | | | | | Upgrade to release 1.2.15: - Resolve Python 2.7 support issue introduced in v1.2.14 in sphinx.py. - Add extra_stacklevel argument for interoperating with other wrapper functions (refer to #68 for a concrete use case). - Update class method deprecation warnings for Python 3.13. - Update GitHub workflows and fix development dependencies for Python 3.12. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Use go module fetcherChristian Lindeberg2025-01-103-9/+204
| | | | | | | | | Use the go module fetcher instead of allowing network access during the compile task. Reorder variables according to the recipe style guide. Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 10.11.10Khem Raj2025-01-105-72/+1
| | | | | | | | | Drop 0001-Use-a-lambda-function-as-deleter-prototype-in-unique.patch its already in this version Drop ppc musl patch, a check for glibc is already added in this version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Upgrade to 1.15.0Khem Raj2025-01-081-4/+2
| | | | | | | Use bundled fmt, it still needs 11.0.x and one in OE-core has moved to 11.1.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.29.0 -> 1.30.0Jason Schonberg2025-01-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Whitespace changes. Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.30.0 Features: Basic support for SIG RR record (RFC 2931 / RFC 2535) PR #773 Changes: Validation that DNS strings can only consist of printable ascii characters otherwise will trigger a parse failure. 75de16c and 40fb125 Windows: use GetTickCount64() for a monotonic timer that does not wrap. 1dff8f6 Bugfixes: QueryCache: Fix issue where purging on server changes wasn't working. a6c8fe6 Windows: Fix Y2K38 issue by creating our own ares_timeval_t datatype. PR #772 Fix packaging issue affecting MacOS due to a missing header. 55afad6 MacOS: Fix UBSAN warnings that are likely meaningless due to alignment issues in new MacOS config reader. Android: arm 32bit build failure due to missing symbol. d1722e6 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: Upgrade to 3.5.3Khem Raj2025-01-081-5/+3
| | | | | | | | | | | | | | | | migrate to hatchling build backend Changes for v3.5.3 (2024-12-31) Use interactive shells and bind to make environment variable name completions work in older Bash versions (#506) Changes for v3.5.2 (2024-12-06) Fix _parse_known_args monkeypatching Note: This fix is required to restore compatibility with Python 3.12.8 and 3.13.1. CI improvements Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: Deleted gsettings from gsettingsLei Maohui2025-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | gsettings shouldn't be added and it causes an error in do_rootfs. %post(gjs-1.82.1-r0.aarch64): scriptlet start %post(gjs-1.82.1-r0.aarch64): execv(/bin/sh) pid 217720 + set -e + glib-compile-schemas /datadrive/workdir/build-dir/build-daily/tmp/work/armv8-linux/all-test/rr/rootfs/usr/share/glib-2.0/schemas Error opening directory “/datadrive/workdir/build-dir/build-daily/tmp/work/armv8-linux/all-test/rr/rootfs/usr/share/glib-2.0/schemas”: No such file or directory ...... ERROR: Postinstall scriptlets of ['gjs'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: update to 0.4.0Alexander Stein2025-01-083-173/+2
| | | | | | | | | | | Upgrade libcamera to version 0.4.0, gaining support for ARM Mali-C55 ISP. Patches 0002-options-Replace-use-of-VLAs-in-C.patch and 0001-rpi-Use-malloc-instead-of-variable-length-arrays.patch are obsolete. Issues have been fixed upstream (differently). Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yamlloader: Upgrade 1.4.1 -> 1.5.1Leon Anavi2025-01-081-2/+6
| | | | | | | | | | Upgrade to release 1.5.1: - fix: remove uv for Python 3.7 compatibility - Update pyproject.toml Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cerberus: Upgrade 1.3.5 -> 1.3.7Leon Anavi2025-01-081-3/+1
| | | | | | | | | | Upgrade to release 1.3.7: - Amends missing changelog - Support for Python 3.12 & 3.13 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-a2wsgi: Upgrade 1.10.7 -> 1.10.8Leon Anavi2025-01-081-1/+1
| | | | | | | | | Upgrade to release 1.10.8: - Fix asgi.py's Task thread safety Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Upgrade 3.23.3 -> 3.24.1Leon Anavi2025-01-081-1/+1
| | | | | | | | | | | | | | | Upgrade to release 3.24.1: - Typing: Fix typing for class_registry.get_class From release 3.24.0: - Typing: Improve typings in marshmallow.fields - Typing: Replace type comments with inline typings - Typing: Fix type hint for nested parameter of Nested Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: Upgrade 2.3.0 -> 2.3.1Leon Anavi2025-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.3.1: - [Backport devel-2.3.x] Fix PyInstaller hooks to work with v6.x.x - Remove duplicated code block for dependency management (applies to stable branches only) - [Backport devel-2.3.x] Bump SDL2 deps versions to latest available releases (macOS, Linux, Windows) - [Backport devel-2.3.x] Fix issue with CompoundSelectionBehavior silently ignoring ValueError in on_selected_nodes event - [Backport devel-2.3.x] Label: Prevent overwriting disabled_color attribute when color is updated - [Backport devel-2.3.x] Fix ConfigParser.write error with when --save is supplied as an argument - [Backport devel-2.3.x] Update monitor module to use dp - [Backport devel-2.3.x] Rename CaptureDelegate to KivyCaptureDelegate in AVFoundationCamera to avoid duplicated symbols - [Backport devel-2.3.x] avplayer audio provider: Fixes seek and state on iOS and macOS - [Backport devel-2.3.x] Fix numpy float/int error when using CameraAndroid.decode_frame - [Backport devel-2.3.x] Use filetype as imghdr built-in module is deprecated and slated for removal in Python 3.13 - [Backport devel-2.3.x] Updated ES vkeyboard layout to resemble a real ES keyboard layout - [Backport devel-2.3.x] Fix xsel import when clipboard is empty, and add timeout failsafe - [Backport devel-2.3.x] Fix SDL_EventFilter definitions to match SDL definitions (fixes build on GCC 14) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Fix build on x86Khem Raj2025-01-071-2/+2
| | | | | | Disable asm on x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openh264: Fix meson build for x86Khem Raj2025-01-072-2/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onig: upgrade 6.9.9 -> 6.9.10Jason Schonberg2025-01-071-1/+1
| | | | | | | | | | | Changelog: * Update Unicode version 16.0 * Add new operator (*SKIP) * Fixed: ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS not working for ^* pattern (Issue #292) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pocketpy: Add pic options to cflagsKhem Raj2025-01-071-0/+2
| | | | | | | | | Ensures that PIC is always used to build Fixes error: relocation R_386_PC32 cannot be used against symbol 'LZ4_compress_fast_extState'; recompile with -fPIC 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>
* pocketpy: upgrade 2.0.3 -> 2.0.4Wang Mingyu2025-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.28.1 -> 1.29.0Jason Schonberg2025-01-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0 Features: When using ARES_OPT_EVENT_THREAD, automatically reload system configuration when network conditions change. PR #759 Apple: reimplement DNS configuration reading to more accurately pull DNS settings. PR #750 Add observability into DNS server health via a server state callback, invoked whenever a query finishes. PR #744 Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay. PR #731 Changes: Mark ares_channel_t * as const in more places in the public API. PR #758 Bugfixes: Due to a logic flaw dns name compression writing was not properly implemented which would result in the name prefix not being written for a partial match. This could cause issues in various record types such as MX records when using the deprecated API. Regression introduced in 1.28.0. Issue #757 Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and causes c-ares to become non-functional. PR #754 ares_getnameinfo(): loosen validation on salen parameter. Issue #752 cmake: Android requires C99. PR #748 ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue #742 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libheif: Make openh264 as packageconfigKhem Raj2025-01-071-3/+4
| | | | | | | | openh264 is an optional dependency so its good to make it a configurable option since the build says that its an optional dependency, this helps in building libheif for architectures like riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openh264: Disable build on riscv32Khem Raj2025-01-071-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Re-add -DENABLE_PIC=ONKhem Raj2025-01-071-1/+1
| | | | | | Its needed on architectures like aarch64 and riscv Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libheif: add recipeMarkus Volk2025-01-071-0/+26
| | | | | | | | | | | libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. libheif makes use of libde265 for HEIF image decoding and x265 for encoding. For AVIF, libaom, dav1d, svt-av1, or rav1e are used as codecs. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openh264: update 2.3.1 -> 2.5.0Markus Volk2025-01-074-190/+20
| | | | | | | - switch to meson buildsystem Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: update 3.2.1 -> 4.1Markus Volk2025-01-072-26/+29
| | | | | | | | | | | - add PACKAGECONFIG for hdr10plus and 10bit - add numa support - build shared library by default - do manual packaging to avoid dev-elf error: x265-4.1-r0 do_package_qa: QA Issue: -dev package x265-dev contains non-symlink .so '/usr/lib/libhdr10plus.so' [dev-elf] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 5.0.9 -> 5.0.10Soumya Sambu2025-01-071-1/+1
| | | | | | | | | | Fixes CVE-2024-53907 and CVE-2024-53908 Release Notes: https://docs.djangoproject.com/en/dev/releases/5.0.10/ Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.2.16 -> 4.2.17Soumya Sambu2025-01-071-3/+3
| | | | | | | | | | | | | | | Fixes CVE-2024-53907 and CVE-2024-53908 Release Notes: https://docs.djangoproject.com/en/dev/releases/4.2.17/ Switch to python_setuptools_build_meta Fix: WARNING: python3-django-4.2.17-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: Upgrade 3.8.2 -> 3.8.3Leon Anavi2025-01-071-1/+1
| | | | | | | | | | | | | | Upgrade to version 3.8.3: - Remove deprecate from payload. - Add background parameter to servers. - Split async_io.py and simplify server start/stop. - Update custom_msg example to include server. - Move repl doc to repl repo. - Add API to set max until disconnect. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-git-pw: Upgrade 2.6.0 -> 2.7.0Leon Anavi2025-01-071-1/+2
| | | | | | | | | | | Upgrade to release 2.7.0: - Add support for Python 3.13, drop Python 3.8 - setup: Use summary for package summary - tox: Use pre-commit for 'pep8' target Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-anyio: Upgrade 4.7.0 -> 4.8.0Leon Anavi2025-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.8.0: - Added experimental support for running functions in subinterpreters on Python 3.13 and later - Added support for the copy(), copy_into(), move() and move_into() methods in anyio.Path, available in Python 3.14 - Changed TaskGroup on asyncio to always spawn tasks non-eagerly, even if using a task factory created via asyncio.create_eager_task_factory(), to preserve expected Trio-like task scheduling semantics - Configure SO_RCVBUF, SO_SNDBUF and TCP_NODELAY on the selector thread waker socket pair (this should improve the performance of wait_readable() and wait_writable() when using the ProactorEventLoop) - Fixed AssertionError when using nest-asyncio - Fixed return type annotation of various context managers' __exit__ method Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apispec: Upgrade 6.8.0 -> 6.8.1Leon Anavi2025-01-071-1/+1
| | | | | | | | | | Upgrade to release 6.8.1: - Fix handling of nullable Raw fields for OAS 3.1.0 - Support marshmallow 4 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 2.10.2 -> 2.10.4Leon Anavi2025-01-071-1/+1
| | | | | | | | | | | | | | Upgrade to release 2.10.4: - Fix for comparison of AnyUrl objects - Properly fetch PEP 695 type params for functions, do not fetch annotations from signature - Include JSON Schema input core schema in function schemas - Add len to _BaseUrl to avoid TypeError - Make sure the type reference is removed from the seen references Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.28.0 -> 20.28.1Wang Mingyu2025-01-071-1/+1
| | | | | | | | Changelog: Skip tcsh tests on broken tcsh versions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-trustme: upgrade 1.2.0 -> 1.2.1Wang Mingyu2025-01-071-2/+2
| | | | | | | | | | | Changelog: Update from deprecated pyOpenSSL APIs to non-deprecated cryptography APIs. License-Update: format of LICENSE changed from "ASCII text" to "ASCII text, with CRLF line terminators" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-starlette: upgrade 0.44.0 -> 0.45.2Wang Mingyu2025-01-071-1/+1
| | | | | | | | Changelog: https://www.starlette.io/release-notes/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyusb: upgrade 1.2.1 -> 1.3.0Wang Mingyu2025-01-071-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== - meta: bump the minimum required Python version to 3.9 - core: reset cached endpoints on alternate setting changes - core: only search for endpoints on the correct alternate settings - tree: guard finalizers against aborted initialization - version: handle when patch component is missing - core: fix bMaxPower conversion for SuperSpeed devices - openusb: fix missing commas in __all__ list - libusb1: fix trailing comma in LIBUSB_TRANSFER_TYPE_CONTROL - legacy: Fix DeviceHandle finalizer checking for the wrong attribute - libloader: search in default homebrew prefix on apple silicon Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 3.0.0 -> 3.1.1Wang Mingyu2025-01-071-1/+1
| | | | | | | | | | Changelog: ========== - Improved type hints - removed accidental toml requirements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: upgrade 11.0.0 -> 11.1.0Wang Mingyu2025-01-072-6/+6
| | | | | | | | | | | | | 0001-support-cross-compiling.patch refreshed for 11.1.0 License-Update: Update license to MIT-CMU Changelog: https://pillow.readthedocs.io/en/stable/releasenotes/11.1.0.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.23.2 -> 3.23.3Wang Mingyu2025-01-071-1/+1
| | | | | | | | | | Changelog: =========== - Typing: Fix typing for Schema.from_dict <marshmallow.schema.Schema.from_dict> - Documentation: Various documentation cleanups, including more concise docs in the marshmallow.fields API reference Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.18.1 -> 0.18.2Wang Mingyu2025-01-071-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== - [Alarm] Fix Alarm reuse on cancellation. - [xDS RBAC] Support string_match in HeaderMatcher. - [pick_first] fix shutdown bug in new PF impl. - [c-ares] Fix inverted length check in GrpcPolledFdWindows. - [RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. - [EventEngine] Add stronger wording on Endpoint::Read contract. - [chttp2] Fix channelz address. - [XdsClient] Add missing authority to XdsClient metrics scope. - [EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. - [Build] Dropped Bazel 6.x support. - [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.68.1 -> 1.69.0Wang Mingyu2025-01-073-5/+5
| | | | | | | | 0001-protobuf-Disable-musttail-attribute-on-mips.patch refreshed for 1.69.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-reflection: upgrade 1.68.1 -> 1.69.0Wang Mingyu2025-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-channelz: upgrade 1.68.1 -> 1.69.0Wang Mingyu2025-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 1.4.7 -> 1.5.0Wang Mingyu2025-01-071-2/+2
| | | | | | | | Changelog: https://github.com/libbpf/libbpf/releases/tag/v1.5.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>