summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* simpleiot: Add recipeKhem Raj2025-08-093-0/+346
| | | | | | | simpleiot is a framework used to manage edge devices Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Cliff Brake <cbrake@bec-systems.com>
* tomlplusplus: Fix test failures with clang/libcxxKhem Raj2025-08-071-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tailscale: Added support for systemd initDean Sellers2025-08-071-6/+23
| | | | | | | | | | | | | | Includes the provided service and defaults files for using the tailscale daemon on systemd init machines. Added the other kernel modules necessary for tailscaled to work without warnings to RRECOMMENDS. Tested with `core-image-minimal` under qemu with machines `qemux86-64`, `genericx86-64` and `qemuarm64`. Ping host on tailscale network using magicDNS host lookup. Signed-off-by: Dean Sellers <dean@sellers.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 25.06.0 -> 25.08.0Yogita Urade2025-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrade includes fix for CVE-2025-50420. poppler 25.08.0 changelog: ========================== core: * FormWidgetSignature::signDocumentWithAppearance: add imagePath parameter * Fix parsing Distinguished Names that end with a hex string * Fix crashes in malformed documents glib: * Add poppler_page_render_transparent_selection() * Add missing since to the documentation poppler 25.07.0 changelog: ========================== core: * Changed rendering of malformed documents to mimic what Adobe Reader does. Issue #1602 * Improvemenst in signature validation in the NSS backend * Add more detailed output when signing fails * Internal code improvements * Fix crashes in malformed documents utils: * pdfsig: command line option for allowing PGP signatures in GnuPG backend Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: removed old SRC_URI[sha256sum]Jan Vermaete2025-08-061-2/+1
| | | | | | | | | | Both SRCREV and SRC_URI[sha256sum] where defined. The value of SRCREV is the correct one. https://github.com/CLIUtils/CLI11/commit/4160d259d961cd393fd8d67590a8c7d210207348 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aml: upgrade 0.3.0 -> 1.0.0Wang Mingyu2025-08-061-5/+2
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - sys/queue.h: Remove "#include <sys/cdefs.h>" - FUNDING.yml: Add github sponsors - Stop single-shot also when no cb is set - Replicate methods for every type - Use explicit types in callbacks - meson: Add run_command check argument - meson: Relocate headers and pkgconfig - kqueue: Call EV_SET without NOTE_ABSTIME on Mach - kqueue: Pass unspecified timeout as NULL - thread-pool: Make pthread_setcancelstate optional for Android - build: Make librt optional - Properly initialize global mutex Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neatvnc: upgrade 0.8.1 -> 0.9.5Wang Mingyu2025-08-064-2/+623
| | | | | | | | | | | | | | | | | | | compatible with upgraded aml 1.0.0 0001-meson-Use-new-pkgconfig-for-aml1.patch 0001-Use-aml-v1.patch dependency patch of 0001-Use-aml-v1.patch: 0001-Add-method-to-listen-on-multiple-fds.patch Changelog: https://github.com/any1/neatvnc/releases/tag/v0.9.0 Changelog: https://github.com/any1/neatvnc/releases/tag/v0.9.1 Changelog: https://github.com/any1/neatvnc/releases/tag/v0.9.2 Changelog: https://github.com/any1/neatvnc/releases/tag/v0.9.3 Changelog: https://github.com/any1/neatvnc/releases/tag/v0.9.4 Changelog: https://github.com/any1/neatvnc/releases/tag/v0.9.5 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: Strip --sysroot out of emitted compiler string into binariesKhem Raj2025-08-053-6/+29
| | | | | | | | Update patch status Substitute hardcoding with BP in SRC_URI Drop sed kludge Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: Upgrade to 2.5.32Khem Raj2025-08-052-39/+2
| | | | | | Use xz for archive and drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdm-utils: Add missing clang-native dependencyKhem Raj2025-08-051-1/+1
| | | | | | | It was getting by because it was in a dynamic layer anchored with meta-clang being in bblayers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdm-utils: Remove comment about meta-clangKhem Raj2025-08-051-1/+0
| | | | | | clang and bingen-cli are now in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: use correct Python build backend classRoss Burton2025-08-041-6/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-trustme: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-systemd: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simpleeval: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paho-mqtt: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy-extensions: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-itsdangerous: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenstalk: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-sqlalchemy: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-marshmallow: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-expandvars: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blinker: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apispec: use correct Python build backend classRoss Burton2025-08-041-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-a2wsgi: use correct Python build backend classRoss Burton2025-08-041-6/+1
| | | | | | | oe-core master now has a python_pdm build class. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonref: use correct Python build backend classRoss Burton2025-08-041-6/+1
| | | | | | | oe-core master now has a python_pdm build class. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openwsman: Fix reprodubility issue due to abs pathsKhem Raj2025-08-043-6/+82
| | | | | | | | | | | | | | | dlopen is being served libssl.so with build time absolute path of its location in target sysroot this is being detected as reproducibility issue but its also a runtime issue where dlopen will fail due to non-existent path Backport a gcc-15 build fix as well Drop do_configure tweak its no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xgamma: upgrade 1.0.7 -> 1.0.8Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* swagger-ui: upgrade 5.27.0 -> 5.27.1Wang Mingyu2025-08-041-2/+2
| | | | | | | | bugfix: use open-cli instead of require('open') for Node 20+ compatibility Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.41 -> 2.0.42Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2024.11.6 -> 2025.7.34Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute2: upgrade 0.9.3 -> 0.9.4Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.9.2 -> 3.10.0Wang Mingyu2025-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2025 Changelog: ========== - Raise runtimeerror if listen() fails. - Correct values parameter in setValues. - Correct return from getValues. - Add request fc to exceptionResponse. - DummyProtocol is not async - Handle "little" for multiple values in to_registers - Remove unused const. - Add retries to ModbusPDU class - Don't invoke trace_connect callback twice - ensure unpacking of proper length during decoding - README clean-up - Bump coverage to 95,5% - Simplify response rejection. - Bump coverage to 93%. - Solve ModbusDeviceContext bug. - Bit handling LSB -> MSB across bytes. - Change slave to device_id and slave= to device_id=. - Remove payload. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-polyline: upgrade 2.0.2 -> 2.0.3Wang Mingyu2025-08-041-1/+1
| | | | | | | | Changelog: Remove deprecated toml dependency in favor of native tomllib (or tomli on older Python versions). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: upgrade 3.10.3 -> 3.10.5Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.25.3 -> 0.26.0Wang Mingyu2025-08-041-1/+1
| | | | | | | | | | | | | Changed ----------- now have to specify test-dir in pyproject.toml when save tests in a folder other than tests/ in project root Fixed -------- pyproject.toml is now also located based on the current directory and the pytest-root, which solves problems when use inline-snapshot with uv-workspaces Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-freezegun: upgrade 1.5.3 -> 1.5.4Wang Mingyu2025-08-041-1/+1
| | | | | | | | Changelog: * Fix: Ability to yield fixtures (broken in 1.5.3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 3.5.2 -> 3.6.0Wang Mingyu2025-08-041-1/+1
| | | | | | | | | | | | Changelog: ============== - add 'util.random_k()' - add 'util.sum_indices()' - optimize 'util.xor_indices()' - move development files from 'examples/' to 'devel/' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pv: upgrade 1.9.31 -> 1.9.34Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memcached: upgrade 1.6.38 -> 1.6.39Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: upgrade 2.03.33 -> 2.03.34Wang Mingyu2025-08-041-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.51 -> 1.52Wang Mingyu2025-08-041-1/+1
| | | | | | | | | | | Changelog: ========== - Refactor SVCB to avoid internal use of generic keyNN. - DELEG documentation and code improvement. - Fix rt.cpan.org: bug in resolver base selection on non-Unix/Linux platforms Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 13.1.0 -> 13.1.1Wang Mingyu2025-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============= - When built with PangoCairo, the Kitty plugin is now available in Graphviz static builds. Previously it was only available in shared library (on-demand plugin loading) builds. - The distributed Fedora and Rocky Linux packages now include the Kitty plugin. - On Windows, the GDI+ plugin is now available in Graphviz static builds. Previously it was only available in shared library (on-demand plugin loading) builds. - Processing a graph with GVPR no longer makes explicit the default '"\N"' label for nodes. This undoes a change from Graphviz 13.0.1. - 'nop' no longer preserves empty string labels. This undoes a change from Graphviz 13.0.1. - The order of programmatic calls to 'gvContext'/'gvContextPlugin' and 'agmemread' once again affects default node labels. This undoes a change from Graphviz 13.0.1. - Spline routing can now deal with horizontal and vertical lines. This removes some instances of the "Something is probably seriously wrong" warning. - Using 'layerselect' beyond layer 1 no longer causes crashes. - Correct parsing of a PDF file's '/MediaBox' section no longer depends on the internal 'BUFSIZ' constant. - Round tripping a graph through a file no longer causes it to acquire a default node label '\N'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20250713.0 -> 6.2.20250727.0Wang Mingyu2025-08-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aioresponses: update inheritance to python_setuptools_build_metaTom Geelen2025-08-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>