Fix build errors in case of defined(M68K_MMU_HP).
XXX: _BIT() macro in <sys/cdefs.h> returns (__UINTMAX_TYPE__) so all
`PTE*` macro in <m68k/mmu_*.h> should have explicit (uint32_t) casts?
Import swiftshader
SwiftShader is a high-performance CPU-based implementation
of the Vulkan graphics API. Its goal is to provide hardware
independence for advanced 3D graphics.
py-xarray: updated to 2025.11.0
v2025.11.0 (Nov 17, 2025)
This release changes the default for ``keep_attrs`` such that attributes are
preserved by default, adds support for :py:class:`DataTree` in top-level
functions, and contains several memory and performance improvements as well as
a number of bug fixes.
py-barman: updated to 3.16.2
3.16.2 (2025-11-04)
Bugfixes
- Improve barman-cloud delete workaround to inspect error message content
Some S3-compatible storages return an "InvalidRequest" error instead of
"MissingContentMD5" during delete operations. Since we cannot rely on the error code
alone, this updates the logic to also inspect the error message text to detect
MissingContentMD5-like issues and apply the appropriate fallback.
References: BAR-947.
3.16.1 (2025-10-14)
Notable changes
[164 lines not shown]
wireshark: updated to 4.6.1
4.6.1
Bug Fixes
wnpa-sec-2025-05 BPv7 dissector crash. Issue 20770.
wnpa-sec-2025-06 Kafka dissector crash. Issue 20823.
The following bugs have been fixed:
L2CAP dissector doesn’t understand retransmission mode. Issue 2241.
DNS HIP dissector labels PK algorithm as HIT length. Issue 20768.
clang-cl error in "packet-zbee-direct.c" Issue 20776.
Writing to an LZ4-compressed output file might fail. Issue 20779.
endian.h conflics with libc for building plugins. Issue 20786.
TShark crash caused by Lua plugin. Issue 20794.
Wireshark stalls for a few seconds when selecting specific messages. Issue 20797.
TLS Abbreviated Handshake Using New Session Ticket. Issue 20802.
Custom websocket dissector does not run. Issue 20803.
WINREG QueryValue triggers dissector bug in packet-dcerpc.c. Issue 20813.
[10 lines not shown]
py-stevedore: updated to 5.6.0
5.6.0
* Deprecate warn\_on\_missing\_entrypoint parameter
* Add py.typed file
* Unskip test
* Add conflict resolution support
* Make better use of super
* typing: Remove use of \_init\_attributes (2/2)
* typing: Remove use of \_init\_attributes (1/2)
* typing: Remove unnecessary method subclass
* docs: Update to use pyproject.toml
* tests: Trivial fixups
* Remove unnecessary type docstring field lists
* typing: Add hints to tests
* typing: Make better use of ParamSpec
* typing: Add initial type hints
* Deprecate verify\_requirements flag
[13 lines not shown]
qt6: updated to 6.10.1
As a patch release, Qt 6.10.1 does not introduce new features but delivers over
450 bug fixes, security updates, and enhancements on top of the Qt 6.10.1
release. For a detailed breakdown of the most significant changes, refer to
the Qt 6.10.1 release notes.