summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-marshmallow: upgrade 4.0.1 -> 4.1.0Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | Changelog: ========== - Add __len__ implementation to missing so that it can be used with validate.Length <marshmallow.validate.Length> - Drop support for Python 3.9 - Test against Python 3.14. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: upgrade 4.4.4 -> 4.4.5Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Enable CPython free-threaded wheel builds - Correct the import of _compression for Python 3.14 - Keep GitHub Actions up to date with GitHub's Dependabot - Build wheels for Python 3.14 - Fix typos discovered by codespell - Bump pypa/cibuildwheel from 3.2.0 to 3.2.1 in the github-actions group across 1 directory Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 9.6.0 -> 9.7.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.15.3 -> 2.16Wang Mingyu2025-11-112-7/+4
| | | | | | | | | | | | | | | | Changelog: ========== - fixed issue #178 - added new enums from new unicode release in UBlockCode, UScriptCode - added missing wrappers for ECollationStrength and EComparisonResult - added wrapper for UIndicConjunctBreak - added support for ICU 78.1 0001-Fix-host-contamination-of-include-files.patch refreshed for 2.16 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.11.0 -> 7.11.3Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cerberus: upgrade 1.3.7 -> 1.3.8Wang Mingyu2025-11-111-1/+1
| | | | | | | | Changelog: Support for Python 3.14 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 3.7.2 -> 3.8.0Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | Changelog: =========== * add experimental support for free-threaded builds (GIL disabled) * remove '_set_default_endian()' * add '.__bytes__()' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 4.0.1 -> 4.0.2Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | Changelog: ========== * Handle FunctionDef blockstart_tolineno edge cases correctly. * Add "HTTPMethod" enum support to brain module for Python 3.11+. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pv: upgrade 1.9.44 -> 1.10.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdaq: upgrade 3.0.21 -> 3.0.22Wang Mingyu2025-11-111-1/+1
| | | | | | | | Changelog: api: add drop reason in daq flow stats Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-hardening-checker: upgrade 0.6.10.2 -> 0.6.17.1Wang Mingyu2025-11-111-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* json-schema-validator: upgrade 2.3.0 -> 2.4.0Wang Mingyu2025-11-111-2/+2
| | | | | | | | | | | | | | | | | | | Changelog: =========== - Added CI job to publish GitHub release - Maintenance to Fedora CI infrastructure - Reference validation using contains() result rather than exception handling - add support for $defs instead of definitions - Apply clang-format / fix "test / Check pre-commit" failures - Adding verbose error messages for logical combinations - fix: issue-311 - Fix cmake install target on windows - error-messages: Numeric limit errors should show maximum precision - Add Fedora packaging - Improve and fix bugs in Conanfile Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fsverity-utils: upgrade 1.6 -> 1.7Wang Mingyu2025-11-111-1/+1
| | | | | | | | | Changelog: * Allowed fsverity-utils to build when PKCS#11 support is not available in OpenSSL. In that case, 'fsverity sign' just won't support that feature. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20251026.0 -> 6.2.20251109.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: upgrade 3.9.0 -> 3.10.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bats: upgrade 1.12.0 -> 1.13.0Wang Mingyu2025-11-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ======== - use the syntax parser directive to declare the Dockerfile syntax version - Negative test filtering via --negative-filter - tests matching the filter are excluded - fail-fast flag --abort to stop test suite execution on first failure Fixed: ======== - unset output, stderr, lines, stderr_lines at the start of run to avoid crosstalk - between successive invocations - junit: XML escape fully removes ANSI sequences, e.g. color codes, cursor movements fix retried tests being listed multiple times fix crash when setup_suite fails - remove deprecated windows runner - renamed docker-compose.yml to compose.yaml - bats_test_function: don't require --tags to be sorted - fix BATS_TEST_TIMEOUT - not stopping processes under run - prolonging skipped tests Documentation: =============== - moved 3rd-party libraries list into wiki Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio,audit,syslog-ng: Disable and remove tcp-wrappers supportKhem Raj2025-11-113-5/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atftp,tftp-hpa,vsftpd,dante,stunnel: Disable and remove tcp-wrapper supportKhem Raj2025-11-118-73/+11
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libldb: Fix build with glibc 2.43Khem Raj2025-11-102-0/+249
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort3: Upgrade to 3.9.7.0Khem Raj2025-11-102-3/+48
| | | | | | Fix build with C23 glibc while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Enable heaptrack on riscv64Khem Raj2025-11-101-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* heaptrack: Update to latest tip of trunkKhem Raj2025-11-108-328/+80
| | | | | | | | | * It has cmake 4 fixes * Drop all patches, they are no more needed * Fix build with glibc-2.43/c23 * Enabled on riscv64, since libunwind now supports it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-dotenv: new recipe (1.2.1)Jan Vermaete2025-11-103-0/+62
| | | | | | | | | | | | | | Moving the recipe from meta-homeassistant to meta-opemembedded. + version bump 1.1.1 -> 1.2.1 + add ptest - exclude 2 tests (oe-specific) - added to PTESTS_FAST_META_PYTHON v2: += for -ptest (Thanks Gyorgy Sarvari) Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtalloc: fix pytalloc package orderingMoraless Philius2025-11-101-4/+6
| | | | | | | | | | The libtalloc recipe did not properly populate the pytalloc package because pytalloc was listed after the main libtalloc package in the PACKAGES variable. As a result, the pytalloc package contained only talloc.so and was missing other required files. Signed-off-by: Moraless Philius <moraless.philius5@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Fixing builds when x11 is not included in ↵Eric Meyers2025-11-102-0/+51
| | | | | | | | | | | | | | | | | | | | | DISTRO_FEATURES Commit c466cb9 (https://github.com/openembedded/meta-openembedded/commit/c466cb9) switched to using ANY_OF_DISTRO_FEATURES, so theoretically users can have either x11 or wayland in their DISTRO_FEATURES. In the case that only wayland is specified, this build error is seen: | In file included from ../sources/network-manager-applet-1.36.0/src/applet.c:25: | ../sources/network-manager-applet-1.36.0/src/applet.h:14:10: fatal error: gdk/gdkx.h: No such file or directory | 14 | #include <gdk/gdkx.h> | | ^~~~~~~~~~~~ | compilation terminated. gdkx.h is brought in via including x11 in DISTRO_FEATURES - so this patch removes the incompatible headers in the case of x11 not being specified in DISTRO_FEATURES. Signed-off-by: Eric Meyers <eric.meyers@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tk: disable zipfs in configurationJan Vermaete2025-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | The tk.tcl file was missing on the rootfs. File "/usr/lib/python3.13/tkinter/__init__.py", line 2459, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _tkinter.TclError: Can't find a usable tk.tcl in the following directories: //zipfs:/app/tk_library //zipfs:/lib/tk/tk_library //zipfs:/lib/tk /usr/lib/tk9.0 /usr/lib/tcl9.0/tk9.0 /usr/lib/tk9.0 /usr/lib/tk9.0 /lib/tk9.0 /usr/library By disabling the zipfs options the tk.tcl is in the rootfs. Debian did also disable this option. @see: https://sources.debian.org/src/tk9.0/9.0.2-1/debian/rules#L39 Tested on Walnascar. But master does have the same version of Tk. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: upgrade 0.3.0 -> 0.4.0Etienne Cordonnier2025-11-102-111/+119
| | | | | | | See https://github.com/uutils/coreutils/releases/tag/0.4.0 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tunctl: inherit sourceforge-releases classYi Zhao2025-11-091-0/+2
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version tunctl INFO: Current version: 1.5 INFO: Latest version: After the patch: $ devtool latest-version tunctl INFO: Current version: 1.5 INFO: Latest version: 1.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpreplay: add UPSTREAM_CHECK_REGEXYi Zhao2025-11-091-0/+1
| | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version tcpreplay INFO: Current version: 4.5.2 INFO: Latest version: After the patch: $ devtool latest-version tcpreplay INFO: Current version: 4.5.2 INFO: Latest version: 4.5.2 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* radvd: add UPSTREAM_CHECK_URIYi Zhao2025-11-091-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version radvd INFO: Current version: 2.20 INFO: Latest version: After the patch: $ devtool latest-version radvd INFO: Current version: 2.20 INFO: Latest version: 2.20 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptpd: inherit sourceforge-releases classYi Zhao2025-11-091-3/+1
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version ptpd INFO: Current version: 2.3.1 INFO: Latest version: After the patch: $ devtool latest-version ptpd INFO: Current version: 2.3.1 INFO: Latest version: 2.3.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: add UPSTREAM_CHECK_URIYi Zhao2025-11-091-1/+2
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version postfix INFO: Current version: 3.10.5 INFO: Latest version: After the patch: $ devtool latest-version postfix INFO: Current version: 3.10.5 INFO: Latest version: 3.10.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: inherit sourceforge-releases classYi Zhao2025-11-091-1/+1
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version openipmi INFO: Current version: 2.0.36 INFO: Latest version: After the patch: $ devtool latest-version openipmi INFO: Current version: 2.0.36 INFO: Latest version: 2.0.37 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* PATCH 2/8] netcat: inherit sourceforge-releases classYi Zhao2025-11-091-1/+1
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version netcat INFO: Current version: 0.7.1 INFO: Latest version: After the patch: $ devtool latest-version netcat INFO: Current version: 0.7.1 INFO: Latest version: 0.7.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipset: add UPSTREAM_CHECK_URIYi Zhao2025-11-091-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version ipset INFO: Current version: 7.24 INFO: Latest version: After the patch: $ devtool latest-version ipset INFO: Current version: 7.24 INFO: Latest version: 7.24 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minizip: fix SRC_URIGyorgy Sarvari2025-11-081-4/+5
| | | | | | | | The sourceforge url stopped working, the used version seems to be deleted (which is the latest version). Instead switch to github releases. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netsniff-ng: upgarde 0.6.8 -> 0.6.9Gyorgy Sarvari2025-11-082-33/+2
| | | | | | | | | | | | | | | | | | Source branch was renamed from master to main. Drop patch that was incorporated in this release. Changelog: Use GitHub actions for CI Allow to manually define CPUs for trafgen Fix make install and output netsniff-ng stats on stderr trafgen: Fix for ipv6 header generation when L3-only devices are present mausezahn: use getopt_long instead of getopt build: fix install dependencies in Makefile template trafgen: move cpu stats temp file to /tmp ring_tx: handle EINTR from sendto Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* id3lib: update remote patch SRC_URIGyorgy Sarvari2025-11-081-4/+2
| | | | | | | | | The URL of the patch archive from Debian got out of date - update it. While touching it, also drop the old md5 hashes from the recipe. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cbindgen: upgrade 0.28.0 -> 0.29.2Gyorgy Sarvari2025-11-084-186/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop patch that is incorporated in this release. Changelog: 0.29.2 * Request serde's std feature to avoid issues with newer toml versions. 0.29.1 * enum: Track dependencies properly in enumerations. * constant: Handle cfg in associated constants. * Remove "display" feature from the toml crate * Fix incorrect detection of duplicated constants * docs: Correct after_include type in example config (fix) * cargo update * Update toml to 0.9 0.29.0 * Support no-export annotation for statics and functions. * Fixed conditional fields of constexpr literal structs * Add rename rule for generated associated constant * Upgrade heck to 0.5 * Add support for an optional nullable attribute * docs.md: Fix deprecated_with_note and deprecated_variant_with_note being spelled as 'notes' * Fix generic with "void" default * Fixed error generation of structures using the keyword as inside arrays * Added test for unsafe(no_mangle) attribute * Fixed handling of trait methods containing the unsafe attribute * Rename -Zparse-only Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-mplus: update to latest revisionGyorgy Sarvari2025-11-082-25/+25
| | | | | | | | | | | | The original sourceforge project page doesn't exist anymore along with the original download location. The project switched to github. From the github history it is not possible to determine when did it switch license to OFL (sourceforge history was not imported), it used this license from the initial commit. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* consolation: upgrade 0.0.9 -> 0.0.10Gyorgy Sarvari2025-11-081-2/+2
| | | | | | | | | | | | | | | Also fix SRC_URI, which wa lacking the "protocol" tag, causing fetching failures. Changelog: * Fix support for --enable-dwtp and --enable-scroll-button-lock * Resync with libinput 1.26.0 * With libinput 1.23: New option --set-profile=custom * New option --set-rotation-angle * With libinput 1.26: New option --set-clickfinger-map Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-armsoc: fix SRC_URIGyorgy Sarvari2025-11-081-1/+1
| | | | | | | The previously used repo was moved to freedesktop's gitlab instance. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vdpauinfo: fix SRC_URIGyorgy Sarvari2025-11-081-1/+1
| | | | | | | The previous repository was moved to freedesktop's gitlab instance. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pyxdg: update to latest revisionGyorgy Sarvari2025-11-081-2/+4
| | | | | | | | | | | | | | | | It is only 3 extra commits over the previous recipe, but it fixes 3 Python deprecations. While here, also fix the SRC_URI - the original repository is not available anymore, as it was moved to a freedesktop gitlab instance. Shortlog: Replace imp with importlib to support Python 3.12 Menu: handle Python 3.14 ast.Str changes Menu: handle Python 3.15 deprecations Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvdpau: fix SRC_URIGyorgy Sarvari2025-11-081-1/+1
| | | | | | | The old repository was moved to a new freedesktop gitlab instance. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-shader-generator: update to 1.4.328.1Gyorgy Sarvari2025-11-082-46/+2
| | | | | | | | | | | | | Update to latest tagged release - the recipe was using a 3 years old commit, however the project is under active development. Drop 0001-allow-build-with-cmake-4.patch patch, because it is included in this version. Also, correct the branch name, which was renamed from master to main. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: update SRC_URI branchGyorgy Sarvari2025-11-081-1/+1
| | | | | | | Branch was renamed. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wifi-test-suite: correct SRC_URIGyorgy Sarvari2025-11-081-1/+1
| | | | | | | | The commit from the recipe got got detached from the master branch - use nobranch to avoid fetching failure. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* http-parser: fix SRC_URI branchGyorgy Sarvari2025-11-081-1/+1
| | | | | | | master was renamed to main Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncftp: correct SRC_URIGyorgy Sarvari2025-11-081-2/+2
| | | | | | | | The used version was moved to another folder - and was also repackaged with gzip compression. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>