summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avro-c++: Fix build for 32-bit targetsAlper Ak10 days1-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building avro-c++ for 32-bit targets currently fails due to the following warnings being treated as errors: - `useless-cast` in Symbol.cc - `conversion` in FileStream.cc These are promoted to errors because of `-Werror` in the project's build flags. Fix: lib32-avro-c++/1.12/sources/avro-c++-1.12/lang/c++/impl/parsing/Symbol.cc:91:27: error: useless cast to type 'int' [-Werror=useless-cast] 91 | adj.push_back(static_cast(it - rs.begin())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors lib32-avro-c++/1.12/sources/avro-c++-1.12/lang/c++/impl/FileStream.cc:208:41: error: conversion from 'int64_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Werror=conversion] 208 | in_->seek(position - byteCount_ - available_); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ lib32-avro-c++/1.12/sources/avro-c++-1.12/lang/c++/impl/FileStream.cc:209:22: error: conversion from 'int64_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Werror=conversion] 209 | byteCount_ = position; | ^~~~~~~~ cc1plus: all warnings being treated as errors Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thin-provisioning-tools: fix bindgen build error with clang on octeontx2Bo Sun10 days1-1/+4
| | | | | | | | | | | | | | | | Remove unsupported '-mcpu=octeontx2+crypto' from BINDGEN_EXTRA_CLANG_ARGS as clang does not recognize 'octeontx2' as a valid target CPU, causing bindgen to fail when generating Rust bindings. Since bindgen only parses headers using Clang, CPU-specific options like -mcpu are generally unnecessary. Fixes build failure: | error: unsupported argument 'octeontx2+crypto' to option '-mcpu=' | error: unknown target CPU 'octeontx2' Signed-off-by: Bo Sun <bo.sun.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libalgorithm-diff-perl: upgrade 1.15 -> 1.1901Jason Schonberg10 days1-4/+4
| | | | | | | | | License-Update: New authors, new copyright date. Same license. Changelog: https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901/source/Changes Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Add missing rdep on pathspec for ptestsKhem Raj10 days1-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* e2tools: Fix ptest runs after S moved into UNPACKDIRKhem Raj11 days1-3/+3
| | | | | | Adjust for new paths Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: Fix build on rv32Khem Raj11 days2-0/+82
| | | | | | | | | | | | version needs getrandom from musl libc on musl targets but rust libc locked in for this target is older than the change needed for this to work on newer architectures Fixes | error[E0425]: cannot find value `getrandom` in crate `libc` | --> /usr/src/debug/python3-pydantic-core/2.35.2/sources/cargo_home/bitbake/getrandom-0.3.3/src/backends/linux_android_with_fallback.rs:34:39 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade to 2.11.7Khem Raj11 days2-3/+38
| | | | | | Fix build with pydantic-core 2.35.2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lief: Upgrade to 0.16.6Khem Raj11 days1-4/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: upgrade 2.34.1. -> 2.35.2Liu Yiding11 days3-64/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new version ptest needs module typing_inspection | ImportError while importing test module '/usr/lib/python3-pydantic-core/ptest/tests/test_misc.py'. | Hint: make sure your test modules/packages have valid Python names. | Traceback: | ../../python3.13/importlib/__init__.py:88: in import_module | return _bootstrap._gcd_import(name[level:], package, level) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | tests/test_misc.py:10: in <module> | from typing_inspection import typing_objects | E ModuleNotFoundError: No module named 'typing_inspection' | ERROR: tests/test_misc.py:tests/test_misc.py Changelog: ========== - update to speedate 0.16 - Better document SerializationInfo - Fix generic issues with ValidationInfo and SerializationInfo - Do not reuse validator and serializer when unpickling - Remove unnecessary required fields count when exclude_none is set - Update test dependencies after 3.8 dropped support - Mark constructor parameters of exceptions as positional-only - fix: submodel fields with wrap validator affect smart union selection - use pypa/gh-action-pypi-publish - add critical sections around bytearray reads - simplify ser-as-any mechanism - Coerce 'time' schema constraints - drop serde-json preserve_order feature - Remove core schema validation - Improve uncaught PydanticUseDefault exception message - Add support for Python 3.14 - drop pypy3.9 support, add pypy3.11 support - Add ensure_ascii option - Update repr of TzInfo - Make ValidationInfo and SerializationInfo generic for context Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 48.0 -> 48.3Markus Volk11 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ Version 48.3 ============ - Various translation updates - Various accessibility fixes About - Properly close System Details dialog supressing dispose warning Common - Fix use-after-free in CcPermissionInfobar Colors - Remote extra line below the device name Global Shortcuts - Discard request from invalid app ID Wacom - Plug stylus motion backlog array leak ============ Version 48.2 ============ - Various translation updates - Wrap settings panel names in small window sizes - Call g_type_ensure for a custom class - Add rounded borders to illustrations About - Fix multiple GPU name display with NVIDIA GPU on Desktop PC Apps - Set bold style to the app name - Hide preference group if no permissions are shown Notifications - Fix crash when modifying app settings multiple times Power - Change power saver icon to leaf (matching GNOME Shell) System - Improve password generation logic - Use EFF's Wordlists for Random Passphrases for password generator Users - Don't crash when failing to crop avatar images Wacom - Get motion history from tablets in test drawing area ============ Version 48.1 ============ - Various translation updates Keyboard - Fix duplicated "Search" entries in the Custom Shortcuts Network - Fix bad memory access in wsec_size_group_clear() Power - Set suspend notice message visible by default Printers - Run printer details response callback when closing dialog Wellbeing - Don't make screen time row activatable - Fix NAN handling for chart labels - Fix chart height calculation for partially filled week Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: upgrade 0.7.0 -> 0.8.0Serosh Deljam11 days1-1/+1
| | | | | Signed-off-by: Serosh Deljam <serosh.deljam@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: update 48.0 -> 48.3Markus Volk11 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | 48.3 ==== * Misc. bug fixes and cleanups [Florian; !409, !411, !405, !413] Contributors: Florian Müllner 48.2 ==== * windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395] * build: Allow disabling the X11 session [Neal; !396, !400] Contributors: Daniel Buch Hansen, Neal Gompa 48.1 ==== Translators: Hugo Carvalho [pt], Danial Behzadi [fa] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: update 48.0 -> 48.3Markus Volk11 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 48.3 ==== * Check all modifiers for modifier-scroll [Florian; !3725] * Fix visibility of emoji key in on-screen-keyboard [Carlos; !3733] * Add missing accessibility labels in various components [Florian, Sergio; !3736, !3765, !3769, !3773, !3179] * Allow users to correct keyring password after failure [Alynx; !3757] * Misc. bug fixes and cleanups [fossdd, Jordan, Florian, Joan, Mike, Daniel; !3728, !3735, !3740, !3739, !3745, !3749, !3753, !3748, !3777, !3756] Contributors: Sergio Costas Rodriguez, Mike FABIAN, fossdd, Carlos Garnacho, Florian Müllner, Jordan Petridis, Joan Torres López, Daniel van Vugt, Alynx Zhou Translators: Fabio Tomat [fur], Takayuki Kusano [ja] 48.2 ==== * Only enable surrounding-text IM capability when needed [Takao; !3666] * Fix launching command from terminal in run dialog [Balló; !3683] * Ignore offset changes caused by suspend for screen time [Sebastian; !3707] * Fix app folders sometimes not closing after outside clicks [Damien; !3713] * Fixed crash [Florian; !3721] * Misc. bug fixes and cleanups [Philipp, Alynx; !3716, !3711] Contributors: Takao Fujiwara, Balló György, Sebastian Keller, Philipp Kiemle, Florian Müllner, Damien Tournoud, Alynx Zhou Translators: Antonio Marin [ro] 48.1 ==== * Fix glitch in sliders when close to maximum [Sebastian; !3648] * Fix detecting suspend/resume for time tracking [Sebastian; !3679] * Fix wrongly sized images with fractional scaling [Jonas; !3680] * Fix frozen cursor when using magnifier in push mode [Jerome; !3688] * Fix session button on login screen after wrong password [Florian; !3638] * Misc. bug fixes and cleanups [Florian, Philip, Balló, Andy; !3673, !3675, !3685, !3676, !3689, !3687, !3641, !3694, !3684, !3672] Contributors: Jerome Brenier, Jonas Dreßler, Balló György, Andy Holmes, Sebastian Keller, Florian Müllner, Vasil Pupkin, Baxrom Raxmatov, Philip Withnall Translators: Vasil Pupkin [be@latin], Daniel Mustieles [es], Antonio Marin [ro], Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW], Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW], Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: update 48.2 -> 48.3Markus Volk11 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | Major Changes in 48.3 ===================== * Enhancements: - Support more video/audio types in search filter (Corey Berla, Rodrigo Michelassi) * Bugfixes: - Inhibit logout during file operations (Ignacy Kuchciński) - Allow opening current diretroy in multiple-dir mode (Michael Terry) - Prevent crash in location entry completions (Lukáš Tyrychtr) - Fix focusing window from other apps via DBus (Sebastian Keller) - Correctly close wait dialogs (Lukáš Tyrychtr) - Prevent file chooser crash on opening an empty location (Nelson Ben) - Use existing replacement for icon removed from theme (Peter Eisenmann) - Fix file leaking in directory (Corey Berla) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-text-editor: update 48.1 -> 48.3Markus Volk11 days1-1/+1
| | | | | | | | | | | | | | | | * Fix visual column position in overlay label * Defer gtk/gsv initialization to GtkApplication startup so that GApplication may determine proper app-id for process without relying on systemd/dbus conventions * Fix name in properties panel after save-as * Translation updates * Break out of recursive Policy-Kit authorization requests from user-cancellation. * Do not re-display position label as side-effect of auto-save * Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 48.2 -> 48.3Markus Volk11 days1-1/+1
| | | | | | | | | | | | | | | Version 48.3 ~~~~~~~~~~~~ Released: 2025-06-27 This is a stable release with the following change: * Fix crash on application shutdown This release also updates translation: * Chinese (Taiwan) (Cheng-Chia Tseng) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* licenses: add licenses for ktx-softwareAntonios Christidis11 days6-0/+201
| | | | | | | Add new necessary licenses for ktx-software. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ktx-software: Add recipe v4.4.0Antonios Christidis11 days1-0/+16
| | | | | | | Introduce recipe for ktx-software, version 4.4.0. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: upgrade 4.15.0 -> 4.16.0Liu Yiding11 days1-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Re-improve clarity of OAuth 2.0 User Context example code - Fix SyntaxWarning - Install 'build' - Docs config updates to fix build - Fix Sphinx context injection removal by readthedocs - Revert hoverxref upgrade for now until sphinx can be updated - Fix build error for docs related to 'html_context' setting - Modernize packaging configuration - Add new publish workflow to use trusted publisher - Add dev and test dependencies - Update publish workflow... - Add support for posting tweets to Communities Change to use LICENSE file instead of PKG-INFO, and license is MIT still Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: upgrade 25.4.2 -> 25.5.1Liu Yiding11 days2-3/+2
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opengl-es-cts: Use -march=armv8-aKhem Raj11 days1-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: upgrade 3.54.3 -> 3.55.0Liu Yiding11 days1-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | "windows_live" meson option is deprecated now Changelog: ========== - Add progress spinner for OAuth2 dialogs - Remove Windows Live! option - Improve goa_oauth2_provider_ensure_credentials_sync (Jan-Michael - er) - Authentication failure in goa IMAP accounts - Missing files from POTFILES.in - WebDAV not detected for mail.ru - goaoauth2provider: fix task chaining for subclasses - Always lowercase domains when looking up base - goadavclient: check Nextcloud fallback last - goabackend: add a composite widget for authflow links - goadavclient: fix the mailbox.org preconfig - Fix Nextcloud and mailbox.org preconfiguration - Add DAV preconfig for mail.ru Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: upgrade 4.68 -> 4.70Liu Yiding11 days1-1/+2
| | | | | | | | | | | | | | | | | | add liburi-perl to ptest to fix issue: | not ok 135 - calling bake() without mod_perl should survive | # Failed test 'calling bake() without mod_perl should survive' | # at t/cookie.t line 448. | # got: 'Can't locate URI.pm in @INC (you may need to install the URI module) (@INC entries checked: . /usr/lib/perl5/site_perl/5.40.2/x86_64-linux /usr/lib/perl5/site_perl/5.40.2 /usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux /usr/lib/perl5/vendor_perl/5.40.2 /usr/lib/perl5/5.40.2/x86_64-linux /usr/lib/perl5/5.40.2) at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # Compilation failed in require at /usr/lib/perl5/vendor_perl/5.40.2/CGI/Cookie.pm line 183. Changelog: ========== - remove github/coveralls/travis badges - add github actions for CI Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: upgrade 4.6.1 -> 4.7Liu Yiding11 days2-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Add opencommands directive to select remote monitoring commands - Add interval option to driftfile directive - Add waitsynced and waitunsynced options to local directive - Add sanity checks for integer values in configuration - Add support for systemd Type=notify service - Add RTC refclock driver - Allow PHC refclock to be specified with network interface name - Don’t require multiple refclock samples per poll to simplify filter configuration - Keep refclock reachable when dropping samples with large delay - Improve quantile-based filtering to adapt faster to larger delay - Improve logging of selection failures - Detect clock interference from other processes - Try to reopen message log (-l option) on cyclelogs command - Fix sourcedir reloading to not multiply sources - Fix tracking offset after failed clock step - Drop support for NTS with Nettle < 3.6 and GnuTLS < 3.6.14 - Drop support for building without POSIX threads Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: upgrade 4.0.3 -> 4.1.99Liu Yiding11 days1-1/+1
| | | | | | | | | | | | | Changelog: ========== - Update Brazilian Portuguese translation - feat(progress): support markup on label update STDIN - progress: Properly setup custom ok/cancel labels - test: Add test for custom ok/cancel buttons - color: Properly support custom ok/cancel labels Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* swagger-ui: upgrade 5.18.2 -> 5.27.0Liu Yiding11 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============= - feat: add support for OpenAPI 3.0.4 (#10247) - feat: apply cumulative update to address various issues (#10324) - fix(docker): fix security issues CVE-2024-56171, CVE-2025-24928 (#10351) - fix: fix definition resolving being affected by the order of schemas (#10386) - fix(json-schema-2020-12): avoid accessing properties of null schemas (#10397) - fix(json-schema-2020-12-samples): fix examples for nullable primitive types defined as list of types (#10390) - fix(utils): fix error messages for range validation of number parameters (#10344) - fix(json-schema-2020-12): use consistent comparison operators for displaying min/max constraints (#10159) - fix(json-schema-2020-12-samples): use zero as default example value for int32 and int64 (#10230) - fix(style): prevent operationId from wrapping when space is available (#10259) - fix(docker): address multiple HIGH security vulnerabilities (#10410) - fix(json-schema-2020-12): infer type string when contentEncoding or contentMediaType is present (#10411) - fix: align OpenAPI 3.x.y file uploads with specification (#10409) - feat(oas31): display file upload input when contentMediaType or contentEncoding is present (#10412) - fix: avoid accessing properties of empty Example Objects (#10453) - fix(oauth2): avoid processing authorizationUrl when it is not a string (#10452) - fix: use spec compliant JSON Pointer implementation (#10455) - fix(spec): assure operation is an immutable map in operations selectors (#10454) - fix: assure parameter is an immutable map when grouping parameters (#10457) - fix(spec): avoid accessing $ref when path item is not an object (#10456) - fix(json-schema-2020-12-samples): generate proper samples for XML atttributes (#10459) - fix(security): update Axios to non-vulnerable 1.9.0 version (#10460) - fix(docker): address CVE-2025-32414/CVE-2025-32415 (#10461) - feat(observability): allow defining custom uncaught exception handler (#10462) - feat(json-schema-5-samples): add support for time format example generation (#10420) (#10421) - refactor: introduce function for getting Schema Object type (#10330) - fix: mitigate ReDoS when generating examples from pattern (#10477) - fix(release): fix failed v5.23.0 release - fix(packagist): exclude large obsolete directories from publishing to Packagist (#10329) - ft(oas3): show the schema tab in the Try it Out mode (#10488) - fix: align expanded content inside expand collapse button (#10497) - feat: release SwaggerUI via GitHub Actions - fix(CD): provide correct npm token - fix(dist): provide correct npm token for swagger-ui-dist release - fix: fix opened model schema resolving issue on spec change (#10509) - fix(docker): bump nginx image to version 1.29.0-alpine to fix CVE-2025-48174 (#10508) - feat: release Swagger UI to Packagist (#10513) - fix(oas3): reset request body values in try it out (#9717) - fix(style): restore paragraph spacing in parameter and response descriptions (#10514) - feat(json-schema): support x-additionalPropertiesName (#10006) - fix: permissions of files to allow running as non-root (#10515) - fix: sanitization of relative OpenAPI JSON paths (#10528) Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproject-api: upgrade 1.8.0 -> 1.9.1Liu Yiding12 days1-1/+1
| | | | | | | | | | | Changelog: ========== - Create FUNDING.yml - Fix the CI - Wheel is not part of the default requries Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 3.1.1 -> 3.2.0Liu Yiding12 days1-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix the issue that: | ImportError while importing test module '/usr/lib/python3-portalocker/ptest/tests/test_lock_flags.py'. | Hint: make sure your test modules/packages have valid Python names. | Traceback: | ../../python3.13/importlib/__init__.py:88: in import_module | return _bootstrap._gcd_import(name[level:], package, level) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | tests/test_lock_flags.py:7: in <module> | from portalocker_tests.conftest import LOCKERS | E ModuleNotFoundError: No module named 'portalocker_tests' | ERROR: tests/test_lock_flags.py:tests/test_lock_flags.py portalocker_tests is a dir in source, we need to keep it python3-portalocker/3.2.0/sources/portalocker-3.2.0$ ls -l -t portalocker_tests/ total 60 -rw-r--r-- 1 userland userland 2019 Jun 14 13:20 conftest.py Changelog: ========== - Rewrote locking mechanism to allow for custom locking classes so both Windows and Posix (Linux/Mac/BSD) systems have configurable locking options for both exclusive and shared locking. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.23.2 -> 0.24.0Liu Yiding12 days1-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Add/fix reproducible standard repr for functions - added llms.txt to make the documentation for llms more accessible. - Improved the explanation of what it means when snapshots are disabled in CI runs (#226). - Added extra information to the reported failure when snapshots are fixed or created (#240). - fixed the representation of empty strings in sub-snapshots from triple-quotes to single-quotes assert ""==snapshot({5: ""})[5] (#258). - fix: changed format-command default to "" (#256). Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.72.1 -> 1.73.1Liu Yiding12 days3-9/+6
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-reflection: upgrade 1.72.1 -> 1.73.1Liu Yiding12 days1-1/+1
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-channelz: upgrade 1.72.1 -> 1.73.1Liu Yiding12 days1-1/+1
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.72.1 -> 1.73.1Liu Yiding12 days3-11/+8
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distlib: upgrade 0.3.9 -> 0.4.0Liu Yiding12 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Added tag 0.3.9 for changeset 2f9280e89d42 - Bump version. - Locate with extras. - Make the type of finder needed in register_finder explicit (#236) - Add 3.13 to CI. - Tweak test which is unsuitable for Windows on Python >= 3.13. - Fix #238: Add build tag to wheel metadata if specified. - Exclude Python 3.7 from ubuntu-latest in CI. - Remove macos-12 from CI. - Update `test_wheel.WheelTestCase.test_abi` for freethreading (#244) - Support subdirectories in .dist-info (fixes #246) (#247) - Skip no-longer-relevant test. - Normalize archive paths in dist-info (#248) - Temporarily exclude 3.13t on windows-latest. - docs: update coverage results link (#250) - Guard script wrapper entrypoint import with if __main__ (#242) - Changes for 0.4.0. - Update change log, widen exception catching in test. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 4.0.2 -> 4.0.3Liu Yiding12 days1-1/+1
| | | | | | | | | Changelog: =========== - update pre-commit hooks Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.43.11 -> 1.45.1Liu Yiding12 days2-4/+6
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 48.0 -> 48.4Liu Yiding12 days2-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== 48.4 ==== * Unlink outputs from unused connectors in update_outputs [Michel; !4474] * Add speed limit to Visual alerts [Sergio; !4487] * Fix behavior of windows that get activated before mapped [Alessandro; !4462] * Fix incorrect cursor over Xwayland clients [Carlos; !4433] * Fix hi-res scroll events getting converted to flip-flopping discrete events [Peter; !4459] * Fixed crash [Daniel; !4303] * Misc. bug fixes and cleanups [Alessandro, Jonas, Jordan, Alessandro, Corentin, Daniel, Lukáš, Rémi, Michel; !4481, !4482, !4485, !4492, !4496, !4495, !4444, !4447, !4442, !4452] 48.3.1 ====== * Fix Xwayland windows becoming unresponsive to events [Jonas; !4475] * Fix drag and drop of tabs into tiled/maximized state [Carlos; !4468] 48.3 ==== * Use opaque dma-buf formats substitutes for scanout [Robert; !4320] * Restore tiled/maximized windows to the correct monitor [Nick; !4411] * Do not leak session manager file to launched processes [Sebastian K.; !4405] * Use frame-sync candidate that likely matches scanout candidate [Robert; !4412] * Propagate all touchpad gesture events to apps [Carlos; !4417] * Update window decorations on override-redirect attribute [Rémi; !4287] * Load initial _NET_WM_FULLSCREEN_MONITORS value [Zhiyi; !4389] * Fix race when registering implicit grab [Alessandro; !4399] * Skip multiple refresh intervals if necessary [Michel; !4406] * box-layout: Update actor-request-mode on orientation changes [Jonas D.; !4339] * Do not take control of logind session on Xorg [Madhu; !4391] * Fixed crashes [Sebastian W., Jonas Å.; !4423, !4431] * Plugged leaks [Michel; !4432] * Misc. bug fixes and cleanups [Chris, Maxim, Michel, Carlos, Florian, Rémi; 48.2 ==== * Fix animated cursors [Michel; !4382] * Announce workspace changes to screen reader [Florian; !4385] * Fix popups showing in some situations [Carlos; !4354] * Fix wrong cursor after window animations [Carlos; !4392] * Fixed crashes [Michel; !4362] * Misc. bug fixes and cleanups [Florian, Robert, Sebastian, Jonas; !4349, !4383, !4393, !4386, !4269] 48.1 ==== * Fixed occasional screen freezes [Michel, Jonas; !4338, !4334, !4375] * Fix tablet tool cursor sizes when set via the cursor shape protocol [Jan; !4345] * Fix hiding the cursor when using the cursor shape protocl [Sebastian; !4358] * Fall back to the default color mode when a HDR monitor looses HDR capabilities [Sebastian, Jonas; !4357, !4364] * Disable HDR support with non-atomic (legacy) KMS drivers [Sebastian; !4357] * Fix the cursor shape protocol when being used with tablets [Carlos; !4367] * Immediately update cursors on theme and size changes [Sebastian; !4359] * Avoid cursor stuttering when cursor set via the cursor shape protocol [Michel; !4371] * Handle DnD cursor feedback in compositor [Carlos; !4368] * Fixed crashes [Orko, Michel, Jonas, Daniel; !4351, !4372, !4374, !4370, !4378] * Misc. bug fixes and cleanups [Daniel, Florian, Carlos, Michel; !4340, !4343, !4352, !4353, !4361, !4369, !4377] Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.090 -> 2.095Liu Yiding12 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - regression: make sysread set buffer to empty string again when returning EOf. Fixes #171 - fixed memory leak introduced in 2.092 - Another rework for one-sided SSL shutdown, to a) implement a useful and secure behavior and b) without affecting existing applications. 2.092 had still unwanted side effects - rework implementation and behavior for one-sided SSL shutdown. Implementation in 2.091 lead to some problems with Net::FTP and others. - fix behavior on one-sided SSL shutdown. If the application continued to read after half-closing the SSL connection this could result in reading encrypted data (i.e. close notify, SSL session tickets ...). See documentation of stop_SSL for detailed description of handling half-closed SSL connections. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: upgrade 0.14.5 -> 0.14.6Liu Yiding12 days1-1/+1
| | | | | | | | | | | | | Changelog: =========== - Fix memory leak when calling open_* multiple times - ci: Add fmt to flatpak builder - Fix gexiv2_metadata_get_xmp_tag_multiple returning incorrect value - tests: Add test for #87 - tests: Add missing file Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-exhale: add python3-beautifulsoup4 as RDEPENDSJan Vermaete12 days1-0/+4
| | | | | | | bs4 was missing when running Sphinx Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-myst-parser: added missing RDEPENDSJan Vermaete12 days1-0/+2
| | | | | | | | | | markdown-ti-py [1] and mdit-py-plugins [2] were missing [1] https://github.com/executablebooks/MyST-Parser/blob/master/pyproject.toml#L39 [2] https://github.com/executablebooks/MyST-Parser/blob/master/pyproject.toml#L40 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imx-cst: update to v3.4.1Ulrich Ölmann12 days1-1/+1
| | | | | | | | Update as the previous version's source is not available for download anymore from the debian mirror. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-starlette: Upgrade 0.47.1 -> 0.47.2Leon Anavi12 days1-1/+1
| | | | | | | | | Upgrade to release 0.47.2: - Make UploadFile check for future rollover Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-vector: Upgrade 1.6.2 -> 1.6.3Leon Anavi12 days1-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 1.6.3: - feat: numba is now available on python 3.13 - fix: upper pin 3.14 for numba - fix: uniform type checks in constructors + more tests - fix: replace nan_to_num with where for CuPy - docs: update CITATION.cff and add JOSS badge - docs: move and update contributing guide - docs: fix rendering of awkward reprs - docs: update papers and citation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nanobind: Upgrade 2.7.0 -> 2.8.0Leon Anavi12 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.8.0: - Added :cpp:class:`nb::fallback <fallback>` wrapper type, which is a :cpp:class:`nb::handle <handle>` that always requires implicit conversion during casting. This is convenient when adding catch-all overloads that must handle arbitrary Python objects, without interfering with implicit conversion of arguments in other overloads. - The nanobind::literals namespace now includes _s to create a Python string from source code literals. - Added :cpp:func:`nb::dict::empty() <dict::empty>`, :cpp:func:`nb::list::empty() <list::empty>`, :cpp:func:`nb::set::empty() <set::empty>`, and :cpp:func:`nb::tuple::empty() <tuple::empty>` convenience methods. - Added a :cpp:func:`nb::dict::get() <dict::get>` function to perform dictionary lookups with a fallback value in case of failures. - Nanobind now uses multi-phase (as opposed to single-phase) initialization API when registering modules. However, multi-interpreter extensions remain unsupported. - Added :cpp:class:`nb::frozenset` that wraps the Python frozenset type. - Miscellaneous fixes and improvements. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: upgrade 8.1.1 -> 8.1.3Yi Zhao12 days2-3/+2
| | | | | | | | | | | | | | ChangeLog: https://github.com/valkey-io/valkey/releases/tag/8.1.2 https://github.com/valkey-io/valkey/releases/tag/8.1.3 Security fixes: CVE-2025-27151 CVE-2025-32023 CVE-2025-48367 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Fix build on arm64 hostsKhem Raj13 days2-0/+134
| | | | | | | | | | | | When clang is used as cross compiler, it confuses gyp system to enable -m64 option for host pieces of build and the reason is that it assumes clang to be biarch by default for all architectures but that maybe true for x86/x86_64 combo but not true for arm/aarch64 systems This is a backport from node 24 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aufs-util: Always use libgcc as compiler runtime with clang on x86Khem Raj13 days1-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libc-bench: Always use libgcc runtime with clang on x86Khem Raj13 days1-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tsocks: Always use ligcc for compiler runtime with clang on x86Khem Raj13 days1-1/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>