summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* composefs: upgrade 1.0.5 -> 1.0.8Wang Mingyu2025-01-071-6/+6
| | | | | | | License-Update: Relicense most code under GPL-2.0-or-later OR Apache-2.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> 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>
* fping: upgrade 5.2 -> 5.3Wang Mingyu2025-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.54.2 -> 3.54.3Wang Mingyu2025-01-071-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* doxygen: upgrade 1.13.0 -> 1.13.1Wang Mingyu2025-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20241229.0 -> 6.1.20250105.0Wang Mingyu2025-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftool: fix libelf.h not found errorPreeti Sachan2025-01-071-1/+1
| | | | | | | | | | | | | When build host machine is not installed with elfutils-libelf-devel, it throws compile error "libelf.h: No such file or directory". Fix missing headers file by including path ${STAGING_INCDIR_NATIVE} via CFLAGS variable. Use headers file from ${STAGING_INCDIR_NATIVE} instead of host machine. Error: | libbpf_internal.h:19:10: fatal error: libelf.h: No such file or directory Signed-off-by: Preeti Sachan <preeti.sachan@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegoup-meta-multimedia: adjust RDEPENDS for h264/hevcMarkus Volk2025-01-061-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: drop restriction for x86/x86-64Markus Volk2025-01-061-3/+0
| | | | | | | | | It can be built for various platforms Remove SRC_URI[md5sum] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli-w: Upgrade 1.0.0 -> 1.1.0Leon Anavi2025-01-061-1/+1
| | | | | | | | | | | | Upgrade to release 1.1.0: - Accept generic collections.abc.Mapping, not just dict, as input. - indent keyword argument for customizing indent width of arrays. - Type annotate dump function's output stream object as typing.IO[bytes] (previously typing.BinaryIO) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uswid: Upgrade 0.5.0 -> 0.5.1Leon Anavi2025-01-061-1/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 0.5.1: - Add --find to recursively find SBOM files - Add --fixup to repair any loaded SBOM files - Add support for component CPE values - Add support for component types, e.g. library, application or firmware - Add support for loading CycloneDX files - Add support for loading fallback files - Add support for loading SPDX files - Add support for substituted values like @VCS_VERSION@ - Add support for SWID activationStatus - Add support for verifying different SBOM different formats Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inflate64: Upgrade 1.0.0 -> 1.0.1Leon Anavi2025-01-062-85/+1
| | | | | | | | | | | | | | Upgrade to release 1.0.1: * Change deflate_tree: base_length[] and length_code[] not to be const to avoid C2166 error on windows * Drop support for python 3.8 and add support for python 3.13 Patch 0001-Do-not-override-const-qualifier.patch has been merged in the upstream therefore the file is no longer needed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-hardening-checker: New recipe to check security optionsJörg Sommer2025-01-061-0/+33
| | | | | Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zfs: enable packageconfig pam for pam distro featureYi Zhao2025-01-061-2/+6
| | | | | | | | | Enable pam packageconfig if pam is in DISTRO_FEATURES. Also set pam module path to ${base_libdir}/security as this is the default path in libpam. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cockpit: set pam module path to ${base_libdir}/securityYi Zhao2025-01-061-2/+3
| | | | | | | | Set pam module path to ${base_libdir}/security as this is the default path in libpam. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: set pam module path to ${base_libdir}/securityYi Zhao2025-01-061-2/+2
| | | | | | | | Set pam module path to ${base_libdir}/security as this is the default path in libpam. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: set pam module path to ${base_libdir}/securityYi Zhao2025-01-061-2/+2
| | | | | | | | Set pam module path to ${base_libdir}/security as this is the default path in libpam. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snapper: set pam module path to ${base_libdir}/securityYi Zhao2025-01-061-3/+3
| | | | | | | | Set pam module path to ${base_libdir}/security as this is the default path in libpam. Signed-off-by: Yi Zhao <yi.zhao@windriver.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>
* libtinyxml2: set CVE product to tinyxml2Jörg Sommer2025-01-031-0/+1
| | | | | | | | | This library gets tracked with the product name tinyxml2: https://nvd.nist.gov/products/cpe/detail/5A6C04CB-E6AD-4740-882A-34620AEC060A Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml: set CVE product to tinyxmlJörg Sommer2025-01-031-0/+1
| | | | | | | | | This library gets tracked with the product name tinyxml: https://nvd.nist.gov/products/cpe/detail/95BDA29F-257C-4C44-8847-25CFC107228D Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: Upgrade 4.2.3 -> 4.3.0Leon Anavi2025-01-031-2/+3
| | | | | | | | | | | | | | | | Upgrade to version 4.3.0: - Upgraded bitarray dependency to >= 3.0.0. - Explicit support for Python 3.13. - Added i and I struct codes for 32-bit ints. - Removed the 'experimental feature' label from the new exotic floating point types. - Fix for negative index LSB0 slicing issue. License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: Upgrade 3.4.0 -> 3.4.1Leon Anavi2025-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to version 3.4.1: - Project metadata are now stored using pyproject.toml instead of setup.cfg using setuptools as the build backend. - Enforce annotation delayed loading for a simpler and consistent types in the project. - Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8 - Converting content to Unicode bytes may insert utf_8 instead of preferred utf-8. - Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+ License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: upgrade 1.66.1 -> 1.68.0Divya Chellam2025-01-031-2/+2
| | | | | | | | | | | | This includes CVE-fix for CVE-2024-11407 Changelog: ================================== https://github.com/grpc/grpc/releases/tag/v1.68.0 https://github.com/grpc/grpc/compare/v1.66.1...v1.68.0 Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: update 3.5.0 -> 3.6.1Ayoub Zaki2025-01-031-3/+16
| | | | | | | * update to latest 3.6.1 Version * add packaging for botan binary and botan-test tool Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bmap-writer: update to latest git versionAyoub Zaki2025-01-021-2/+2
| | | | | | | | | | | | | | * switch to libarchive to handle a larger decompression schemes * implement own sha256 hashing and drop openssl dependency * compute maximum buffer size before writing each range * bmap file optional: if not provided, it will be searched in the same path as the input * print time/speed of the writing operation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yyjson: add new recipeBartosz Szostak2025-01-021-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctre: add new recipeBartosz Szostak2025-01-021-0/+22
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsoncons: add new recipeBartosz Szostak2025-01-021-0/+15
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: fix do_fetch errorJiaying Song2025-01-021-1/+1
| | | | | | | | Change the SRC_URI to the correct value due to the following error: WARNING: chrony-4.5-r0.wr2401 do_fetch: Failed to fetch URL https://download.tuxfamily.org/chrony/chrony-4.5.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: Add missing dep on python3-pyjwtKhem Raj2025-01-011-0/+1
| | | | | | this is needed for ptests to run Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: Add missing rdeps for ptests to run/passKhem Raj2025-01-011-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>