ada-liblal-tools-25: update to upstream version 25.2
* [25.1] Emit parsing errors for preprocessor directives when preprocessing is disabled
* [25.2] Backport eng/ide/libadalang-tools#304
* Create metric reports parent directories
* [25.2] Backport of eng/ide/libadalang-tools#268
* [25.2] Backport of eng/ide/libadalang-tools#238
* Backport: TGen: Support class wide return type
* [25.2] Backport of eng/ide/libadalang-tools#256
* [25.2] Backport of #243
* [25.1] Backport of eng/shared/release#1266
* [25.1] Backport of eng/ide/libadalang-tools#162
* [25.1] Backport of eng/ide/libadalang-tools#215
* [25.1] Backport of eng/ide/libadalang-tools#217
* [25.1] Backport of eng/ide/libadalang-tools#208
* Langkit_Support.Slocs now provides this operator
* Other changes https://github.com/AdaCore/libadalang-tools/compare/25.0...25.2
libimobiledevice: update to 1.4.0.
Version 1.4.0
~~~~~~~~~~~~~
* Development release
- From now on, releases will be made more frequently
* Changes:
- Add support for MbedTLS
- Add Reverse Proxy implementation
- Add support for wireless pairing (AppleTV)
- Embed 3rd party libraries for ed25519 and SRP6a
- Fixes in idevicedebug
- idevicecrashreport: Allow filtering crash reports by filename
- Add idevicedevmodectl tool
- Fixes for idevicebackup2
- Add property_list_client_get_service_client() and service_get_connection() functions
- Add idevicebtlogger
- Add new idevice_events_subscribe/unsubscribe API
[12 lines not shown]
openexr: update to 3.4.1.
## Version 3.4.1 (October 8, 2025)
Patch release that fixes a build issue: OpenJPH headers are now
included from the openjph folder, as required by OpenJPH 0.23+.
No change in functionality.
wayland: update to 1.24.0.
Based on wip/wayland with help from kikadf.
Aside from the usual bug fixes and protocol clarifications, this new
release includes:
- A new wl_fixes interface to add a request to destroy a wl_registry
object.
- A new wl_keyboard.key repeated state, to allow compositors to take
over the responsibility of repeating keys, which is useful for remote
desktop.
- wl_display_dispatch_queue_timeout() and wl_display_dispatch_timeout(),
to set a timeout when dispatching events.
- wl_shm_buffer_ref() and wl_shm_buffer_unref(), to access wl_shm_buffer
underlying storage after the protocol object has been destroyed (e.g.
when a client is shutting down).
- wl_proxy_get_interface() and wl_resource_get_interface(), to fetch the
wl_interface of an object.
[2 lines not shown]
py-uwsgi: update to 2.0.31.
Fix build with gcc-15 (Arne de Bruijn)
Build improvements (Janos Guljas, Jonas Smedegaard)
Fix some user visible typos (Alexandre Rossi)
Fix gracefully_kill_them_all() for setups using fifo-based master graceful reload (Wynn Wilkes)
Fix compilation with PHP 8.5 (Remi Collet)
py-sphinx-autoapi: update to 3.6.1.
Update the supported versions of astroid. Fix the breaking change
to Import and pass in the AstroidManager to the AstroidBuilder
(#536)