Commit Graph

34939 Commits

Author SHA1 Message Date
Martin Schwan
31f0b9d3d5
linuxptp: Add systemd instance specifier for ptp4l dependency
Add the instance specifier to the ptp4l dependency for the phc2sys
service, so the corresponding service is automatically started
correctly. This fixes the following error messages, when starting the
phc2sys@... service:

    Failed to restart phc2sys@eth0.service: Unit ptp4l.service not found.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-30 08:03:04 -07:00
Liu Yiding
ffda36150c
uftrace: fix issue that actually not install
1. "oe_runmake DESTDIR=${D} install" will actually install to ${D},
"oe_runmake DESTDIR=${D}" will skip install, ${D} is empty

2. fix issue that:
| ERROR: uftrace-0.18-r0 do_package: QA Issue: File '/usr/lib/libelf.so' from
| uftrace was already stripped, this will prevent future debugging! [already-stripped]

we have set to use sysroot libelf in do_configure with "--with-elfutils=${STAGING_EXECPREFIXDIR}",
here remove uftrace build libelf

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-30 08:03:04 -07:00
Dmitry Baryshkov
a9d764744f
opencl-cts: update to release 2025-04-14
Update OpenCL CTS to the latest release.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-29 12:22:46 -07:00
Dmitry Baryshkov
822fcd0bd6
opencl-{headers,clhpp}: update to release 2025.07.22
Synchronize with OpenCL v3.0.19 specification release.

Also patch OpenCL CTS in order to prevent its breakage with the updated
headers.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-29 12:22:45 -07:00
Khem Raj
0972715e30
leveldb: Fix cast warnings seen with clang-21
backport needed patch for googletest

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-29 12:22:21 -07:00
Gyorgy Sarvari
512cc1172e
cpputest: update to latest revision
The maintainers of cpputest haven't created a release for over
5 years, however the application is still under very active development.

The maintainers claim that every commit that goes through their CI
is stable just like a tagged release[1] - so update to the latest revision.

Also, update the cmake options, and remove the obsolete ones.
Drop the patches as well, as they are included in this revision.

[1]: https://github.com/cpputest/cpputest/issues/1651

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-28 14:36:25 -07:00
Gyorgy Sarvari
002bb964ba
p8platform: update to latest revision
There hasn't been a release since a long time, but there are some
rare commits. One is updating cmake requirements, which allows
removing the CMAKE_POLICY_VERSION_MINIMUM macro.

License-Update: use License.md instead of source code comments

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-28 14:36:25 -07:00
Jiaying Song
77b291c7c1
v4l-utils: Fix QA and build errors related to _TIME_BITS on 32-bit
* Remove GLIBC_64BIT_TIME_FLAGS="" to enable _TIME_BITS=64 by default,
  which avoids the following QA issue during builds on 32-bit systems:

  WARNING: lib32-v4l-utils-1.24.1+git-r0 do_package_qa: QA Issue: /usr/bin/cec-compliance uses 32-bit api 'time'

* Undefine _TIME_BITS to fix the build error:

  /usr/include/features-time64.h:26:5: error: #error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-28 14:36:25 -07:00
Khem Raj
e129044bef
opengl-es-cts: Unbolt aarch64 TUNE_CCARGS workaround
GCC has been patched for the segfault

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-26 16:11:59 -07:00
Khem Raj
d735e0fcb0
python3-pyzmq: Add missing runtime dep on asyncio ptest module
This is needed with pytest 8.4+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-26 16:11:59 -07:00
Khem Raj
5b2a5bf259
python3-pytest-mock: Fix asyncio tests with pytest 8.4+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-26 16:11:59 -07:00
Khem Raj
209b5ed94d
python3-pytest-asyncio: Upgrade to release 1.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-26 14:10:15 -07:00
Yoann Congal
ae0d7f632a
leptonica,tesseract: add native variant
Since commit d6736b37c3 ("python-pytesseract: Update runtime
dependencies"), pytesseract rdepends on tesseract and has a native
variant. So, tesseract and its dependency leptonica also need the native
variant.

Fixes these warnings from AB[0]:
WARNING: Nothing RPROVIDES 'tesseract-native' (but virtual:native:/srv/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb RDEPENDS on or otherwise requires it)
[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-26 09:56:18 -07:00
Yoann Congal
09bf205ee2
python3-mypy*: add nativesdk variant
Since commit 9b0015577c ("python3-charset-normalizer: Switch to
PEP-517 build backends"), python3-charset-normalizer depends on
python3-mypy and has a nativesdk variant. So, python3-mypy and its
dependency python3-mypy-extensions also need the nativesdk variant.

Fixes these warnings from AB[0]:
WARNING: Nothing RPROVIDES 'nativesdk-python3-mypy' (but virtual:nativesdk:[...]/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.2.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-charset-normalizer-dev' (but virtual:nativesdk:[...]/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.2.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-charset-normalizer' (but virtual:nativesdk:[...]/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.2.bb RDEPENDS on or otherwise requires it)

[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-26 09:56:18 -07:00
Yoann Congal
e079466992
qhull: add native variant
Since commit 4042e529b9 ("python3-matplotlib: Upgrade to 3.10.1"),
python3-matplotlib depends on qhull and has native variant, so qhull
does need the native variant as well.

Fixes this warning from AB[0]:
WARNING: Nothing PROVIDES 'qhull-native' (but virtual:native:/srv/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib_3.10.3.bb DEPENDS on or otherwise requires it). Close matches:
[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:12:12 -07:00
Yoann Congal
bd6a43e5f1
catch2: enable native and nativesdk
Since commit de3c8d3ff2 ("cli11: Upgrade 2.3.2 -> 2.5.0 to allow CMake
4+ compatibility"), cli11 depends on catch2 and is native&nativesdk. So,
catch2 also need to be native&nativesdk.

Fixes these warnings from AB[0]:
WARNING: Nothing PROVIDES 'nativesdk-catch2' (but virtual:nativesdk:[...]/meta-openembedded/meta-oe/recipes-support/cli11/cli11_2.5.0.bb DEPENDS on or otherwise requires it). Close matches:
WARNING: Nothing PROVIDES 'catch2-native' (but virtual:native:[...]/meta-openembedded/meta-oe/recipes-support/cli11/cli11_2.5.0.bb DEPENDS on or otherwise requires it). Close matches:

[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings

Cc: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:12:11 -07:00
Yoann Congal
48ada00ee1
python3-pillow-heif: remove native&nativesdk
Through the dependecy of libheif, enabling native&nativesdk for
python3-pillow-heif means enabling it for the whole codec ecosystem
(e.g. x265, ffmpeg, ...) which might be hard to do. So, disable the
native&nativesdk variants that never built in the first place.

Fixes these warnings from AB[0]:
WARNING: Nothing PROVIDES 'nativesdk-libheif' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb DEPENDS on or otherwise requires it). Close matches:
WARNING: Nothing PROVIDES 'libheif-native' (but virtual:native:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb DEPENDS on or otherwise requires it). Close matches:
WARNING: Nothing RPROVIDES 'nativesdk-python3-pillow-heif-dev' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-pillow' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-pillow-heif' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'python3-pillow-heif-native' (but virtual:native:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'python3-pillow-heif-dev-native' (but virtual:native:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it)

[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings

Cc: Leon Anavi <leon.anavi@konsulko.com>
Cc: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:12:11 -07:00
Yoann Congal
9f70175dcc
ptest-packagelists-meta-python: remove tftpy
tftpy does not currently support ptests so remove it from any PTESTS_*
list to avoid AB mirroring warnings[0]:
WARNING: Nothing RPROVIDES 'tftpy-ptest' (but virtual:mcextend:tftpy:[...]/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'meta-python-image-ptest-tftpy'

[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:12:11 -07:00
Khem Raj
1685684e33
uim: Upgrade to 1.9.6
uim 1.9.6 (May 16, 2025)
Improvements:

Changed the default value of --enable-default-toolkit to automatically detect the default toolkit
GTK+ 3: Simplified implementation
GTK+ 2: Added support again (after being dropped in 1.9.4)

Fixes:

sqlite3: Added missing libuim-scm.la dependency

uim 1.9.5 (May 6, 2025)
Fixes:

GTK+ 3: Fixed a build problem

uim 1.9.4 (May 6, 2025)
Improvements:

Suppressed incompatible-pointer-types warnings
Updated bundled SigScheme to 0.9.3
Dropped support for GTK+ 2 (later restored in 1.9.6)

uim 1.9.3
Improvements:

Updated bundled SigScheme 0.9.2 that is C23 ready (to support GCC 15's default C23 mode)

uim 1.9.2
Improvements:

Qt: Changed to use metadata.json from metadata.desktop because metadata.desktop is deprecated
Qt: Specified cmake_minimum_required() explicitly for CMake 4

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:09:25 -07:00
Khem Raj
dc8cae714d
msr-tools: Delete recipe
This project is abandoned and does not exist on
https://01.org/ anymore, a mirror is found on
github.com/intel but its marked archived and unmaintained

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:09:25 -07:00
Khem Raj
2025d39e53
python3-bleak: Add missing asyncio dependencies for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:09:25 -07:00
Khem Raj
2d6d0b7513
webkitgtk3: Upgrade to 2.48.3
WebKitGTK 2.48.3 release:

Fix a crash introduced by the new threaded rendering implementation using Skia API.
Improve rendering performance by recording layers once and replaying every dirty region in different worker threads.
Fix a crash when setting WEBKIT_SKIA_GPU_PAINTING_THREADS=0.
Fix a reference cycle in webkitmediastreamsrc preventing its disposal.

WebKitGTK 2.48.2 release:

Enable CSS Overscroll Behavior by default.
Change threaded rendering implementation to use Skia API instead of WebCore display list that is not thread safe.
Fix rendering when device scale factor change comes before the web view geometry update.
Fix network process crash on exit.
Fix the build with ENABLE_RESOURCE_USAGE=OFF.
Fix several crashes and rendering issues.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:09:24 -07:00
Khem Raj
03d0884f74
python3-pytest-mock: Upgrade to 3.14.1
Rename PYPI_PACKAGE to reflect upstream tarball name change
Add missing dependency on python3-asyncio

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 17:09:24 -07:00
Dario Binacchi
54ab96e225
ufs-utils: update SRC_URI
The ufs-utils repository has changed ownership on GitHub and is now
maintained under the "SanDisk-Open-Source" organization. Although the
old URL is still redirected, let's point to the new upstream address to
reflect the current ownership and avoid relying on redirects.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-25 06:36:29 -07:00
Gijs Peskens
90fa225b86
php: fix removal of --with-zlib-dir configure option
PHP has removed the --with-zlib-dir configure option since that is now
taken over by pkg-config, this breaks building PHP on Walnascar when zip
is enabled via PACKAGECONFIG.
So remove it.

Signed-off-by: Gijs Peskens <gijs.peskens@munisense.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-24 08:40:45 -07:00
Alper Ak
a74ff6dda1
avro-c++: Fix build for 32-bit targets
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>
2025-07-24 08:40:45 -07:00
Bo Sun
7e3b4725c9
thin-provisioning-tools: fix bindgen build error with clang on octeontx2
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>
2025-07-24 08:40:45 -07:00
Jason Schonberg
f4b5d7aad7
libalgorithm-diff-perl: upgrade 1.15 -> 1.1901
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>
2025-07-23 10:29:23 -07:00
Khem Raj
9831b442f0
python3-typeguard: Add missing rdep on pathspec for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 10:29:23 -07:00
Khem Raj
714b3adc3a
e2tools: Fix ptest runs after S moved into UNPACKDIR
Adjust for new paths

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 08:46:33 -07:00
Khem Raj
543dc3fa10
python3-pydantic-core: Fix build on rv32
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>
2025-07-23 08:46:33 -07:00
Khem Raj
64c46bbb72
python3-pydantic: Upgrade to 2.11.7
Fix build with pydantic-core 2.35.2

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 08:46:33 -07:00
Khem Raj
67c5a7a7eb
python3-lief: Upgrade to 0.16.6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 08:46:33 -07:00
Liu Yiding
b5216aad16
python3-pydantic-core: upgrade 2.34.1. -> 2.35.2
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>
2025-07-23 08:46:33 -07:00
Markus Volk
3394aa1f16
gnome-control-center: update 48.0 -> 48.3
============
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>
2025-07-23 08:46:33 -07:00
Serosh Deljam
ad6c02a469
cukinia: upgrade 0.7.0 -> 0.8.0
Signed-off-by: Serosh Deljam <serosh.deljam@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 08:46:32 -07:00
Markus Volk
ffc4a89850
gnome-shell-extensions: update 48.0 -> 48.3
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>
2025-07-23 08:46:32 -07:00
Markus Volk
c694ab8b54
gnome-shell: update 48.0 -> 48.3
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>
2025-07-23 08:46:32 -07:00
Markus Volk
c4e6848e63
nautilus: update 48.2 -> 48.3
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>
2025-07-23 08:46:32 -07:00
Markus Volk
8f6ea40683
gnome-text-editor: update 48.1 -> 48.3
* 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>
2025-07-23 08:46:32 -07:00
Markus Volk
7e62092790
gnome-software: update 48.2 -> 48.3
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>
2025-07-23 08:46:32 -07:00
Antonios Christidis
84ec79dbbb
licenses: add licenses for ktx-software
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>
2025-07-22 20:02:18 -07:00
Antonios Christidis
fe2b327de3
ktx-software: Add recipe v4.4.0
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>
2025-07-22 20:02:18 -07:00
Liu Yiding
76886b745c
python3-twitter: upgrade 4.15.0 -> 4.16.0
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>
2025-07-22 20:02:17 -07:00
Liu Yiding
c9704c4e7f
python3-gevent: upgrade 25.4.2 -> 25.5.1
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-22 16:39:49 -07:00
Khem Raj
a0d0720ddf
opengl-es-cts: Use -march=armv8-a
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-22 16:39:48 -07:00
Liu Yiding
e35e592622
gnome-online-accounts: upgrade 3.54.3 -> 3.55.0
"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>
2025-07-22 16:39:48 -07:00
Liu Yiding
c55705e580
libcgi-perl: upgrade 4.68 -> 4.70
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>
2025-07-22 16:39:48 -07:00
Liu Yiding
9547f35175
chrony: upgrade 4.6.1 -> 4.7
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>
2025-07-22 16:39:48 -07:00
Liu Yiding
19b7c0fca4
zenity: upgrade 4.0.3 -> 4.1.99
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>
2025-07-22 16:39:48 -07:00