Packages changed: Mesa (25.2.3 -> 25.2.4) Mesa-demo Mesa-drivers (25.2.3 -> 25.2.4) MicroOS-release (20251001 -> 20251002) kirigami-addons6 (1.9.0 -> 1.10.0) open-vm-tools (13.0.0 -> 13.0.5) opencv pipewire (1.4.8+git4.8f35e18d1 -> 1.4.8+git68.636cbae9b) python-requests (2.32.4 -> 2.32.5) xmlsec1 (1.2.41 -> 1.2.42) === Details === ==== Mesa ==== Version update (25.2.3 -> 25.2.4) Subpackages: Mesa-libEGL1 Mesa-libGL1 libgbm1 - Update to release 25.2.4 - -> https://docs.mesa3d.org/relnotes/25.2.4 ==== Mesa-demo ==== Subpackages: Mesa-demo-egl Mesa-demo-x - redefine %meson_build/%meson_install on Leap 15.6 in order to fix build ==== Mesa-drivers ==== Version update (25.2.3 -> 25.2.4) Subpackages: Mesa-dri Mesa-vulkan-device-select libvulkan_lvp - Update to release 25.2.4 - -> https://docs.mesa3d.org/relnotes/25.2.4 ==== MicroOS-release ==== Version update (20251001 -> 20251002) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== kirigami-addons6 ==== Version update (1.9.0 -> 1.10.0) Subpackages: libKirigamiAddonsStatefulApp6 - Update to 1.10.0 https://carlschwan.eu/2025/09/27/kirigami-addons-1.10.0/ * New: KirigamiApp component ==== open-vm-tools ==== Version update (13.0.0 -> 13.0.5) Subpackages: libvmtools0 - Update to open-vm-tools 13.0.5 based on build 24915695. (boo#1250692): Please refer to the Release Notes at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/ReleaseNotes.md. The granular changes that have gone into the open-vm-tools 13.0.5 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/open-vm-tools/ChangeLog. There are no new features in the open-vm-tools 13.0.5 release. This is primarily a maintenance release that addresses a security issue. This release resolves and includes the patch for CVE-2025-41244. For more information on this vulnerability and its impact on Broadcom products, see VMSA-2025-0015. A patch to address CVE-2025-41244 on earlier open-vm-tools releases is provided to the Linux community at CVE-2025-41244.patch. A minor enhancement has been made for Guest OS Customization. The DeployPkg plugin has been updated to use "systemctl reboot", if available. For a more complete list of issues addressed in this release, see the What's New and Resolved Issues section of the Release Notes. - Drop patch now contained in 13.0.5: 0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch CVE-2025-41244-1240-1300-SDMP.patch - Fix (bsc#1250373 (CVE-2025-41244) - VUL-0: contains a local privilege escalation vulnerability. + Add patch: - CVE-2025-41244-1240-1300-SDMP.patch ==== opencv ==== - Add 86df531.patch: FFmpeg 8.0 support (boo#1249045). ==== pipewire ==== Version update (1.4.8+git4.8f35e18d1 -> 1.4.8+git68.636cbae9b) Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools - Revert change that enables gsettings-pulse-schema. This creates a file conflict with libpulse-mainloop-glib0 because they both try to install the org.freedesktop.pulseaudio.gschema.xml file. - Update to version 1.4.8+git68.636cbae9b: * avahi: handle fd allocation errors * alsa: Use the minimum period size as headroom for SOF cards * adapter: fix Start of adapter * alsa: don't fail if 3 periods_min fails (boo#1250381) * spa: libcamera: source: fix typo in log message * spa: libcamera: source: query frame buffer planes just once * spa: libcamera: source: simplify `spa_libcamera_clear_buffers()` * spa: libcamera: source: keep `libcamera::FrameBufferAllocator` * spa: libcamera: source: clear buffers when format is changed * spa: libcamera: source: handle try-only format unset * spa: libcamera: source: do not emit param change if try-only * spa: libcamera: source: extract presence of `SPA_NODE_PARAM_FLAG_TEST_ONLY` * spa: libcamera: source: remove format config shortcut * spa: libcamera: source: set chunk flags on error * spa: libcamera: source: process requests on data loop * spa: libcamera: source: process all requests in the ring buffer * spa: libcamera: source: reset ring buffer when stopping * spa: libcamera: source: move request completion data to `impl` * spa: libcamera: source: store the request pointer in ring buffer * spa: libcamera: source: remove `impl::pendingRequests` * spa: libcamera: source: persistent requests <-> buffer association * spa: libcamera: source: allocBuffers(): more error checking * spa: libcamera: source: allocBuffers(): restore on failure * spa: libcamera: source: freeBuffers(): call when format is unset * spa: libcamera: source: freeBuffers(): split pending request removal * spa: libcamera: source: propagate error when setting format * spa: libcamera: source: port_set_format(): remove goto * spa: libcamera: source: use dynamic builder for controls * spa: libcamera: source: provide value labels if available * spa: libcamera: source: handle enum controls better * spa: libcamera: source: unify control range logic * spa: libcamera: source: ignore array controls * spa: libcamera: source: rework bool control type info * spa: libcamera: source: move control enumeration to loop * spa: libcamera: source: separate type info generation * spa: libcamera: manager: keep `libcamera::CameraManager` * spa: libcamera: manager: factor out hotplug event submission * spa: libcamera: source: create eventfd before starting camera * spa: libcamera: source: generate camera config right away * spa: libcamera: source: remove `SPA_PROP_device{,Name}` * spa: libcamera: source: do not close fd * spa: libcamera: source: remove unused `enum_fmt` member * spa: libcamera: source: prop_id_to_control(): do range check first * spa: libcamera: source: fix mapping of `libcamera::ColorSpace::TransferFunction::Linear` * spa: libcamera: source: simplify color space conversion * spa: libcamera: source: avoid iterator overrun when enumerating controls * spa: libcamera: manager: fix id allocation * spa: libcamera: use `nullptr` instead of `NULL` * spa: libcamera: use C++ style casts * spa: libcamera: use anon ns instead of `static` * spa: libcamera: device: remove empty line * spa: libcamera: source: inline `mmap_init()` * spa: libcamera: source: set "corrupted" flag if applicable * spa: libcamera: source: use `union` for transferring control value * spa: libcamera: source: simplify control mapping * spa: libcamera: source: do not make expensive queries multiple times * spa: libcamera: source: simplify format lookup * spa: libcamera: source: use enum types * spa: libcamera: source: handle camera acquire failure * spa: libcamera: inline `libcamera-utils.cpp` * spa: libcamera: clean up includes * spa: libcamera: use lock when acquiring `CameraManager` * spa: libcamera: add colorimetry support * libcamera: Default to auto-focus & auto-exposure - Stop passing gsettings-pulse-schema=disabled to meson setup, all buildependencies are in place already, follow upstream default, build gsettings schema support. ==== python-requests ==== Version update (2.32.4 -> 2.32.5) - Update to 2.32.5 * The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration. * Added support for Python 3.14. * Dropped support for Python 3.8 following its end of support. - Drop inject-default-ca-bundles.patch, fixed upstream - Drop revert-caching-default-sslcontext.patch, merged upstream - Update BuildRequires from setup.py ==== xmlsec1 ==== Version update (1.2.41 -> 1.2.42) Subpackages: libxmlsec1-1 libxmlsec1-openssl1 - version update to 1.2.42 * (xmlsec-openssl) Ensured that only certificates from XML file are returned after verification. * (xmlsec-core) Fixed includes to support latest LibXML2 / LibXSLT. * Several other small fixes (https://github.com/lsh123/xmlsec/commits/xmlsec-1_2_x).