[LV] Bail out on loops with switch as latch terminator.
Currently we cannot vectorize loops with latch blocks terminated by a
switch. In the future this could be handled by materializing appropriate
compares.
Fixes https://github.com/llvm/llvm-project/issues/156894.
vmimage.subr: Sort METALOG before running makefs
When creating VM images from pkgbase, the METALOG may not be in order;
in particular, files may be listed before the directories which contain
them. This causes makefs to create directories with 000 permissions.
Interestingly, such VM images boot just fine, since root ignores those
permissions; the first sign of trouble was sshd refusing logins with an
error message which said absolutely nothing about /etc/ having
incorrect permissions or being unable to read files inside it.
Immediately prior to running makefs, sort the METALOG file. While
we're here, uniquify as well; this does not guarantee that we do not
have duplicate paths, but if there are duplicate paths with different
settings something else has gone wrong and we don't really have any
good way of solving the problem anyway.
Reviewed by: ivy
Hint from: imp
[3 lines not shown]
libelf/testsuite: Turn off a Coverity Scan warning.
The repeated assignments that are being flagged by Coverity
are to be expected, given the way that the test functions
are being generated.
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
Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)
Corrects the spelling of 'IsGlobaLinkage' to 'IsGlobalLinkage' in
XCOFF-related code, comments, and tests across the codebase.
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)