Packages changed: ell (0.78 -> 0.80) emacs gcc15 (15.2.0+git10201 -> 15.2.1+git10392) kernel-source (6.17.1 -> 6.17.2) kio-fuse (5.1.0 -> 5.1.1) libdrm (2.4.126 -> 2.4.127) openSUSE-release (20251014 -> 20251015) python-ldap (3.4.4 -> 3.4.5) qt6-base selinux-policy (20251006 -> 20251014) xdp-tools (1.5.5 -> 1.5.7) yast2-users (5.0.6 -> 5.0.7) === Details === ==== ell ==== Version update (0.78 -> 0.80) - Update to version 0.80 * Fix some issue with ECDHE client key exchange, some issue with D-Bus client and watch removal handling, some with D-Bus client and service name handling, and some with with D-Bus proxy and filter rule handling. ==== emacs ==== Subpackages: emacs-el emacs-eln emacs-info emacs-nox etags - Enable valgrind support on riscv64 ==== gcc15 ==== Version update (15.2.0+git10201 -> 15.2.1+git10392) Subpackages: cpp15 gcc15-locale libasan8 libatomic1 libgcc_s1 libgcc_s1-32bit libgccjit0 libgfortran5 libgomp1 libhwasan0 libitm1 liblsan0 libobjc4 libquadmath0 libstdc++6 libstdc++6-32bit libstdc++6-locale libstdc++6-pp libstdc++6-pp-32bit libtsan2 libubsan1 - Update to GCC 15 branch head, 15.2.1+git10392 - Fixes PR110812, Check availability of builtins at expand time ==== kernel-source ==== Version update (6.17.1 -> 6.17.2) - Linux 6.17.2 (bsc#1012628). - drm/amdgpu: Enable MES lr_compute_wa by default (bsc#1012628). - USB: serial: option: add SIMCom 8230C compositions (bsc#1012628). - Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1 (bsc#1012628). - wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188 (bsc#1012628). - wifi: rtl8xxxu: Don't claim USB ID 07b8:8188 (bsc#1012628). - rust: drm: fix `srctree/` links (bsc#1012628). - rust: block: fix `srctree/` links (bsc#1012628). - rust: pci: fix incorrect platform reference in PCI driver probe doc comment (bsc#1012628). - rust: pci: fix incorrect platform reference in PCI driver unbind doc comment (bsc#1012628). - serial: qcom-geni: Fix blocked task (bsc#1012628). - nvmem: layouts: fix automatic module loading (bsc#1012628). - drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C (bsc#1012628). - binder: fix double-free in dbitmap (bsc#1012628). - serial: stm32: allow selecting console when the driver is module (bsc#1012628). - staging: axis-fifo: fix maximum TX packet length check (bsc#1012628). - staging: axis-fifo: fix TX handling on copy_from_user() failure (bsc#1012628). - staging: axis-fifo: flush RX FIFO on read errors (bsc#1012628). - driver core: faux: Set power.no_pm for faux devices (bsc#1012628). - driver core/PM: Set power.no_callbacks along with power.no_pm (bsc#1012628). - crypto: zstd - Fix compression bug caused by truncation (bsc#1012628). - crypto: rng - Ensure set_ent is always present (bsc#1012628). - net/9p: fix double req put in p9_fd_cancelled (bsc#1012628). - KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O (bsc#1012628). - f2fs: fix to do sanity check on node footer for non inode dnode (bsc#1012628). - ring buffer: Propagate __rb_map_vma return value to caller (bsc#1012628). - Rename to patches.kernel.org/6.17.2-020-Revert-crypto-testmgr-desupport-SHA-1-for-FIPS.patch. - Update config files. * SERIAL_STM32_CONSOLE=n -- the default - commit d07fa64 - Refresh patches.suse/Revert-crypto-testmgr-desupport-SHA-1-for-FIPS-140.patch. Update upstream status and move to sorted section. - commit c43e570 - fs: return EOPNOTSUPP from file_setattr/file_getattr syscalls (bsc#1251048). - Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP" (bsc#1251048). - commit 2fd3ada ==== kio-fuse ==== Version update (5.1.0 -> 5.1.1) - Update to version 5.1.1: * rmdir no longer deletes non-empty directories (kde#482902) * Fix that Qt 6 applications falsely report that an open file that has been deleted in the virtual filesystem still exists by reporting st_nlink = 0. * Fix reporting of file/directory ownership when using local KIO protocols with KIO 6 * Fix that the event loop got stuck waiting for FUSE events on FreeBSD >= 13 (before, setting O_NONBLOCK only worked by accident: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265736#c5) - Build with Qt 6/KF 6 ==== libdrm ==== Version update (2.4.126 -> 2.4.127) Subpackages: libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 - Update to 2.4.127 * xf86drm: Trim traling whitespace in xf86drm.h * xf86drm: Fix drmDevicesEqual() for nodes on the faux bus * xf86drm: Drop drmFauxDeviceInfo ==== openSUSE-release ==== Version update (20251014 -> 20251015) Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== python-ldap ==== Version update (3.4.4 -> 3.4.5) - Update to 3.4.5: * Security fixes: + CVE-2025-61911 (GHSA-r7r6-cc7p-4v5m): Enforce str input in ldap.filter.escape_filter_chars with escape_mode=1; ensure proper escaping. (bsc#1251912) + CVE-2025-61912 (GHSA-p34h-wq7j-h5v6): Correct NUL escaping in ldap.dn.escape_dn_chars to \00 per RFC 4514. (bsc#1251913) * Fixes: + ReconnectLDAPObject now properly reconnects on UNAVAILABLE, CONNECT_ERROR and TIMEOUT exceptions (previously only SERVER_DOWN), fixing reconnection issues especially during server restarts + Fixed syncrepl.py to use named constants instead of raw decimal values for result types + Fixed error handling in SearchNoOpMixIn to prevent a undefined variable error - Fix filename due to new setuptools. ==== qt6-base ==== 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-platformtheme-gtk3 qt6-printsupport-cups qt6-sql-mysql qt6-sql-sqlite qt6-wayland - Install the adwaita decorationplugin when both libQt6WaylandClient6 and gnome-shell are present ==== selinux-policy ==== Version update (20251006 -> 20251014) Subpackages: selinux-policy-targeted - Update to version 20251014: * Make wicked script backwards compatible (bsc#1251923) * Allow snapper grub plugin to domtrans to bootloader_t (bsc#1251862) * Allow salt_t transition to rpm_script_t (bsc#1250696) - Update to version 20251009: * grub snapper plugin is now named 00-grub (bsc#1251793) - Update to version 20251008: * Assign alts_exec_t exec_file attribute (bsc#1250974) * Introduce unconfined wicked_script_t (bsc#1205770, bsc#1250661) - Update to version 20251007: * Add equivalency between /srv/tomcat and /var/lib/tomcat (bsc#1251227) - Fixed typo in /etc/selinux/config ==== xdp-tools ==== Version update (1.5.5 -> 1.5.7) - Update to v1.5.7 - xdp-filter: added support for parsing ARP and IPv6 neighbour solicitations - xdp-trafficgen: improved interface probing, fixed automatic program loading, and corrected an option description - xdp-bench: fixed the --extended switch and now correctly skips tests when progmap support is unavailable - libxdp: fixed build on systems with older libbpf versions and updated documentation - xdp_sample: removed xdp_redirect_map tracepoints ==== yast2-users ==== Version update (5.0.6 -> 5.0.7) - Fixed perl logic while creating home directory (belonging to bsc#1125779) - 5.0.7