Packages changed: Mesa (26.0.6 -> 26.1.0) Mesa-drivers (26.0.6 -> 26.1.0) MicroOS-release (20260509 -> 20260510) busybox coreutils coreutils-systemd gawk (5.3.2 -> 5.4.0) gcc16 (16.0.1+git8812 -> 16.1.1+git8886) leancrypto openssh qt6-base qt6-svg tar === Details === ==== Mesa ==== Version update (26.0.6 -> 26.1.0) Subpackages: Mesa-libEGL1 Mesa-libGL1 libgbm1 - Update to 26.1.0 * This release marks the first major feature update in the Mesa 26 series. * Highlights: - Implementation of Vulkan 1.4 API (support varies by driver). - VirtIO-GPU Native-Context for Intel Iris, Crocus, and ANV drivers providing faster GPU paravirtualization. - VirGL is now considered unmaintained. - Zink now supports OpenGL ES 2.0 on PowerVR GPUs. - RADV (AMD) added support for low-latency video encode/decode and VK_KHR_internally_synchronized_queues. - Experimental support for Intel Nova Lake P hardware. - Rusticl (OpenCL) now requires a static C++ standard library. - New extensions supported across various drivers: VK_EXT_present_timing, GL_NV_timeline_semaphore (radeonsi), VK_QCOM_image_processing (turnip), VK_KHR_present_id, VK_KHR_present_wait, and various cl_khr_subgroup extensions. - Dropped support for Python 3.6. Removed related patches: * u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch * u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch * python36-buildfix1.patch * u_meson-lower-python-version-requirement.patch - Removed obsolete u_dep_xcb.patch. - Adjusted patches for new source context: * n_drirc-disable-rgb10-for-chromium-on-amd.patch ==== Mesa-drivers ==== Version update (26.0.6 -> 26.1.0) Subpackages: Mesa-dri Mesa-vulkan-device-select libvulkan_lvp - Update to 26.1.0 * This release marks the first major feature update in the Mesa 26 series. * Highlights: - Implementation of Vulkan 1.4 API (support varies by driver). - VirtIO-GPU Native-Context for Intel Iris, Crocus, and ANV drivers providing faster GPU paravirtualization. - VirGL is now considered unmaintained. - Zink now supports OpenGL ES 2.0 on PowerVR GPUs. - RADV (AMD) added support for low-latency video encode/decode and VK_KHR_internally_synchronized_queues. - Experimental support for Intel Nova Lake P hardware. - Rusticl (OpenCL) now requires a static C++ standard library. - New extensions supported across various drivers: VK_EXT_present_timing, GL_NV_timeline_semaphore (radeonsi), VK_QCOM_image_processing (turnip), VK_KHR_present_id, VK_KHR_present_wait, and various cl_khr_subgroup extensions. - Dropped support for Python 3.6. Removed related patches: * u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch * u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch * python36-buildfix1.patch * u_meson-lower-python-version-requirement.patch - Removed obsolete u_dep_xcb.patch. - Adjusted patches for new source context: * n_drirc-disable-rgb10-for-chromium-on-amd.patch ==== MicroOS-release ==== Version update (20260509 -> 20260510) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== busybox ==== - Fix heap buffer overflow vulnerability in the DHCPv6 client (CVE-2026-29004, bsc#1263989) * 0001-udhcpc6-fix-buffer-overflow.patch * 0002-udhcpc6-check-the-size-of-D6_OPT_IAPREFIX-option.patch ==== coreutils ==== - coreutils-tests-misc-tty-eof-avoid-false-failure.patch: Add upstream patch: tests: avoid false failure with perl-IO-Tty >= 1.24 (bsc#1264052) ==== coreutils-systemd ==== - coreutils-tests-misc-tty-eof-avoid-false-failure.patch: Add upstream patch: tests: avoid false failure with perl-IO-Tty >= 1.24 (bsc#1264052) ==== gawk ==== Version update (5.3.2 -> 5.4.0) - update to 5.4.0: * 1. This release now uses Mike Haertel's MinRX regular expression matcher as the default regexp engine. The old regex and dfa engines are still available. More detail is available in the manual, and in the file README_d/README.matchers. At the very least, read that file! * 2. The manual, in the Bugs section, now makes it explicit that (a) Ad hominem attacks on the lists will not be tolerated, and (b) Discussion of proprietary software is strongly discouraged. Repeated offenses are grounds for being banned from the lists. * 3. There is now a new directive, @nsinclude, which works like @include but does not reset the namespace for the included file to "awk". See the manual for details. * 4. When using lshift() or rshift() and attempting to shift by as many or more bits than in a uintmax_t, gawk returns zero, instead of whatever the C compiler and hardware might have done. * 5. Gawk's use of persistent memory has changed somewhat: * A. Gawk now stores additional meta-information in the backing file. * This means that if you have a backing file with important data in it, you should dump the data to a text file using the old version, create a new backing file, and then read your data back in with the new version, to a *brand new* backing file. * 6. The ordchr extension now supports multibyte / wide characters. * 7. Per the 2024 POSIX standard, `length(array)' is no longer an extension, but a regular feature. Thus --posix no longer rejects it and --lint no longer warns about it. * 8. The --traditional option has been rationalized to bring gawk into sync with BWK awk. It no longer affects the return code from system(), and it no longer prevents using a regexp for RS. Internally, the code was cleaned up some as well. * 9. Assertions in the C code are now enabled. To disable them, manually edit the various Makefiles after running configure and before running make. You will need to add - DNDEBUG to the CFLAGS variable. ==== gcc16 ==== Version update (16.0.1+git8812 -> 16.1.1+git8886) Subpackages: libgcc_s1 libgomp1 libstdc++6 - Update to 16.1.1+git8886, includes GCC 16.1 release. ==== leancrypto ==== - Calculate the FIPS HMAC for the leancrypto and the leancrypto-fips libraries. (bsc#1262399) ==== openssh ==== Subpackages: openssh-clients openssh-common openssh-server - Update openssh-7.7p1-fips.patch (bsc#1262555): Don't bail out on startup if a non-FIPS algorithm is requested. Filter it out and warn instead. - Update openssh-8.0p1-gssapi-keyex.patch: Apply to GSS too. ==== qt6-base ==== Subpackages: libQt6Concurrent6 libQt6Core6 libQt6DBus6 libQt6Gui6 libQt6Network6 libQt6OpenGL6 libQt6OpenGLWidgets6 libQt6PrintSupport6 libQt6Sql6 libQt6Test6 libQt6WaylandClient6 libQt6Widgets6 libQt6WlShellIntegration6 libQt6Xml6 qt6-network-tls qt6-networkinformation-connman qt6-networkinformation-glib qt6-networkinformation-nm qt6-printsupport-cups qt6-sql-sqlite qt6-wayland - Add upstream fix (QTBUG-145310, kde#518105): * 0001-freetype-Handle-failing-glyph-rendering.patch - Also use GCC 15 on Leap 16.1 ==== qt6-svg ==== - Add upstream fix (CVE-2026-6210, boo#1264301) * 0001-Test-types-of-nodes-before-downcasting-them.patch ==== tar ==== - remove the userspace fallback implementation for openat2 - Fix bsc#1246399 / CVE-2025-45582. - Add patch: * CVE-2025-45582.patch - Refresh patch: * tar-fix-extract-unlink.patch