Packages changed: Mesa-demo MicroOS-release (20251121 -> 20251127) NetworkManager at-spi2-core (2.58.1 -> 2.58.2) bash breeze6 gnutls (3.8.10 -> 3.8.11) gpg2 (2.5.13 -> 2.5.14) grub2 hplip kernel-source (6.17.8 -> 6.17.9) less (676 -> 685) libeconf (0.8.0 -> 0.8.1) libinput (1.29.2 -> 1.30.0) libplasma6 libproxy-backend (0.5.11 -> 0.5.12) libproxy-client (0.5.11 -> 0.5.12) libsoup libwacom (2.16.1 -> 2.17.0) mdadm (4.4+29.gf8bb524b -> 4.4+30.g9a59bf51) ncurses (6.5.20251115 -> 6.5.20251123) nss-mdns patterns-base pinentry pinentry-gui plasma6-desktop plasma6-workspace polkit-default-privs (1550+20251111.84b92d9 -> 1550+20251118.addc6cd) poppler poppler-qt6 python313 python313-core qalculate (5.8.1 -> 5.8.2) qca-qt6 qt6-base (6.10.0 -> 6.10.1) qt6-declarative (6.10.0 -> 6.10.1) qt6-imageformats (6.10.0 -> 6.10.1) qt6-location (6.10.0 -> 6.10.1) qt6-multimedia (6.10.0 -> 6.10.1) qt6-positioning (6.10.0 -> 6.10.1) qt6-qt5compat (6.10.0 -> 6.10.1) qt6-quick3d (6.10.0 -> 6.10.1) qt6-quicktimeline (6.10.0 -> 6.10.1) qt6-sensors (6.10.0 -> 6.10.1) qt6-shadertools (6.10.0 -> 6.10.1) qt6-speech (6.10.0 -> 6.10.1) qt6-svg (6.10.0 -> 6.10.1) qt6-tools (6.10.0 -> 6.10.1) qt6-virtualkeyboard (6.10.0 -> 6.10.1) qt6-webchannel (6.10.0 -> 6.10.1) qt6-webengine (6.10.0 -> 6.10.1) qt6-webview (6.10.0 -> 6.10.1) raspberrypi-firmware raspberrypi-firmware-config sdbootutil (1+git20251119.0bee866 -> 1+git20251126.f7a46a1) snapper xorg-x11-server (21.1.15 -> 21.1.21) === Details === ==== Mesa-demo ==== Subpackages: Mesa-demo-egl Mesa-demo-x - Add pkgconfig(libdecor-0), pkgconfig(wayland-client), pkgconfig(wayland-egl), pkgconfig(wayland-protocols) and pkgconfig(wayland-scanner) BuildRequires and pass wayland=enabled to meson setup, build wayland support. ==== MicroOS-release ==== Version update (20251121 -> 20251127) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== NetworkManager ==== Subpackages: NetworkManager-bluetooth NetworkManager-tui NetworkManager-wwan libnm0 typelib-1_0-NM-1_0 - Add patch 2312.patch to fix upstream issue https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1814, already fixed upstream for the next release via https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2312 ==== at-spi2-core ==== Version update (2.58.1 -> 2.58.2) Subpackages: libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 - Update to version 2.58.2: + python: Speed up __eq__ and __ne__ + collection-adaptor: Correct 'child' reference handling (fixes crashes with evolution and orca). + Fix several memory leaks. ==== bash ==== Subpackages: bash-sh - Cherry pick from commit 01070d43248fb97f3b2a08d780ae5a392573ce34 two fixes: * boo1254087.patch -- fix for short reads by `source' builtin (boo#1254087) * risc-v.patch -- fix for crash on RISC-V machines ==== breeze6 ==== Subpackages: breeze6-cursors breeze6-decoration breeze6-style breeze6-wallpapers - Add patches to fix menus having too much padding: * 0001-Menu-Set-ItemSpacing-to-2.patch * 0002-Menu-Reduce-margins-to-better-match-QQC2-style.patch ==== gnutls ==== Version update (3.8.10 -> 3.8.11) - Reduce the number of patches: * Merge gnutls-FIPS-jitterentropy-deinit-threads.patch into the main jitterentropy patch gnutls-FIPS-jitterentropy.patch * Merge the soname gnutls-fips-sonames-check.patch and V3 gnutls-FIPS-HMAC-x86_64-v3-opt.patch patches together into gnutls-FIPS-HMAC-nettle-hogweed-gmp.patch * Remove gnutls-set-cligen-python-interp.patch with a sed command. - Enable back the failing tests that have been fixed upstream: * Remove patches: - gnutls-disable-flaky-test-dtls-resume.patch - gnutls-srp-test-SIGPIPE.patch - gnutls-skip-pqx-test.patch - gnutls-3.8.10-disable-ktls_test.patch - Update to 3.8.11: * libgnutls: Fix stack overwrite in gnutls_pkcs11_token_init Reported by Luigino Camastra from Aisle Research. [GNUTLS-SA-2025-11-18, CVSS: low] [bsc#1254132, CVE-2025-9820] * libgnutls: MAC algorithms for PSK binders is now configurable The previous implementation assumed HMAC-SHA256 to calculate the PSK binders. With the new gnutls_psk_allocate_client_credentials2() and gnutls_psk_allocate_server_credentials2() functions, the application can use other MAC algorithms such as HMAC-SHA384. * libgnutls: Expose a new function to provide the maximum record send size A new function gnutls_record_get_max_send_size() has been added to determine the maximum size of a TLS record to be sent to the peer. * libgnutls: Expose a new function to update keys without sending a KeyUpdate to the peer. A new function gnutls_handshake_update_receiving_key() has been added to allow updating the local receiving key without sending any KeyUpdate messages. * libgnutls: PKCS#11 cryptographic provider configuration takes a token URI instead of a module path. To allow using a PKCS#11 module exposing multiple tokens, the "path" configuration keyword was replaced with the "url" keyword. * libgnutls: Support crypto-auditing probe points crypto-auditing is a project to monitor which cryptographic operations are taking place in the library at run time, through eBPF. This adds necessary probe points for that, in public key cryptography and the TLS use-case. To enable this, run configure with --enable-crypto-auditing. * build: The minimum version of Nettle has been updated to 3.10 Given Nettle 3.10 is ABI compatible with 3.6 and includes several security relevant fixes, the library's minimum requirement of Nettle is updated to 3.10. * build: The default priority file path is now constructed from sysconfdir Previously, the location of the default priority file was hard-coded to be /etc/gnutls/config. Now it takes into account of the --sysconfdir option given to the configure script. * API and ABI modifications: (New functions) - gnutls_psk_allocate_client_credentials2 - gnutls_psk_allocate_server_credentials2 - gnutls_record_get_max_send_size - gnutls_handshake_update_receiving_key - gnutls_audit_push_context - gnutls_audit_pop_context - gnutls_audit_current_context * Rebased patches: - gnutls-FIPS-140-3-references.patch - gnutls-FIPS-TLS_KDF_selftest.patch - gnutls-skip-pqx-test.patch ==== gpg2 ==== Version update (2.5.13 -> 2.5.14) - Update to 2.5.14: * gpg: Fix possible memory corruption in the armor parser. [T7906] * gpgsm: Fix output of card serial number in colon listing. [T7914] * agent:ssh: Fix RSA signature handling for newer spec. [T7882] * gpg: Improve/relax the checking of preference options. [rG6570700fdd] * gpg: Fix the check for the END armor line. [rG62b8bf2f39] * gpg: Do not present a default when asking for another output filename. [T7908] * gpg: Include ADSK keys in key listings specified by fingerprints. [T7892] * agent: Fix a decryption failures if the pinentry dialog for the first tried recipient is canceled. Regression since 2.5.7. [T7893, T7649] * keyboxd: Fix schema of the fingerprint table. [T7892] * dirmngr: Fix OCSP next-update check. [rG9ef87bcdb0] * gpg: New "pfc" record in colons key listings. [T7897] * gpg: Allow import and export of Kyber secret keys. [T7315] * gpg: Escape characters with the high bit set in NOTATION status lines. [T7896] * gpg: New import option "force-update". [T7892,rGf6237ccd31] * agent: Accept a trustlist with a missing LF at the end. [rG1b4ac98de7] * agent: Support protection for Kyber keys. [T6638,rGaea62817f3] * scd:nks: Make newer TCOS signature cards work. [rG17596e830f] * Release-info: https://dev.gnupg.org/T7869 * Rebase gnupg-revert-rfc4880bis.patch ==== grub2 ==== Subpackages: grub2-arm64-efi grub2-common grub2-snapper-plugin - Rename sysfb patch file to match purpose * grub2-simplefb.patch * grub2-sysfb.patch - Set 'gfxpayload=keep' for DRM sysfb drivers (bsc#1253721) * grub2-sysfb.patch ==== hplip ==== Subpackages: hplip-common hplip-cups hplip-driver-hpcups libhplip0 - Remove unused BuildRequires: update-desktop-files. ==== kernel-source ==== Version update (6.17.8 -> 6.17.9) Subpackages: kernel-64kb kernel-default - kernel-binary: Support building gendwarfksyms on SLE/Leap 15 - commit 940a186 - Linux 6.17.9 (bsc#1012628). - iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents() (bsc#1012628). - drm/mediatek: Add pm_runtime support for GCE power control (bsc#1012628). - drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD (bsc#1012628). - drm/i915: Fix conversion between clock ticks and nanoseconds (bsc#1012628). - drm/amdgpu: set default gfx reset masks for gfx6-8 (bsc#1012628). - drm/amd/display: Don't stretch non-native images by default in eDP (bsc#1012628). - smb: client: fix refcount leak in smb2_set_path_attr (bsc#1012628). - iommufd: Make vfio_compat's unmap succeed if the range is already empty (bsc#1012628). - futex: Optimize per-cpu reference counting (bsc#1012628). - drm/amd: Fix suspend failure with secure display TA (bsc#1012628). - drm/xe/guc: Synchronize Dead CT worker with unbind (bsc#1012628). - drm/xe: Move declarations under conditional branch (bsc#1012628). - drm/xe: Do clean shutdown also when using flr (bsc#1012628). - drm/amd/display: Add pixel_clock to amd_pp_display_configuration (bsc#1012628). - drm/amd/pm: Use pm_display_cfg in legacy DPM (v2) (bsc#1012628). - drm/amd/display: Disable fastboot on DCE 6 too (bsc#1012628). - drm/amd/pm: Disable MCLK switching on SI at high pixel clocks (bsc#1012628). - drm/amd: Disable ASPM on SI (bsc#1012628). - arm64: kprobes: check the return value of set_memory_rox() (bsc#1012628). - compiler_types: Move unused static inline functions warning to W=2 (bsc#1012628). - riscv: Build loader.bin exclusively for Canaan K210 (bsc#1012628). - RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence errors (bsc#1012628). - riscv: acpi: avoid errors caused by probing DT devices when ACPI is used (bsc#1012628). - ASoC: nau8821: Avoid unnecessary blocking in IRQ handler (bsc#1012628). - drm/amdgpu: remove two invalid BUG_ON()s (bsc#1012628). - drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM (bsc#1012628). - drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devices (bsc#1012628). - NFS4: Fix state renewals missing after boot (bsc#1012628). - drm/amdkfd: fix suspend/resume all calls in mes based eviction path (bsc#1012628). - NFS4: Apply delay_retrans to async operations (bsc#1012628). - HID: intel-thc-hid: intel-quickspi: Add ARL PCI Device Id's (bsc#1012628). - HID: quirks: avoid Cooler Master MM712 dongle wakeup bug (bsc#1012628). - ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operation (bsc#1012628). - HID: nintendo: Wait longer for initial probe (bsc#1012628). - NFS: check if suid/sgid was cleared after a write as needed (bsc#1012628). - HID: quirks: Add ALWAYS_POLL quirk for VRS R295 steering wheel (bsc#1012628). - exfat: fix improper check of dentry.stream.valid_size (bsc#1012628). - io_uring: fix unexpected placement on same size resizing (bsc#1012628). - smb/server: fix possible memory leak in smb2_read() (bsc#1012628). - smb/server: fix possible refcount leak in smb2_sess_setup() (bsc#1012628). - HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLL (bsc#1012628). - ASoC: max98090/91: fixed max98091 ALSA widget powering up/down (bsc#1012628). - ALSA: hda/realtek: Fix mute led for HP Omen 17-cb0xxx (bsc#1012628). - ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmd (bsc#1012628). - wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp() (bsc#1012628). - erofs: avoid infinite loop due to incomplete zstd-compressed data (bsc#1012628). - selftests: net: local_termination: Wait for interfaces to come up (bsc#1012628). - net: fec: correct rx_bytes statistic for the case SHIFT16 is set (bsc#1012628). - net: phy: micrel: Introduce lanphy_modify_page_reg (bsc#1012628). - net: phy: micrel: Replace hardcoded pages with defines (bsc#1012628). - net: phy: micrel: lan8814 fix reset of the QSGMII interface (bsc#1012628). - rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags (bsc#1012628). - NFSD: Skip close replay processing if XDR encoding fails ... changelog too long, skipping 356 lines ... - commit 5d803de ==== less ==== Version update (676 -> 685) - update to 685: * Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github [#654]). * Change --incsearch so that after typing each character of the pattern, the search begins at the position where the search command was invoked, not the current position (github #640). * Allow mixing of option arguments and filename arguments on the command line unless POSIXLY_CORRECT is set (github #653). * Don't output U+00AD and U+200D, and fix some bugs handling emoji modifier characters (github #637). * Fix hang if a search using ^S modifier matches empty string * Fix bug using -g and -J (github #636). * Fix bug when pasting a search pattern while --incsearch is active (github #635). * Fix bug in Windows build when autorepeating a search pattern * Fix lesskey bug using #stop directive. * Fix lesskey bug using "invalid" action (github #643). * Fix bug causing file to appear to end prematurely if an input command was received during a file read (github #649). * Fix performance issue in & filtering (github #638). * Fix some problems reported by valgrind (github #659, github [#660], github #661). * Fix bad parsing of lesskey file an env var is a prefix of another env var (github #626). * Fix unexpected exit using -K if a key press is received while reading the input file (github #628). ==== libeconf ==== Version update (0.8.0 -> 0.8.1) - Update to version 0.8.1: * Set default parameter in econf_getValueDef to "const" ==== libinput ==== Version update (1.29.2 -> 1.30.0) - Update to release 1.30 * touchpad: allow disabling the touchpad jumping cursor detection, touchpad hysteresis, and palm dectection as a whole. * Add quirks for Microsoft Surface Keyboard BTN_0, TongFang GX4 (X4SP4NAL) touchpad, the RazerBlade162025 keyboard, HP OmniBook Ultra Flip Laptop 14-fh0xxx, GPD MicroPC 2 touchpad, ROG Flow Z13 2025 (GZ302EA) keyboard, Nulea M501 thumb trackball, Dell laptops, Google Chromebook Roric/Rull, MX Master 4. ==== libplasma6 ==== Subpackages: libPlasma6 libplasma6-components libplasma6-desktoptheme - Pass '-DQT_QML_NO_CACHEGEN:BOOL=TRUE' to CMake to make builds reproducible (related: boo#1248369) ==== libproxy-backend ==== Version update (0.5.11 -> 0.5.12) - Update to version 0.5.12: + Add static library generation + CI: Remove js / ts check + xdp: Fix missing dispose chain up + xdp: Reduce bus access error log level to debug ==== libproxy-client ==== Version update (0.5.11 -> 0.5.12) - Update to version 0.5.12: + Add static library generation + CI: Remove js / ts check + xdp: Fix missing dispose chain up + xdp: Reduce bus access error log level to debug ==== libsoup ==== - Add libsoup-CVE-2025-12105.patch: fix use after free caused by 'finishing' queue item twice (bsc#1252555 CVE-2025-12105 glgo#GNOME/libsoup!481). - Add i586 to the list of architectures where we re-run tests; hsts-db-test is timing out there as well. ==== libwacom ==== Version update (2.16.1 -> 2.17.0) Subpackages: libwacom-data libwacom9 - Update to version 2.17.0 * Dell Inspiron 14 7445 2-in-1. * Wacom One 14. * Huion Kamvas 13 (Gen 3), Kamvas 16 (Gen 3). * Waltop Batteryless Tablet. * XP-Pen Deco Pro LW (Gen 2). * Wacom styli IDs updated and aliased in preparation for upcoming kernel changes. ==== mdadm ==== Version update (4.4+29.gf8bb524b -> 4.4+30.g9a59bf51) - Update to version 4.4+30.g9a59bf51: * mdcheck: work around bash 5.3 bug (bsc#1254087) ==== ncurses ==== Version update (6.5.20251115 -> 6.5.20251123) Subpackages: libncurses6 ncurses-utils terminfo-base - Add ncurses patch 20251123 + revert change using NCURSES_SBOOL in tic.h which interfered with sign-extension in tigetflag (Debian #1121191, cf: 20251101). - Add ncurses patch 20251122 + in-progress work to merge MinGW/Windows port. + correct expression for TINFO_LIB variable in misc/ncurses-config.in (Debian #1121208, cf: 20251004). ==== nss-mdns ==== - Using nsswitch-config for setting nsswitch.conf (jsc#PED-13807) ==== patterns-base ==== Subpackages: patterns-base-base patterns-base-bootloader patterns-base-minimal_base patterns-base-x11 - remove yast2-logs from transactional base - rename the systemd-presets-branding to -SLE_transactional - Drop biosdevname, this is being replaced by systemd predictable network interface naming (jsc#PED-262). ==== pinentry ==== - Remove unused BuildRequires: update-desktop-files. ==== pinentry-gui ==== - Remove unused BuildRequires: update-desktop-files. ==== plasma6-desktop ==== Subpackages: plasma6-desktop-emojier - Remove unused BuildRequires: update-desktop-files. ==== plasma6-workspace ==== Subpackages: plasma6-session plasma6-workspace-libs - Remove unused BuildRequires: update-desktop-files. ==== polkit-default-privs ==== Version update (1550+20251111.84b92d9 -> 1550+20251118.addc6cd) - Update to version 1550+20251118.addc6cd: * profiles: add snapd (bsc#1248682) * profiles: add lightdm-kde-greeter (bsc#1249146) - Update to version 1550+20251114.b0f300e: * profiles: system v258 mountfsd and nsresourced actions (bsc#1247556) ==== poppler ==== Subpackages: libpoppler-cpp2 libpoppler153 - Remove unused BuildRequires: update-desktop-files. ==== poppler-qt6 ==== - Remove unused BuildRequires: update-desktop-files. ==== python313 ==== - Add pass-test_write_read_limited_history.patch: Fix readline history truncation when length is reduced The `readline.set_history_length()` function did not previously truncate the in-memory history when the new length was set to a value smaller than the current number of history items. This could lead to unexpected behavior where `get_history_length()` would still report the old length and writing the history to a file would write more entries than the new limit. This patch modifies `set_history_length()` to explicitly remove the oldest history entries using `remove_history()` when the length is decreased, ensuring the in-memory history is correctly truncated to the new limit. This brings the function's behavior in line with expectations and fixes failures in `test_write_read_limited_history`. ==== python313-core ==== Subpackages: libpython3_13-1_0 python313-base - Add pass-test_write_read_limited_history.patch: Fix readline history truncation when length is reduced The `readline.set_history_length()` function did not previously truncate the in-memory history when the new length was set to a value smaller than the current number of history items. This could lead to unexpected behavior where `get_history_length()` would still report the old length and writing the history to a file would write more entries than the new limit. This patch modifies `set_history_length()` to explicitly remove the oldest history entries using `remove_history()` when the length is decreased, ensuring the in-memory history is correctly truncated to the new limit. This brings the function's behavior in line with expectations and fixes failures in `test_write_read_limited_history`. ==== qalculate ==== Version update (5.8.1 -> 5.8.2) - Update to version 5.8.2 * New functions: reshape(), circshift(), replacePart(). * Functions mergevectors() and area() renamed to slice() and part(). * v[i, ...]=... syntax for assignment of part of matrix/vector variable. * Improve language handling for functions, units, and variables * Limit the range of supported arguments in bessely, besselj, binomial, and igamma functions (to avoid segfault and very slow unabortable calculations). * Do not try to calculate exact result with automatic approximation for expressions with iterative functions. * Fix compilation without Readline * Fix segfault with entrywise operation on column vector and an empty vector. * Fix handling of single quotation marks. * Fix use of options "ignore locale" and "language" in command line arguments. * Option to change the default currency. * Limit time used for dual calculation with time command line argument to same limit as without. * Fix use of options "ignore locale" and "language" in command line arguments. * Minor bug fixes and feature enhancements ==== qca-qt6 ==== Subpackages: libqca-qt6-2 - Remove unused BuildRequires: update-desktop-files. ==== qt6-base ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6Concurrent6 libQt6Core6 libQt6DBus6 libQt6Gui6 libQt6Network6 libQt6OpenGL6 libQt6OpenGLWidgets6 libQt6PrintSupport6 libQt6Sql6 libQt6Test6 libQt6WaylandClient6 libQt6Widgets6 libQt6WlShellIntegration6 libQt6Xml6 qt6-network-tls qt6-networkinformation-glib qt6-networkinformation-nm qt6-printsupport-cups qt6-sql-sqlite qt6-wayland - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-declarative ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsSynchronizer6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released - Drop patch: * 0001-QmlCompiler-Fix-write-access-to-QVariantMap.patch ==== qt6-imageformats ==== Version update (6.10.0 -> 6.10.1) - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-location ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6Location6 - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-multimedia ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6Multimedia6 libQt6MultimediaQuick6 libQt6MultimediaWidgets6 libQt6Quick3DSpatialAudio6 libQt6SpatialAudio6 qt6-multimedia-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-positioning ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6Positioning6 libQt6PositioningQuick6 qt6-positioning-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-qt5compat ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6Core5Compat6 qt6-qt5compat-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-quick3d ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6Quick3D6 libQt6Quick3DAssetImport6 libQt6Quick3DAssetUtils6 libQt6Quick3DEffects6 libQt6Quick3DHelpers6 libQt6Quick3DHelpersImpl6 libQt6Quick3DParticleEffects6 libQt6Quick3DParticles6 libQt6Quick3DRuntimeRender6 libQt6Quick3DUtils6 libQt6Quick3DXr6 qt6-quick3d-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-quicktimeline ==== Version update (6.10.0 -> 6.10.1) - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-sensors ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6Sensors6 - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-shadertools ==== Version update (6.10.0 -> 6.10.1) - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-speech ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6TextToSpeech6 qt6-texttospeech - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-svg ==== Version update (6.10.0 -> 6.10.1) - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-tools ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6UiTools6 qt6-tools-qdbus - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-virtualkeyboard ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6HunspellInputMethod6 libQt6VirtualKeyboard6 libQt6VirtualKeyboardQml6 qt6-virtualkeyboard-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-webchannel ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6WebChannel6 libQt6WebChannelQuick6 qt6-webchannel-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== qt6-webengine ==== Version update (6.10.0 -> 6.10.1) Subpackages: libQt6WebEngineCore6 libQt6WebEngineQuick6 libQt6WebEngineWidgets6 qt6-webengine-imports - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released Based on Chromium version: 134.0.6998.208 Patched with security patches up to Chromium version: 142.0.7444.162 - Drop patches: * 0001-webrtc-IWYU-modules-video_capture.patch * 0002-webrtc-IWYU-modules-desktop_capture-and-modules-video_captu.patch ==== qt6-webview ==== Version update (6.10.0 -> 6.10.1) - Update to 6.10.1 https://www.qt.io/blog/qt-6.10.1-released ==== raspberrypi-firmware ==== - Do not load "upstream" overlay anymore. Recent build fixes for overlay_map.dtb in raspberrypi-firmware-dt package (r127) exposed latent bug related to "upstream" overlay, which start to actually auto loaded for RPi4 devices. The issue is manifested as RPi4 devices unable to boot from USB media. Fixes boo#1253082 - Do not let firmware do multiplexing for default debug UART (enable_uart=0). It has its own connector. Fixes boo#1251192. ==== raspberrypi-firmware-config ==== - Do not load "upstream" overlay anymore. Recent build fixes for overlay_map.dtb in raspberrypi-firmware-dt package (r127) exposed latent bug related to "upstream" overlay, which start to actually auto loaded for RPi4 devices. The issue is manifested as RPi4 devices unable to boot from USB media. Fixes boo#1253082 ==== sdbootutil ==== Version update (1+git20251119.0bee866 -> 1+git20251126.f7a46a1) Subpackages: sdbootutil-dracut-measure-pcr sdbootutil-snapper sdbootutil-tukit - Update to version 1+git20251126.f7a46a1: * Improve error messages ==== snapper ==== Subpackages: libsnapper8 - add CAP_MKNOD in snapper-backup.service (gh#openSUSE/snapper#1067) - handle DBus connection error in snapper-zypp-plugin - redesigned target snapshot detection in snbk (gh#openSUSE/snapper#1061) - support sending compressed data in snbk (gh#openSUSE/snapper#1059) ==== xorg-x11-server ==== Version update (21.1.15 -> 21.1.21) Subpackages: xorg-x11-server-Xvfb - Update to version 21.1.21 * A bug fix release to address a number of regressions reported in the latest releases [1]. The changes being reverted here are part of a series of changes previously backported in the stable branch, yet these are not actual fixes to address bugs found in the stable branch, while those changes introduced regressions with reverse PRIME with the NVIDIA closed-source driver, issues with 10-bit output with the AMDGPU driver and reduced performance with the AMDGPU driver. [1] https://gitlab.freedesktop.org/xorg/xserver/-/issues/1848 - Changes * Revert "glamor: reject configs using unsupported rgbBits size" * Revert "glamor_egl: add support of GlxVendorLibrary option" * Revert "xorg: initialize glamor provider" * Revert "glamor: Lift the GLX EGL backend from Xwayland" * Revert "glamor: add glvnd_vendor private" - supersedes the following patches: * U_CVE-2022-49737-dix-Hold-input-lock-for-AttachDevice.patch * U_CVE-2025-26594-0001-Cursor-Refuse-to-free-the-root-cursor.patch * U_CVE-2025-26594-0002-dix-keep-a-ref-to-the-rootCursor.patch * U_CVE-2025-26595-0001-xkb-Fix-buffer-overflow-in-XkbVModMaskText.patch * U_CVE-2025-26596-0001-xkb-Fix-computation-of-XkbSizeKeySyms.patch * U_CVE-2025-26597-0001-xkb-Fix-buffer-overflow-in-XkbChangeTypesOfKey.patch * U_CVE-2025-26598-0001-Xi-Fix-barrier-device-search.patch * U_CVE-2025-26599-0001-composite-Handle-failure-to-redirect-in-compRedirect.patch * U_CVE-2025-26599-0002-composite-initialize-border-clip-even-when-pixmap-al.patch * U_CVE-2025-26600-0001-dix-Dequeue-pending-events-on-frozen-device-on-remov.patch * U_CVE-2025-26601-0001-sync-Do-not-let-sync-objects-uninitialized.patch * U_CVE-2025-26601-0002-sync-Check-values-before-applying-changes.patch * U_CVE-2025-26601-0003-sync-Do-not-fail-SyncAddTriggerToSyncObject.patch * U_CVE-2025-26601-0004-sync-Apply-changes-last-in-SyncChangeAlarmAttributes.patch * U_CVE-2025-49175-render-Avoid-0-or-less-animated-cursors.patch * U_CVE-2025-49176-os-Check-for-integer-overflow-on-BigRequest-length.patch * U_CVE-2025-49176-os-Do-not-overflow-the-integer-size-with-BigRequest.patch * U_CVE-2025-49177-xfixes-Check-request-length-for-SetClientDisconnectM.patch * U_CVE-2025-49178-os-Account-for-bytes-to-ignore-when-sharing-input-bu.patch * U_CVE-2025-49179-record-Check-for-overflow-in-RecordSanityCheckRegist.patch * U_CVE-2025-49180-randr-Check-for-overflow-in-RRChangeProviderProperty.patch * U_CVE-2025-49180-xfree86-Check-for-RandR-provider-functions.patch * bsc1251958_CVE-2025-62229_0001-present-Fix-use-after-free-in-present_create_notifie.patch * bsc1251959_CVE-2025-62230_0001-xkb-Make-the-RT_XKBCLIENT-resource-private.patch * bsc1251959_CVE-2025-62230_0002-xkb-Free-the-XKB-resource-when-freeing-XkbInterest.patch * bsc1251960_CVE-2025-62231_0001-xkb-Prevent-overflow-in-XkbSetCompatMap.patch * u_fbdevhw_kernel6.9_break_fbdev_open.patch * u_modesetting-Fix-dirty-updates-for-sw-rotation.patch - refreshed patches * N_Install-Avoid-failure-on-wrapper-installation.patch * N_fix-dpi-values.diff * N_zap_warning_xserver.diff * n_raise_default_clients.patch * n_xorg-wrapper-rename-Xorg.patch * u_01-Improved-ConfineToShape.patch * u_Panning-Set-panning-state-in-xf86RandR12ScreenSetSize.patch * u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch * u_xf86-Accept-devices-with-the-kernel-s-efidrm-driver.patch * u_xf86-Accept-devices-with-the-kernel-s-vesadrm-driver.patch * u_xfree86-activate-GPU-screens-on-autobind.patch * u_xorg-server-xdmcp.patch * u_xorg-wrapper-build-Build-position-independent-code.patch * xorg-x11-server-byte-order.patch