summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-ujson: correct license file and checksumGyorgy Sarvari2025-01-251-1/+1
| | | | | | | | | | The PKG-INFO line referenced in the LIC_FILES_CHKSUM variable is outdated, and points to a non-license related detail. Instead use LICENSE.txt to verify the license. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hyperframe: Upgrade 6.0.1 -> 6.1.0Leon Anavi2025-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 6.1.0: API Changes (Backward Incompatible) - Support for Python 3.6 has been removed. - Support for Python 3.7 has been removed. - Support for Python 3.8 has been removed. API Changes (Backward Compatible) - Support for Python 3.10 has been added. - Support for Python 3.11 has been added. - Support for Python 3.12 has been added. - Support for Python 3.13 has been added. - Updated packaging and testing infrastructure. - Code cleanup and linting. - Improved type hints. Fixes: WARNING: python3-hyperframe-6.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: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hpack: Upgrade 4.0.0 -> 4.1.0Leon Anavi2025-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.1.0: API Changes (Backward Incompatible) - Support for Python 3.6 has been removed. - Support for Python 3.7 has been removed. - Support for Python 3.8 has been removed. - Renamed InvalidTableIndex exception to InvalidTableIndexError. API Changes (Backward Compatible) - Support for Python 3.9 has been added. - Support for Python 3.10 has been added. - Support for Python 3.11 has been added. - Support for Python 3.12 has been added. - Support for Python 3.13 has been added. - Optimized bytes encoding of headers. - Updated packaging and testing infrastructure. - Code cleanup and linting. - Added type hints. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: Upgrade 1.17.1 -> 1.17.2Leon Anavi2025-01-251-1/+1
| | | | | | | | | | Upgrade to release 1.17.2: - Added universal binary wheels for macOS. That is, contains both x86_64 and arm64 architectures in the same wheel. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Upgrade 3.25.1 -> 3.26.0Leon Anavi2025-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 3.26.0: - Typing: Add type annotations and improved documentation for class Meta <marshmallow.Schema.Meta> options. - Typing: Improve type coverage of marshmallow.Schema.SchemaMeta. - Typing: marshmallow.Schema.loads parameter allows bytes and bytesarray. - Respect data_key when schema validators raise a ValidationError <marshmallow.exceptions.ValidationError> with a field_name argument. - Correctly handle multiple @post_load <marshmallow.post_load> methods where one method appends to the data and another passes pass_original=True. - URL fields now properly validate file paths. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pocketsphinx: Upgrade 5.0.3 -> 5.0.4Leon Anavi2025-01-251-1/+1
| | | | | | | | | | | | | | Upgrade to release 5.0.4: - Fix _pocketsphinx.pyx's set_alignment example - fix: evil version pinning must die.die.die - Fix typos discovered by codespell - GitHub Actions: Add Python 3.13 to the testing - Add a simple language model maker script - Add suggested packages to README.md Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: fix pathes in cmake fileGyorgy Sarvari2025-01-251-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The do_install:append() deleted the TMPDIR from the cmake file, however that left two absolute pathes in the file: /usr/lib/libssl.so and /usr/lib/libcrypto.so. In case another project is trying to link to civetweb-server with cmake, it fails with the following error: ninja: error: '/usr/lib/libssl.so', needed by 'examples/prometheus/prometheus_example', missing and no known rule to make it Instead of only deleting the TMPDIR, change it to ${CMAKE_SYSROOT} - a variable set by cmake.bbclass. This allows other projects to find the required interfacing libraries successfully. 2. When linking to civetweb-server from another project using cmake, the cmake file verifies if the /usr/bin/civetweb binary exists. When using the class-target package, this file is not included in the sysroot during build-time, so this check fails with the following error: CMake Error at ${RECIPE_SYSROOT}/usr/lib/cmake/civetweb/civetweb-targets.cmake:97 (message): The imported target "civetweb::server" references the file "${RECIPE_SYSROOT}/usr/bin/civetweb" but this file does not exist. Possible reasons include: To avoid this error, this check is deleted for class-target. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: correct license file and checksumGyorgy Sarvari2025-01-251-1/+1
| | | | | | | | | | | | The PKG-INFO file's content can shift around, and the different details can change position - e.g. line 6 currently points to the "Author" field, and not to the "License" field. Instead use the COPYING file to verify the license, which seems to be a more stable indicator. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rtmpdump: update 2.4 -> v2.6Thomas Schlien2025-01-252-20/+2
| | | | | | | - remove fix-racing-build-issue.patch since it is included upstream Signed-off-by: Thomas Schlien <ts@ferncast.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: add PACKAGECONFIG for dpdkThomas Schlien2025-01-251-0/+1
| | | | | Signed-off-by: Thomas Schlien <ts@ferncast.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntp: set CONFIG_SITE in do_compileRoss Burton2025-01-241-0/+5
| | | | | | | | | Recent changes in to the autotools class in core means that it no longer sets CONFIG_SITE for compile tasks. However, ntp decides to reconfigure itself mid-build, so the CONFIG_SITE values are lost. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: remove obsolete double-run of configureRoss Burton2025-01-241-9/+0
| | | | | | | | There do not appear to be libtool problems with syslog-ng, so the requirement to double-run autoreconf from 2017 must have been resolved. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncftp: update for autoconf changes in coreRoss Burton2025-01-241-1/+2
| | | | | | | | | | ACLOCALEXTRAPATH is no longer used, so pass the required -I via EXTRA_AUTORECONF. Also explicitly disable aclocal as the aclocal is hand-maintained. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: Remove references to ACLOCALEXTRAPATHKhem Raj2025-01-241-1/+1
| | | | | | ACLOCALEXTRAPATH is gone in core with commit 878e1517d4890b31332a506ce903d57e1d7dff87 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncftp: Replace references to ACLOCALEXTRAPATHKhem Raj2025-01-243-1/+96
| | | | | | | | - ACLOCALEXTRAPATH is gone in core with commit 878e1517d4890b31332a506ce903d57e1d7dff87 - Add patches to fix build with latest clang and gcc - Drop disabling warnings as the fixes above take care of the problem Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: Upgrade 3.3.1 -> 3.3.3Khem Raj2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3.3.3 ===== False Positives Fixed Fix false positives for undefined-variable for classes using Python 3.12 generic type syntax. Closes #9335 Fix a false positive for use-implicit-booleaness-not-len. No lint should be emitted for generators (len is not defined for generators). Refs #10100 Other Bug Fixes Fix Unable to import 'collections.abc' (import-error) on Python 3.13.1. Closes #10112 3.3.2 ===== False Positives Fixed Fix a false positive for potential-index-error when an indexed iterable contains a starred element that evaluates to more than one item. Closes #10076 Other Bug Fixes Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout). Closes #10026 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: Fix test_doc.py ptestKhem Raj2025-01-241-2/+2
| | | | | | | Add README.md into ptest package Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Derek Straka <derek@asterius.io>
* smarty: update 4.5.5 -> 5.4.2Wang Mingyu2025-01-242-28/+40
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.6 -> 7.2.7Divya Chellam2025-01-2410-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/redis/redis/releases/tag/7.2.7 Upgrade urgency SECURITY: See security fixes below. Security fixes ==================== * (CVE-2024-46981) Lua script commands may lead to remote code execution * (CVE-2024-51741) Denial-of-service due to malformed ACL selectors Bug fixes ==================== * #13380 Possible crash due to OOM panic on invalid command * #13338 Streams: XINFO lag field is wrong when tombstone is after the last_id of the consume group * #13473 Streams: XTRIM does not update the maximal tombstone, leading to an incorrect lag * #13311 Cluster: crash due to unblocking client during slot migration * #13443 Cluster: crash when loading cluster config * #13422 Cluster: CLUSTER SHARDS returns empty array * #13465 Cluster: incompatibility with older node versions Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: Replace using --system-acdir with --aclocal-pathKhem Raj2025-01-241-1/+1
| | | | | | This synchronises it with latest autotools class Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nativesdk-pistache: dependency with brotliChristos Gavros2025-01-241-1/+1
| | | | | | | | | Building of nativesdk-pistache aborted due to missing dependency with brotli. Fixed by extending brotli recipe to build nativesdk Signed-off-by: Christos Gavros <gavrosc@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: Upgrade 0.5 -> 0.6Ayoub Zaki2025-01-243-52/+62
| | | | | | | | Changelogs: - https://github.com/latchset/pkcs11-provider/releases/tag/v0.6 - https://github.com/latchset/pkcs11-provider/compare/v0.5...v0.6 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiawatha: upgrade 10.12 -> 11.0Jason Schonberg2025-01-241-3/+2
| | | | | | | | | | | | | | The https://www.hiawatha-webserver.org/ site is defunct. So move SRC_URI to use https://hiawatha.leisink.net/ instead. Update to 11.0 while we are here. Changelog: https://hiawatha.leisink.net/changelog mbed TLS updated to 3.0.0. Dropped support for TLSv1.0 and TLSv1.1. Configuration option MinTLSversion removed. Dropped support for HTTP Public Key Pinning (HPKP). Configuration option PublicKeyPins removed. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: Upgrade 5.5.0 -> 5.5.1Leon Anavi2025-01-241-1/+1
| | | | | | | | | | | Upgrade to release 5.5.1: - Add documentation regarding caching of exceptions. - Officially support Python 3.13. - Update CI environment. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: Upgrade 3.1 -> 3.4.2Leon Anavi2025-01-241-3/+3
| | | | | | | | | | | | | | Use python_setuptools_build_meta and upgrade to release 3.4.2: - Fix docstrings of dispatchable functions - Fix draw_networkx_nodes return type - Add disclaimer about LLM driven PRs - Fix doc warnings from recently added docs License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: Upgrade 0.140.1 -> 0.141.0Leon Anavi2025-01-241-1/+1
| | | | | | | | | Upgrade to release 0.141.0: - Speed up adding and expiring records in the DNSCache Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: Upgrade 2.0 -> 2.1Leon Anavi2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 2.1: treewide: - make Kivy dependency optional by introducing a new "gui" package extra feature snagflash: - correct file offset computations in MMC flashing procedure snagrecover: - add support for STMicroelectronics STM32MP25 SoCs - add support for Xilinx ZynqMP SoCs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.36.1 -> 2.37.0Leon Anavi2025-01-241-1/+1
| | | | | | | | | | | Upgrade to release 2.37.0: - Arr.newbyteorder deprecation in numpy>2.0 - Upgrade pyav plugin to support av v14 - Expose bacterial colony standard image Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 22.12.0 -> 22.13.1Jason Schonberg2025-01-245-50/+81
| | | | | | | | | | | | | | | | | | | Changelog for 22.13.0 : https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.0 Changelog for 22.13.1 : https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.1 The 22.13.1 release is a security fix addressing four CVEs. CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when permission model is enabled (High) CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium) CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium) CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium) I introduce a new patch with this recipe 0001-Do-not-use-glob-in-deps.patch to revert https://github.com/nodejs/node/commit/77e2869ca6 I restored 0001-deps-disable-io_uring-support-in-libuv.patch as suggested here : https://lore.kernel.org/all/20241207140642.181134-1-martin.jansa@gmail.com/ Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 47.2 -> 47.3Markus Volk2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ Version 47.3 ============ - Various translation updates About - Fix wrong GPU names when g-c-c is launched using dGPU Color - Various fixes to the color calibration tool Notifications - Update UI when underlying gsetting changes Network - Make metered connection and hotspot settings adaptive to small screens Power - Handle when tuned-ppd has an unsupported power profile Sound - Prevent crash in Volume Levels when stream has no name Users - Make screen reader read avatar file names when there are no names Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: update 47.2 -> 47.3Markus Volk2025-01-242-2/+2
| | | | | | | | | | | | | | 47.3 ==== * Fix Escape handling in run dialog [Florian; !3585] * Fix custom text-scaling-factor getting reset [Matthijs; !3574] * Tweak ibus candidate popover appearance [AuralRay; !3584] * Misc. bug fixes and cleanups [Florian, Bilal, Michel, Bartłomiej, Alberto, AsciiWolf, Jakub; !3563, !3547, !3573, !3525, !3572, !3580, !3578, !3576, !3579, !3589, !3587, !3593] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: fix building documentationGyorgy Sarvari2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | In case "asciidoctor" meson option is enabled for building the documentation, meson looks for a binary called "asciidoctor", which is a ruby application, different from "asciidoc", and fails with the following error: ../git/meson.build:153:15: ERROR: Program 'asciidoctor' not found or not executable When "asciidoctor" option is disabled, meson looks for "asciidoc", which is readily provided by asciidoc-native. When docs PACKAGECONFIG is disabled, the "asciidoctor" option can be left on its default value. Also, add xmlto-native as a dependency for the "docs" PACKAGECONFIG, otherwise build fails with the following error after finding asciidoc: ../git/meson.build:156:12: ERROR: Program 'xmlto' not found or not executable Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: fix compiling without including testsGyorgy Sarvari2025-01-241-2/+2
| | | | | | | | | | | | | | In case "tests" PACKAGECONFIG is not included, do_configure fails with the following error message: ../git/ndctl/meson.build:51:4: ERROR: Problem encountered: '-D=destructive=enabled' requires '-Dtest=enabled' Since "destructive" option only enables an extra set of tests, it only makes sense to use along with including the tests. In case tests are not required, this option can be left on its default value (disabled). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: Upgrade 4.23.2 -> 4.24.1Leon Anavi2025-01-241-1/+1
| | | | | | | | | Upgrade to release 4.24.1: - Adds ability to configure stderr output color Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aioresponses: Upgrade 0.7.7 -> 0.7.8Leon Anavi2025-01-241-1/+1
| | | | | | | Upgrade to release 0.7.8. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: Upgrade 3.16.1 -> 3.17.0Leon Anavi2025-01-241-1/+1
| | | | | | | | | Upgrade to release 3.17.0: - Fix failures and drop support for Python 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-cxx: fix typo in PACKAGECONFIGGyorgy Sarvari2025-01-241-1/+1
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 3.2 -> 3.3Markus Volk2025-01-241-1/+1
| | | | | | | | ver 3.3: Fix issue with handling External Authentication. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pistache: fix package config dependenciesAyoub Zaki2025-01-241-9/+11
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Make SKIP_RECIPE weakKhem Raj2025-01-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: upgrade to latest 3.12.1Martin Jansa2025-01-241-4/+4
| | | | | | | | | | | | | | * adjust the list of .f files to cover also newly used .f90 files, causing: http://errors.yoctoproject.org/Errors/Details/840502/ ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtsts in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtstd in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtstz in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtstc in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: Fatal QA errors were found, failing task. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: fix buildpaths in ptest also when CBLAS is enabledMartin Jansa2025-01-241-6/+17
| | | | | | | | | | | | | | | | | | | ERROR: lapack-3.12.0-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xccblat3 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xdcblat3 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xdcblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xscblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xccblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xzcblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xzcblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xccblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xdcblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xscblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xscblat3 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xzcblat3 in package lapack-ptest contains reference to TMPDIR [buildpaths] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: add PACKAGECONFIG for cblasMartin Jansa2025-01-241-0/+1
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: make DLT_WatchdogSec configurableChangqing Li2025-01-242-0/+41
| | | | | | | | | On slow system, dlt service may fail since watchdog timeout, backport a patch to make DLT_WatchdogSec configurable, so that this service can start successfully during boot. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cbindgen: update 0.27.0 -> 0.28.0Wang Mingyu2025-01-241-3/+3
| | | | | | | | | | | | | | | | | | | Changelog: ========== * Parse unsafe attributes * Fix local override of enum prefix-with-name * Add rename-all=prefix * ir: add support for UnsafeCell and SyncUnsafeCell * Implement mangling for arrays * Fix: Ignore 'CARGO_BUILD_TARGET' in tests * Newline for each field for constexpr field constants * Fix clippy warnings * Add aarch64/arm64 to CI * Add `unstable_ir` feature flag that makes the ir pub * Support generated a symbols file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: fix crash cannot work with kaslrXiangyu Chen2025-01-242-0/+90
| | | | | | | | | According to crash help message, crash can decode the random address with "--kaslr=auto". But it has a bug that when with "-S" in parameter, crash will bypass the kaslr option. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: upgrade 0.8.11 -> 0.8.12Wang Mingyu2025-01-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.139.0 -> 0.140.1Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | | | | | Changelog: =========== - fix: wheel builds for aarch64 - fix(docs): remove repetition of words - feat: small performance improvement to writing outgoing packets - feat: migrate to native types License-Update: remove Home-page from PKG-INFO Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 7.6.1 -> 7.7.0Wang Mingyu2025-01-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.28.1 -> 20.29.1Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | Changelog: ========== - Simplify Solution to --python command-line flag precedence - Change PyInfo cache versioning mechanism Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>