summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: Upgrade 4.5 -> 4.6Leon Anavi2025-01-131-2/+1
| | | | | | | | | | | | | | Upgrade to release 4.6: - Modify Cirrus CI template to save resources - Update Cirrus CI configuration - Update Gitlab CI template - Prefer importlib.resources.files instead of importlib.resources.read_text or pkgutil.get_data - Update version caps for dependency on platformdirs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: Upgrade 1.8.0 -> 1.8.2Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 1.8.2: - Revert "Start testing with 3.14 alphas" - Bump docker/build-push-action from 6.9.0 to 6.10.0 - Update the bug template with latest bandit version - Add Mercedes-Benz to sponsor list - Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 - [pre-commit.ci] pre-commit autoupdate - Remove lxml (B320 & B410) from blacklist - Clarify "getting started" docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: Upgrade 0.25.3 -> 0.25.5Leon Anavi2025-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.25.5: - Fix readme issue that prevented 0.25.4 from being published to pypi. - Responses can now match requests that use `data` with file-like objects. - RequestsMock.matchers was added. This property is an alias to responses.matchers. - Removed tests from packaged wheels - Improved recorder API to ease use in REPL environments. Fixes: WARNING: python3-responses-0.25.5-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: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | | | Upgrade to release 0.19.1: - added the optional inline-snapshot[dirty-equals] dependency to depend on the dirty-equals version which works in combination with inline-snapshot. - snapshots with pydantic models can now be compared multiple times Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | Upgrade to release 2.28.0: - Improve performance of unmarshalling variants - Improve performance of marshalling message headers - Revert avoid building wheels if a release is not made Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 2.10.4 -> 2.10.5Leon Anavi2025-01-131-1/+1
| | | | | | | | | | Upgrade to release 2.10.5: - Remove custom MRO implementation of Pydantic models - Fix URL serialization for unions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.30.0 -> 1.31.0Jason Schonberg2025-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.31.0 Changes: Enable Query Cache by default. PR #786 Bugfixes: Enhance Windows DNS configuration change detection to also detect manual DNS configuration changes. PR #785 Various legacy MacOS Build fixes. Issue #782 Ndots value of zero in resolv.conf was not being honored. 852a60a Watt-32 build support had been broken for some time. PR #781 Distribute ares_dns_rec_type_tostr manpage. PR #778 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: Skip building, needs porting to boost >= 1.87Khem Raj2025-01-131-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: Skip recipe, not buildable with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Skip recipe, not buildable with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: Skip recipe due to unbuildable dependency websocketppKhem Raj2025-01-132-1/+2
| | | | | | Websocketpp needs to be ported to work with booost >= 1.87 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: Upgrade to 3.5.3Khem Raj2025-01-135-1494/+13
| | | | | | | Drop backports and not needed patches Add local SRC_URI For googletests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-serpent: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-14/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-service-identity: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smpplib: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simpleeval: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-14/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli-w: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-13/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomlkit: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-trustme: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzdata: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-u-msgpack-python: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-14/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-unidiff: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-18/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uritemplate: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-18/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-validators: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wsproto: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-18/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlrd: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-10/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-8/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-10/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libde265: update 1.0.12 -> 1.0.15Markus Volk2025-01-101-3/+6
| | | | | | | | - dont use autotools-brokensep - add PACKAGECONFIG for dec265 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml: patch CVE-2023-34194Peter Marko2025-01-102-0/+32
| | | | | | | | Take patch from Debian: https://salsa.debian.org/debian/tinyxml/-/commit/2366e1f23d059d4c20c43c54176b6bd78d6a83fc Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml: patch CVE-2021-42260Peter Marko2025-01-102-1/+30
| | | | | | | | Take patch from Debian: https://salsa.debian.org/debian/tinyxml/-/commit/38db99c12e43d7d6e349403ce4d39a706708603d Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: Upgrade 0.14.1 -> 0.14.2Leon Anavi2025-01-101-1/+1
| | | | | | | | | | | Upgrade to release 0.14.2: - Eliminate a race condition when overwriting cache entries. - Fix a requests object leak when doing caching on a streamed response. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyusb: Upgrade 1.3.0 -> 1.3.1Leon Anavi2025-01-101-1/+1
| | | | | | | | | | Upgrade to release 1.3.1: - core: fix a regression in ctrl_transfer where supplied read buffers were discarded Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icecream: Upgrade 2.1.3 -> 2.1.4Leon Anavi2025-01-101-1/+1
| | | | | | | | | | | | | Upgrade to release 2.1.4: - Changed: Drop support for all Python versions prior to Python 3.8, now long past EOL. Notably, Python 2 is no longer supported. - Changed: Update the 'executing' dependency to >= v2.1.0 to improve source code analysis and support Python 3.13. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-multimedia: Drop adding openh264 and libde265Khem Raj2025-01-101-1/+1
| | | | | | | | | | | Fixes ERROR: packagegroup-meta-multimedia-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (openh264-dev to libopenh264-dev) ERROR: packagegroup-meta-multimedia-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (libde265 to libde265-0) ERROR: packagegroup-meta-multimedia-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (openh264 to libopenh264-7) ERROR: packagegroup-meta-multimedia-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (openh264-dbg to libopenh264-dbg) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dav1d: update 1.4.3 -> 1.5.0Markus Volk2025-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changes for 1.5.0 'Sonic': -------------------------- 1.5.0 is a major release of dav1d, that: - WARNING: we removed some of the SSE2 optimizations, so if you care about systems without SSSE3, you should be careful when updating! - Add Arm OpenBSD run-time CPU feature - Optimize index offset calculations for decode_coefs - picture: copy HDR10+ and T35 metadata only to visible frames - SSSE3 new optimizations for 6-tap (8bit and hbd) - AArch64/SVE: Add HBD subpel filters using 128-bit SVE2 - AArch64: Add USMMLA implempentation for 6-tap H/HV - AArch64: Optimize Armv8.0 NEON for HBD horizontal filters and 6-tap filters - Power9: Optimized ITX till 16x4. - Loongarch: numerous optimizations - RISC-V optimizations for pal, cdef_filter, ipred, mc_blend, mc_bdir, itx - Allow playing videos in full-screen mode in dav1dplay Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fitimage.bbclass: Remove True option to getVar callsAkash Hadke2025-01-101-2/+2
| | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Signed-off-by: Akash Hadke <akash.hadke27@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyrad: Fix build with poetry 2.xKhem Raj2025-01-102-1/+54
| | | | | | Backport a patch that reformats pyproject file to the taste of poetry 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Switch to latest on 1.x branchKhem Raj2025-01-101-2/+5
| | | | | | This gets up fmt 11.1 support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Drop adding +git to PVKhem Raj2025-01-101-1/+0
| | | | | | We are using latest release SHA1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>