summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* thingsboard-gateway: Add missing dependenciesMartin Schwan2025-10-241-0/+18
| | | | | | | | | | Add all missing runtime dependencies that are required by thingsboard-gateway. Since thingsboard-gateway tries to install missing dependencies via pip and fails to do so, install the dependencies system-wide beforehand. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-questionary: Add recipeMartin Schwan2025-10-241-0/+11
| | | | | | | | Python library to build pretty command line user prompts. Easy to use multi-select lists, confirmations, free text prompts. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyfiglet: Add recipeMartin Schwan2025-10-241-0/+10
| | | | | | | An implementation of figlet written in Python. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybase64: Add recipeMartin Schwan2025-10-241-0/+10
| | | | | | | Fast Base64 encoding/decoding in Python. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-orjson: Add recipeMartin Schwan2025-10-242-0/+104
| | | | | | | orjson is a fast, correct JSON library for Python. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mmh3: Add recipeMartin Schwan2025-10-241-0/+11
| | | | | | | | Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: add missing "libgcc" RDEPENDSMichael Opdenacker2025-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue observed with iperf3 added to core-image-minimal. The executable starts fine but at the end of a test, issues this error: iperf3 -c 172.24.0.1 Connecting to host 172.24.0.1, port 5201 [ 5] local 172.24.0.2 port 55444 connected to 172.24.0.1 port 5201 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 113 MBytes 945 Mbits/sec 0 396 KBytes [ 5] 1.00-2.00 sec 112 MBytes 941 Mbits/sec 0 396 KBytes [ 5] 2.00-3.00 sec 113 MBytes 946 Mbits/sec 0 417 KBytes [ 5] 3.00-4.00 sec 112 MBytes 937 Mbits/sec 1 417 KBytes [ 5] 4.00-5.00 sec 113 MBytes 946 Mbits/sec 0 424 KBytes [ 5] 5.00-6.00 sec 112 MBytes 938 Mbits/sec 0 424 KBytes [ 5] 6.00-7.00 sec 112 MBytes 943 Mbits/sec 0 428 KBytes [ 5] 7.00-8.00 sec 112 MBytes 942 Mbits/sec 0 445 KBytes [ 5] 8.00-9.00 sec 112 MBytes 944 Mbits/sec 0 457 KBytes libgcc_s.so.1 must be installed for pthread_cancel to work Aborted Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: explicitly add xxhash to DEPENDSHongxu Jia2025-10-241-1/+4
| | | | | | | | | | | | | | | | | | | When xxhash was included indirectly, there is a QA issue at do_package_qa ... |ERROR: QA Issue: /usr/lib64/libyang.so.3.9.13 contained in package libyang requires libxxhash.so.0()(64bit), but no providers found in RDEPENDS:libyang? [file-rdeps] ... Explicitly add xxhash to DEPENDS, then: ...log.do_configure... -- Found XXHash: build/tmp/work/x86-64-v3-wrs-linux/libyang/3.13.5/recipe-sysroot/usr/include -- Hash algorithm: xxhash ...log.do_configure... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: Switch to PEP-517 build backendKhem Raj2025-10-241-1/+3
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes WARNING: python3-cytoolz-1.1.0-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: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-git-versioning: Add recipeKhem Raj2025-10-241-0/+19
| | | | | | Some packages e.g. python3-cytoolz are needing it now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-icd-loader: upgrade 2024.05.08 -> 2025.07.22Dmitry Baryshkov2025-10-241-4/+4
| | | | | | | | | Synchronize with OpenCL v3.0.19 specification. Note, the library version went backwards, from 1.2 to 1.0.0. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: upgrade 1.4.3.3 -> 1.4.4.0Dmitry Baryshkov2025-10-243-9/+43
| | | | | | | | Upgrade Vulkan CTS in order to pick up tests for new extension and also some fixes or old tests. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audiofile: Fix Upstream-StatusLeon Anavi2025-10-242-2/+2
| | | | | | | | | Fix a minor typo in the patches by replacing "Upstrem-Status" with "Upstream-Status". The typo was not triggering a QA Issue because there is a second "Upstream-Status" line in each patch. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: fix racing build issueHongxu Jia2025-10-212-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is a racing issue in world build while multilib enabled: ...log.do_install... CMake Error at utils/po/ca/cmake_install.cmake:46 (file): file INSTALL cannot find "TOPDIR/tmp/work/core2-32-wrs-linux/poppler/25.08.0/build/utils/po/ca/pdfsig.gmo": No such file or directory. Call Stack (most recent call first): utils/po/cmake_install.cmake:47 (include) utils/cmake_install.cmake:243 (include) cmake_install.cmake:229 (include) ...log.do_install... The issue has reported to upstream [1][2] and upstream tried to fix it [3], but the issue still existed. The catalan translation of pdfsig is not vital for poppler. So revert upstream commit "pdfsig: Catalan translation" to workaround [1] https://gitlab.freedesktop.org/poppler/poppler/-/issues/1550 [1] https://gitlab.freedesktop.org/poppler/poppler/-/issues/1551 [2] https://gitlab.freedesktop.org/poppler/poppler/-/commit/053acd5d2b310c696993dc97072d1f2b3b1dd7ac Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: upgrade 0.8.12 -> 0.8.13Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinysparql: upgrade 3.10.0 -> 3.10.1Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* swagger-ui: upgrade 5.29.4 -> 5.29.5Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | Changelog: ============ - core: handle complex value stringification in Property component - correct spec paths for parameters, responses and request bodies Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stunnel: upgrade 5.75 -> 5.76Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 4.1.0 -> 4.2.0Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | | | | | | Changelog: ========= - Add arguments validation for schemas and validation methods - Add SchemaSettings dataclass for storing read-only settings for schema instances and for managing package default settings - Add block argument to XMLResource class - Add MAX_SCHEMA_SOURCES package limit - Add MAX_XML_ELEMENTS package limit - Reduce MAX_XML_DEPTH limit to 1000 and apply it to all XMLResource instances - Fix for substitute match in case of unexpected child Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-file: upgrade 2.1.0 -> 3.0.0Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | | Changelog: ========== - Add data needed for Response.raise_for_status (github PR #42) - Add type annotations - Change URLs to migrate to codeberg.org Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psycopg: upgrade 3.2.10 -> 3.2.11Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Fix spurious readiness flags in some of the wait functions - Fix high CPU usage using the wait_c function on Windows - Fix bad data on error in binary copy - Respect Copy.set_types() in TEXT copy in C version, consistently with the Python version - Don't raise warning, and don’t leak resources, if a builtin function is used as JSON dumper/loader function - Improve performance of Python conversion on results loading Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 6.31.1 -> 6.33.0Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.92 -> 0.3.93Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mlcommons-loadgen: upgrade 5.1.0 -> 5.1.1Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.29.3 -> 0.30.0Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | | | Changelog: =========== - External.run_inline() now uses the same logic as External.run_pytest. - The test-dir config option can now also be a list of paths - added Python 3.14 support - Disable ensure ascii in json.dump to support non-ASCII characters in external files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.13.0 -> 4.14.0Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | Changelog: ========== - Drop support for Python 3.9 - Add Uzbek language Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: upgrade 3.14.0 -> 3.15.0Wang Mingyu2025-10-212-5/+5
| | | | | | | | 0001-setup_build.py-avoid-absolute-path.patch refreshed for 3.15.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: upgrade 1.0.1 -> 1.1.0Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Add support for Python 3.14, PyPy 3.11 - Drop support for Python 3.8, PyPy 3.8 - Add experimental (untested!) support for free-threading, including building wheels - Update to match toolz 1.1.0 - Faster concat - Improve performance by avoiding global lookups - Modernization Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.10.7 -> 7.11.0Wang Mingyu2025-10-211-1/+1
| | | | | | | | Changelog: Dropped support for Python 3.9, declared support for Python 3.15 alpha. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: upgrade 6.9.0 -> 6.10.1Wang Mingyu2025-10-211-1/+1
| | | | | | | | Changelog: When logging exceptions, enable colorized traceback Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: upgrade 3.4.3 -> 3.4.4Wang Mingyu2025-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | Changed -------- - Bound setuptools to a specific constraint setuptools>=68,<=81. - Raised upper bound of mypyc for the optional pre-built extension to v1.18.2 Removed ---------- - setuptools-scm as a build dependency. Misc ----- - Enforced hashes in dev-requirements.txt and created ci-requirements.txt for security purposes. - Additional pre-built wheels for riscv64, s390x, and armv7l architectures. - Restore multiple.intoto.jsonl in GitHub releases in addition to individual attestation file per wheel. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-arrow: upgrade 1.3.0 -> 1.4.0Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pv: upgrade 1.9.42 -> 1.9.44Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.45.9 -> 1.45.10Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 49.0 -> 49.1Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblognorm: upgrade 2.0.6 -> 2.0.7Wang Mingyu2025-10-211-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: upgrade 1.3.0 -> 1.3.1Wang Mingyu2025-10-211-2/+2
| | | | | | | | | | | | | * Device database changes: - Support iPad Pro M5 family devices - Support Apple Vision Pro M5 - Support MacBook Pro 14-inch M5 * Bug Fixes: Fix: array initialization compatibility with MSVC Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-tree-perl: upgrade 5.06 -> 5.07Wang Mingyu2025-10-211-1/+1
| | | | | | | | Changelog: Workaround more @INC issues with Module::Build and sudo Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-parser-perl: upgrade 3.76 -> 3.83Wang Mingyu2025-10-211-3/+3
| | | | | | | License-Update: shifted from line 992 to line 996. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freediameter: upgrade 1.5.0 -> 1.6.0Wang Mingyu2025-10-213-153/+1
| | | | | | | | | 0001-fixes-for-gcc-15.patch 0002-allow-build-with-cmake-4.patch removed since they're included in 1.6.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: upgrade 0.5.13 -> 0.5.13.1Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20251012.0 -> 6.2.20251019.0Wang Mingyu2025-10-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: upgrade 8.2.8 -> 8.2.10Wang Mingyu2025-10-211-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 22.20.0 -> 22.21.0Jason Schonberg2025-10-203-1/+1
| | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v22.21.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: extend licenses with Apache-2.0Gyorgy Sarvari2025-10-201-2/+6
| | | | | | | | | The project's readme indicates that some parts of the code is covered by Apache license - add it to the RECIPE accordingly. Reported-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: Update the license fieldSana Kazi2025-10-201-1/+1
| | | | | | | | | | | | The below reference clearly states that GPL-2.0-with-OpenSSL-exception is to be used with GPL 2.0 or GPL3.0 and not as a standalone license. Therefore, update the correct license. Reference: https://github.com/aboutcode-org/scancode-licensedb/blob/569d72e13e7c8d14a44380f91e80c5a2d4091f8f/docs/openssl-exception-gpl-2.0.yml#L7 Signed-off-by: Sana Kazi <Sana.Kazi@bmwtechworks.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: update sysv init scriptGyorgy Sarvari2025-10-201-4/+4
| | | | | | | | | | | postmaster binary doesn't seem to be installed by default, making the sysv init script fail to start postgres. Adjust it to use pg_ctl to start the service, just like its systemd service counterpart. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-tree-perl: upgrade 5.05 -> 5.06Jason Schonberg2025-10-201-2/+2
| | | | | | | | | | | | | 5.06 2017-04-28 Release by Kent Fredric * Revert XML escaping changes from 5.04 due to large numbers of broken dependents - RT#121310 https://rt.cpan.org/Ticket/Display.html?id=121310 - https://github.com/rjbs/MasonX-Resolver-WidgetFactory/issues/1 - https://github.com/kentfredric/HTML-Tree/issues/1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: fix ptestsGyorgy Sarvari2025-10-191-0/+8
| | | | | | | | A number of tests require internet access - set a valid DNS in resolv.conf so the tests don't fail. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: fix some ptestsGyorgy Sarvari2025-10-182-49/+9
| | | | | | | | | | Remove a number of ignored tests from the ignore-list. They were missing some files that weren't installed - after installing them, they pass. The remaining mongodb test on the list hasn't been tested. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>