summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* python3-twitter: upgrade 4.14.0 -> 4.15.0Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | Changelog: ========== - Fix error "No module named 'imghdr'" due to removed package in Python 3.13+ - Bump requests-oauthlib to allow v2 - Drop support for Python 3.7 and 3.8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smpplib: upgrade 2.2.3 -> 2.2.4Wang Mingyu2025-01-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 7.1.1 -> 7.2Wang Mingyu2025-01-241-3/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: upgrade 0.25.5 -> 0.25.6Wang Mingyu2025-01-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psycopg: upgrade 3.2.3 -> 3.2.4Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Don't lose notifies received whilst the notifies() iterator is not running - Make sure that the notifies callback is called during the use of the notifies() generator - Raise the correct error returned by the database (such as AdminShutdown or IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection - Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with MACOSX_DEPLOYMENT_TARGET - Bump libpq to 17.2 in Linux and macOS binary packages. - Bump libpq to 16.4 in Windows binary packages, using the vcpkg library Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdatetime: upgrade 5.0.0 -> 5.1.0Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | Changelog: =========== - fix appveyor builds by installing current project - Move datetime-specific code from date methods into datetime class - Add Python 3.13 support and drop Pyhton 3.8 support - Fix compare datetime with diffrent timezones Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | Changelog: =========== - raise no assertion for positional arguments inside constructor methods. - fixed a crash when you changed the snapshot to use a custom constructor method for dataclass/pydantic models. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: upgrade 1.2.1 -> 1.3.0Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | | | License-Update: Copyright year updated to 2025 Changelog: =========== - Merge template, adding py313 suppport and removing bumpversion for bump-my-version - Bump towncrier dep from >=21,<22 to >=24,<25 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-abi: upgrade 5.1.0 -> 5.2.0Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | | | License-Update: Copyright year updated to 2025 Changelog: =========== - Merge template, adding py313 support, replace bumpversion with bump-my-version, raise required hypothesis versions. - Merge template, fixing docs CI and other various updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.28.0 -> 2.30.2Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== Fix ----- Fetching release tag during build Void validate arguments/properties name Wheel builds on aarch64 Feature --------- Migrate to using native arm runners for wheel builds introspect: Implement annotations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: upgrade 2.5.8 -> 2.5.9Wang Mingyu2025-01-241-1/+1
| | | | | | | | Changelog: Fixed 'index out of range' error when passing no arguments to an argparse-based command function. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cloudpickle: upgrade 3.1.0 -> 3.1.1Wang Mingyu2025-01-241-1/+1
| | | | | | | | Changelog: Various fixes to support for Python 3.14 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 40.0.0 -> 40.1.1Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | Changelog: =========== - Add option for displaying unit from dbc in the plot legend - Fix CI - monitor: signals filtering - Make generated src files more Doxygen-compatible Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pocketpy: upgrade 2.0.4 -> 2.0.5Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ============ - use cpython % and // impl - add colorcvt module - add py_importlib_reload and importlib module - add py_interrupt and set single handler for REPL - add PK_LOW_MEMORY_MODE - reduce type's memory cost - allow customize malloc, realloc and free - make C99 compilers work - fix win32 clang build - avoid undefined behavior signed int overflow - fix pybind11 implementation for error_already_set Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openvpn: upgrade 2.6.12 -> 2.6.13Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Refuse clients if username or password is longer than USER_PASS_LEN - Improve peer fingerprint documentation - console_systemd: remove the timeout when using 'systemd-ask-password' - Fix missing spaces in various messages - GHA: Update macOS runners - GHA: Simplify macOS builds - Various typo fixes - forward: Fix potential unaligned access in drop_if_recursive_routing - send uname() release as IV_PLAT_VER= on non-windows versions - preparing release 2.6.13 - Route: remove incorrect routes on exit - Use a more robust way to get dco-win version - Fix check_addr_clash argument order - Add calls to nvlist_destroy to avoid leaks - proxy.c: Clear sensitive data after use - Protect cached username, password and token on client - Fix more of uninitialized struct user_pass local vars - Fix IPv6 in port-share journal - Fix port-share journal doc Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: upgrade 0.26.0 -> 0.26.1Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | | | | | | | | Changelog: ========== ## General improvements * Align allocations of sc_mem_secure_alloc * Fix -O3 gcc optimization failure on amd64 and ppc64el ## pkcs11-spy * Avoid crash while spying C_GetInterface() ## TCOS * Fix reading certificate Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 47.3 -> 47.4Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== * Use BT709 coefficients and limited range for YUV conversion by defaults * Also request high priority secondary EGL context * Fix Xwayland DND coordinates when using fractional scaling * Fix applying initial _NET_WM_WINDOW_OPACITY on Xwaylan * Implement wp_viewport support for cursor surfaces * Improve input ->output latency of cursor movements * Improve frame rate on monitors attached to secondary GPUs in copy mode * Send preferred scales to all surface roles * Misc. bug fixes and cleanups Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: update 2.03.29 -> 2.03.30Wang Mingyu2025-01-244-13/+13
| | | | | | | | | | 0001-implement-libc-specific-reopen_stream.patch 0004-tweak-MODPROBE_CMD-for-cross-compile.patch 0005-do-not-build-manual.patch refreshed for 2.03.30 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtoml11: upgrade 4.2.0 -> 4.3.0Wang Mingyu2025-01-242-37/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-fix-add-missing-zero-initialization-to-region.patch removed since it's included in 4.3.0 Changlog: ========= Added ------ Support std::optional as a template argument of toml::find Support multiple arguments toml::visit(visitor, args...) Fixed ------ toml::detail::region::last_ may be used uninitialized Fix use with CMake 3.21 and older fix: prevent size_t-max length string allocation update README.md Make parsing faster for very long line Avoid known problem in MSVC Check if source_location::file_name() is null before formatting Changed ------- Update hugo-book theme Add MSVC 2017 to appveyor build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgee: upgrade 0.20.6 -> 0.20.8Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | Changelog: ========== * Fixes for new release process * Fixes for newer valac Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.26 -> 1.27Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | License-Update: Copyright year updated to 1.27 Changelog: src/iotop: correct pg_cb signature Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeipmi: update 1.6.14 -> 1.6.15Wang Mingyu2025-01-242-51/+2
| | | | | | | | | | | | | | | | | | | 0001-Fix-undeclared-function-errors.patch removed since it's included in 1.6.15 Changelog: ========== - In ipmi-config, fix incorrect output of IPv6_Dynamic_Address_Source_Type. - In ipmi-oem, increase precision of Dell cumulative energy output. - Do not advertise options that are only available when special debugging is compiled into FreeIPMI. - Fix build errors with implicit-function-declaration. - libfreeipmi: remove unnecessary / duplicate parameter checks. - Fix gcc 14.x build failures. - Minor documentation updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20240619 -> 1.3-20250116Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - modify dialog-config.in to allow for include-subdirectory. - update configure script macros for changes made with Cdk. - use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating *-config and ".pc" files - further improvements to matching output from *-config and ".pc" improve gen-pkgconfig.in to mark the screen library, e.g., ncurses, as "Required" and filter the cflags/libs from required packages out of the ".pc" file, because pkg-config will add those automatically. - fix some gcc15 strict compiler warnings - configure script fixes for compiler warnings - update config.guess, config.sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cxxopts: upgrade 3.2.0 -> 3.2.1Wang Mingyu2025-01-241-1/+1
| | | | | | | | Changelog: * Fix compilation with optional on C++20. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0Wang Mingyu2025-01-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 24.12.0 -> 25.01.0Yogita Urade2025-01-202-129/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2024-56378 Changelog: =========== core: * TextOutputDev: Better detect fakebold words * TextOutputDev: Faster sorting algorithm * Internal code improvements * Fix crashes in malformed documents cpp: * Remove rect parameter from image::copy, it was never implemented qt6: * Fix crash in Submit Forms if document links to non existing field qt5: * Fix crash in Submit Forms if document links to non existing field glib: * mark transfer of poppler_page_get_selected_region utils: * pdfdetach: Make -savefile work with Unicode strings. Issue #1540 build system: * Don't update pdfsig.pot when POT-Creation-date is the only change Droped 0001-Don-t-update-pdfsig.pot-when-POT-Creation-date-is-th.patch as this is available in 25.01.0 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: update to latest git revisionPeter Marko2025-01-204-114/+5
| | | | | | | | | | | | | | | | | | Last tag is from 2014, but bugfixing continued and last commit is from year 2024. Additional 87 commits are present, mostly bugfixes. PV already has "+git" although it was exactly on tag, no edit needed. Drop 3 patches which are included in current git version. Add CVE_STATUS for 2 CVEs from those patches. Also mark one additional CVE as fixed: CVE-2021-33454. Stack trace from https://github.com/yasm/yasm/issues/166 References the same line of code as corrected in https://github.com/yasm/yasm/pull/244 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.32.2 -> 1.32.3Jason Schonberg2025-01-201-1/+1
| | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.32.1 -> 1.32.2Jason Schonberg2025-01-201-1/+1
| | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.32.0 -> 1.32.1Jason Schonberg2025-01-201-1/+1
| | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: remove recipeMarkus Volk2025-01-1817-693/+0
| | | | | | | polkit was the only consumer and switched to ducktape Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-12/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-13/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-polyline: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-17/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-17/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-precise-runner: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-17/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-14/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-14/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ptyprocess: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-16/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-py-cpuinfo: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyasn1-modules: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-17/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: update recipe to use the ptest-python-pytest classDerek Straka2025-01-172-10/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>