Packages changed: Mesa-demo MicroOS-release (20250417 -> 20250418) baloo-widgets (24.12.3 -> 25.04.0) blog (2.32 -> 2.34) cockpit cups (2.4.11 -> 2.4.12) curl (8.12.1 -> 8.13.0) dolphin (24.12.3 -> 25.04.0) ffmpegthumbs (24.12.3 -> 25.04.0) firewalld harfbuzz (11.0.1 -> 11.1.0) hwinfo (23.5 -> 24.0) kaccounts-integration (24.12.3 -> 25.04.0) kaccounts-integration-kf5 (24.12.3 -> 25.04.0) kaccounts-providers (24.12.3 -> 25.04.0) kate (24.12.3 -> 25.04.0) kdegraphics-mobipocket (24.12.3 -> 25.04.0) kdegraphics-thumbnailers (24.12.3 -> 25.04.0) kdenetwork-filesharing (24.12.3 -> 25.04.0) kdialog (24.12.3 -> 25.04.0) kdump (2.0.17 -> 2.0.18) kio-extras (24.12.3 -> 25.04.0) kio-gdrive (24.12.3 -> 25.04.0) konsole (24.12.3 -> 25.04.0) kpmcore (24.12.3 -> 25.04.0) kwalletmanager (24.12.3 -> 25.04.0) libkdcraw-qt6 (24.12.3 -> 25.04.0) libkexiv2 (24.12.3 -> 25.04.0) libkexiv2-qt6 (24.12.3 -> 25.04.0) libkgapi6 (24.12.3 -> 25.04.0) libplacebo libplacebo5 llvm20 (20.1.2 -> 20.1.3) open-iscsi opencv partitionmanager (24.12.3 -> 25.04.0) passt (20250320.32f6212 -> 20250415.2340bbf) qt6-wayland signon-kwallet-extension (24.12.3 -> 25.04.0) === Details === ==== Mesa-demo ==== Subpackages: Mesa-demo-egl Mesa-demo-x - Drop BuildRequires: glew-devel as it is not used for build. ==== MicroOS-release ==== Version update (20250417 -> 20250418) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== baloo-widgets ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * kedittagsdialog: Don't prepend slash to tags (kde#488588) ==== blog ==== Version update (2.32 -> 2.34) Subpackages: libblogger2 - Add patch blog-3215.patch * Try to avoid blocking mode of 3215 console on s390x as holding the output at `MORE' stops blogd, that is that it can not see any messages over its socket like switch of the root file system. - Add patch blog-install.patch * Fixes install problems * Use module-setup.sh to install in BUILDROOT - Update to version 2.34 * Make it work on s390x (still no 3215 console) This is a bug fix release. But still no support in conmode 3215 as there is a race triggered by using conmode 3215. The order of the systemd units seems to change with this console mode. - Use rpm-config-SUSE instead of suse-module-tools for suse version above 1550 and add code for the missing macros for older distributions like leap 15.6 - The suse-module-tools are required at build otherwise blog is not in the initrd ==== cockpit ==== Subpackages: cockpit-bridge cockpit-networkmanager cockpit-packagekit cockpit-selinux-policies cockpit-system cockpit-ws - Add extra requirements for selinux policies to cockpit-selinux-policies so it can't be installed before selinux or policycoreutils - Add a requires for either sudo or polkit for assuming admin rights (bsc#1240569) - Ensure cockpit-selinux-policies always installs the selinux policy regardless of selinuxenabled status (bsc#1240787 and bsc#1240421) ==== cups ==== Version update (2.4.11 -> 2.4.12) Subpackages: cups-client cups-config libcups2 libcupsimage2 - Version upgrade to 2.4.12: See https://github.com/openprinting/cups/releases The last planned release of CUPS 2.4.x series (the next will be 2.5.x series) contains several enhancements among set of bug fixes, such following cryptographic policies when using GnuTLS crypto provider and possibility to opt-out from this behavior, logging job debugging history if print queue backends fails, or raising alerts for certificate issues in IPPS backend. Detailed list (from CHANGES.md): * GnuTLS follows system crypto policies now (Issue #1105) * Added `NoSystem` SSLOptions value (Issue #1130) * Now we raise alert for certificate issues (Issue #1194) * Added Kyocera USB quirk (Issue #1198) * The scheduler now logs a job's debugging history if the backend fails (Issue #1205) * Fixed a potential timing issue with `cupsEnumDests` (Issue #1084) * Fixed a potential "lost PPD" condition in the scheduler (Issue #1109) * Fixed a compressed file error handling bug (Issue #1070) * Fixed a bug in the make-and-model whitespace trimming code (Issue #1096) * Fixed a removal of IPP Everywhere permanent queue if installation failed (Issue #1102) * Fixed `ServerToken None` in scheduler (Issue #1111) * Fixed invalid IPP keyword values created from PPD option names (Issue #1118) * Fixed handling of "media" and "PageSize" in the same print request (Issue #1125) * Fixed client raster printing from macOS (Issue #1143) * Fixed the default User-Agent string. * Fixed a recursion issue in `ippReadIO`. * Fixed handling incorrect radix in `scan_ps()` (Issue #1188) * Fixed validation of dateTime values with time zones more than UTC+11 (Issue #1201) * Fixed attributes returned by the Create-Xxx-Subscriptions requests (Issue #1204) * Fixed `ippDateToTime` when using a non GMT/UTC timezone (Issue #1208) * Fixed `job-completed` event notifications for jobs that are cancelled before started (Issue #1209) * Fixed DNS-SD discovery with `ippfind` (Issue #1211) Issues are those at https://github.com/OpenPrinting/cups/issues - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.12 ==== curl ==== Version update (8.12.1 -> 8.13.0) Subpackages: libcurl4 - fix Leap build add curl-8.13.0-CloseSocket.patch - Update to 8.13.0: * Changes: - curl: add write-out variable 'tls_earlydata' - curl: make --url support a file with URLs - gnutls: set priority via --ciphers - IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags - lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY - OpenSSL/quictls: add support for TLSv1.3 early data - rustls: add support for CERTINFO - rustls: add support for SSLKEYLOGFILE - rustls: support ECH w/ DoH lookup for config - rustls: support native platform verifier - var: add a '64dec' function that can base64 decode a string * Bugfixes: - conn: fix connection reuse when SSL is optional - hash: use single linked list for entries - http2: detect session being closed on ingress handling - http2: reset stream on response header error - http: remove a HTTP method size restriction - http: version negotiation - httpsrr: fix port detection - libssh: fix freeing of resources in disconnect - libssh: fix scp large file upload for 32-bit size_t systems - openssl-quic: do not iterate over multi handles - openssl: check return value of X509_get0_pubkey - openssl: drop support for old OpenSSL/LibreSSL versions - openssl: fix crash on missing cert password - openssl: fix pkcs11 URI checking for key files. - openssl: remove bad `goto`s into other scope - setopt: illegal CURLOPT_SOCKS5_AUTH should return error - setopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWORD is fine - sshserver.pl: adjust `AuthorizedKeysFile2` cutoff version - sshserver: fix excluding obsolete client config lines - SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR - tftpd: prefix TFTP protocol error `E*` constants with `TFTP_` - tool_operate: fail SSH transfers without server auth - url: call protocol handler's disconnect in Curl_conn_free - urlapi: remove percent encoded dot sequences from the URL path - urldata: remove 'hostname' from struct Curl_async * Rebase patches: - libcurl-ocloexec.patch - curl-secure-getenv.patch ==== dolphin ==== Version update (24.12.3 -> 25.04.0) Subpackages: dolphin-part libdolphinvcs6 - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Too many changes since 24.12.3, only listing bugfixes: * kstandarditemlistwidget: make overlay icons independant of preview size (kde#500428) * Fix crash when opening new tab with search (kde#500101) * dolphinview: Add widget parameter to elided QToolTip::showText (kde#500009) * kitemlistkeyboardsearchmanager: smarter search start position (kde#422951) * Removed unused imports to QUuid,quuid (kde#197009) * Added code for a "Rename Tab" feature. (kde#197009) * implement shortcut action for file creation (kde#462899) * Ignore diacritical marks for keyboard search (kde#482394) * Refactor Overlay Handling (kde#497372) * Icons: when adding overlays pass in the output size (kde#498211) * information panel: scale according dpr (kde#497576) * Improve trash context menu UI (kde#498132) * Elide file names in the middle again (kde#497664) * Fix focus changing when unminimising on X11 (kde#497803) * Update copyright to 2025 (kde#474515) * Mirror details view mode for right-to-left languages (kde#449211) * Have special keyboard controls in selection mode (kde#458091) * dolphinview: Update thumbnail on filename change (kde#497555) * ViewProperties: Return nullptr if viewPropertiesString is empty (kde#495878) * DolphinViewContainer: make sure searchbox is initialized before setSearchPath (kde#497021) * Make "open path" and "open path in new tab" scroll to the selected item (kde#495613) * DolphinTabPage: Update container view url on redirection (kde#496414) * DolphinViewContainer: set searchPath on redirect, check for connected urlNavigator (kde#496387) * DolphinView: beginAnchoredSelection after setSelected in selectNextItem (kde#495371) * natural sort: exclude extension when comparing filenames (kde#416025) * generalviewsettingspage: Use qobject_cast instead of static_cast (kde#492741) ==== ffmpegthumbs ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Add xml/yaml linting ==== firewalld ==== Subpackages: python3-firewall - Require python3-PyQt6 in firewall-applet, since that's preferred over PyQt5. ==== harfbuzz ==== Version update (11.0.1 -> 11.1.0) Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0 - Update to version 11.1.0: + Include bidi mirroring variants of the requested codepoints when subsetting. The new HB_SUBSET_FLAGS_NO_BIDI_CLOSURE can be used to disable this behaviour. + Various bug fixes. + Various build fixes and improvements. + Various test suite improvements. ==== hwinfo ==== Version update (23.5 -> 24.0) - merge gh#openSUSE/hwinfo#161 - fix aarch64 cpu detection (bsc#1241295) - 24.0 - merge gh#openSUSE/hwinfo#160 - add touchpad class (bsc#1241295) - merge gh#openSUSE/hwinfo#159 - update pci, usb, and sdio data (bsc#1241295) - merge gh#openSUSE/hwinfo#158 - capture more x86 fields from /proc/cpuinfo (bsc#1241295) - Add support for installing to prefixes other than /usr with INSTALL_PREFIX (bsc#1241295) - merge gh#openSUSE/hwinfo#102 - Closes #61: refactors redundant condition (bsc#1241295) - merge gh#openSUSE/hwinfo#110 - remove malloc.h headers usage (bsc#1241295) - merge gh#openSUSE/hwinfo#147 - Don't create unused /sbin on install (bsc#1241295) - merge gh#openSUSE/hwinfo#157 - Free additional memory fields to prevent hd leaks (bsc#1241295) ==== kaccounts-integration ==== Version update (24.12.3 -> 25.04.0) Subpackages: libkaccounts6-2 - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * [kcm] Port away from SwipeListItem * Wrap list item subtitles ==== kaccounts-integration-kf5 ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * [kcm] Port away from SwipeListItem * Wrap list item subtitles ==== kaccounts-providers ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Do a better job of describing what logging into these accounts will do * Google: stop requesting gdrive permission (kde#480779) * cmake: Drop unused CMake's modules ==== kate ==== Version update (24.12.3 -> 25.04.0) Subpackages: kate-plugins - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - Changes since 25.03.90: * snapcraft: Sync core24 and theming fix to release - Update to 25.03.90 * New feature release - Too many changes to list here. ==== kdegraphics-mobipocket ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Avoid leaking Compressor instance * Add missing bounds check for RLE decompressor * Fix broken padding in BitReader * Fix possible out-of-bounds access in BitReader * Add xml/yaml linting ==== kdegraphics-thumbnailers ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Add xml/yaml linting * Make KArchive optional, it is only required for blender ==== kdenetwork-filesharing ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * If parent is mainWindow and rasterSurface, use Software rendering (kde#494627) * Add .idea/ and .vscode/ to .gitignore * Add xml/yaml linting * bind queued invocation to `this` (kde#497684) * Improve the placeholder message when Samba isn't and can't be installed ==== kdialog ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Add xml/yaml linting ==== kdump ==== Version update (2.0.17 -> 2.0.18) - upgrade to version 2.0.18 * set KDUMP_CPUs to 32 by default (bsc#1240769, jsc#PED-9894, bsc#1237754, bsc#1239999) ==== kio-extras ==== Version update (24.12.3 -> 25.04.0) Subpackages: libkioarchive6-6 trash_kcm - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - Changes since 25.03.90: * imagethumbnail: Add most of kimageformats MIME types - Update to 25.03.90 * New feature release - Too many changes since 24.12.3, only listing bugfixes: * Extend using offscreen platform for thumbnail creation by using original platform theme. (kde#500173) * afc: Explicitly toUpper device ID when inserting (kde#487874) * Use offscreen platform plugin for thumbnailers (kde#500173) * smb: start WSDResolver's client before sending messages (kde#496809) * sftp: use stat instead of lstat (kde#497195) * Migrate NFS KIO worker to KIO::WorkerBase (kde#483237) * sftp: close connection on fatal errors (kde#495801) * thumbnails: remove fallback image/* for image thumbnailer (kde#460723) ==== kio-gdrive ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Add xml/yaml linting ==== konsole ==== Version update (24.12.3 -> 25.04.0) Subpackages: konsole-part - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Too many changes since 24.12.3, only listing bugfixes: * Fix crash when double clicking on terminal scroll bar (kde#501191) * Call setHandleWidth() to set initial size for splitDragHandleSize (kde#498078) * 'Allow escape sequences for links' setting fix in new sessions (kde#469511) * Add HamburgerMenu only once per instance (kde#495029) * Fix opening Tab Properties when spamming middle click (kde#449390) * ensure we don't use an invalidated mimeData (kde#491726) ==== kpmcore ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Fix a memory leak by actually freeing a correct pointer * kpmcore tests seem to require C++20. Adjust test/CMakeLists.txt accordingly. * Add lazy_itable_init=0 and lazy_journal_init=0 to ext4 features. * Add xml/yaml linting * Add operation to set partition label * Add 1 to handleWidth in partresize widget. (kde#499064) * Allow applications to set the LUKS2 PBKDF * Limix exfat labels to 11 characters. (kde#496400) ==== kwalletmanager ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * walletwidget.ui unique name for QVBoxLayout * Add xml/yaml linting * Show window when starting app * Add an option that controls whether to build docs ==== libkdcraw-qt6 ==== Version update (24.12.3 -> 25.04.0) Subpackages: libKDcrawQt6-5 - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - No code change since 24.12.3 ==== libkexiv2 ==== Version update (24.12.3 -> 25.04.0) Subpackages: libKF5KExiv2-15_0_0 - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - No code change since 24.12.3 ==== libkexiv2-qt6 ==== Version update (24.12.3 -> 25.04.0) Subpackages: libKExiv2Qt6-0 - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - No code change since 24.12.3 ==== libkgapi6 ==== Version update (24.12.3 -> 25.04.0) Subpackages: libKPim6GAPICore6 libKPim6GAPIDrive6 libkgapi6-sasl2-kdexoauth2 - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Add xml/yaml linting * Remove duplicate headers from cpp/h files * Remove FeatureSummary as we use ECMFeatureSummary ==== libplacebo ==== - Use python3-Jinja2 and python3-glad2 for BuildRequires instead of using multi-versioned python packages. - Add support for building on Leap 15.6 with python3.11 only. ==== libplacebo5 ==== - Use python3-Jinja2 and python3-glad2 for BuildRequires instead of using multi-versioned python packages. - Add support for building on Leap 15.6 with python3.11 only. ==== llvm20 ==== Version update (20.1.2 -> 20.1.3) - Update to version 20.1.3. * This release contains bug-fixes for the LLVM 20.1.0 release. This release is API and ABI compatible with 20.1.0. - Enable LLDB Python bindings on Leap 15.6 and newer. - Rebase llvm-do-not-install-static-libraries.patch. ==== open-iscsi ==== Subpackages: iscsiuio libopeniscsiusr0 - Update to version 2.1.11.suse+66.13c070123738: * Fix iscsid.conf NOP configuration (bsc#1240541) ==== opencv ==== - Add opencv-qt6_9-highgui-linking-test.patch: Fix highgui module linkage with Qt 6.9 libraries [gh#opencv/opencv#27223, QTBUG-134774]. - Build with ninja; add BuildRequires: ninja. ==== partitionmanager ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - Changes since 24.12.3: * Make percent values localizable * Add xml/yaml linting * Allow to edit GPT partition labels * Added supporters Christian Hofstede-Kuhn & Kay Drangmeister * Added supporter Doc * Added supporter Morwud * Show header in qtc6 * Added Sirius Fox as supporter * Added supporter Cameron Radmore * Added supporter Marcel Janik Kimpel * Updated README.md: - Corrected the names of the distributions (Arch Linux and openSUSE) ==== passt ==== Version update (20250320.32f6212 -> 20250415.2340bbf) Subpackages: passt-selinux - Update to version 20250415.2340bbf: * udp: Propagate errors on listening and brand new sockets * udp: Minor re-organisation of udp_sock_recverr() * udp: Add udp_pktinfo() helper * udp: Deal with errors as we go in udp_sock_fwd() * udp: Pass socket & flow information direction to error handling functions * udp: Be quieter about errors on UDP receive * udp: Fix breakage of UDP error handling by PKTINFO support * conf: Honour --dns-forward for local resolver even with --no-map-gw * conf: Split add_dns_resolv() into separate IPv4 and IPv6 versions * udp, udp_flow: Track our specific address on socket interfaces * inany: Improve ASSERT message for bad socket family * udp: Use PKTINFO cmsgs to get destination address for received datagrams * tcp_splice: Don't clobber errno before checking for EAGAIN * tcp_splice: Don't double count bytes read on EINTR * conf: Add missing return in conf_nat(), fix --map-guest-addr none * udp_flow: Save 8 bytes in struct udp_flow on 64-bit architectures * udp_flow: Don't discard packets that arrive between bind() and connect() * udp: Fold udp_splice_prepare and udp_splice_send into udp_sock_to_sock * udp: Rework udp_listen_sock_data() into udp_sock_fwd() * udp_flow: Take pif and port as explicit parameters to udp_flow_from_sock() * udp: Move UDP_MAX_FRAMES to udp.c * udp: Merge vhost-user and "buf" listening socket paths * udp: Split spliced forwarding path from udp_buf_reply_sock_data() * udp: Parameterize number of datagrams handled by udp_*_reply_sock_data() * udp: Don't bother to batch datagrams from "listening" socket * udp: Polish udp_vu_sock_info() and remove from vu specific code * udp: Make udp_sock_recv() take max number of frames as a parameter * udp: Use connect()ed sockets for initiating side * udp: support traceroute in direction tap-socket * passt-repair: Ensure that read buffer is NULL-terminated * udp: Correct some seccomp filter annotations * udp: Simplify updates to UDP flow timestamp * udp: Remove redundant udp_at_sidx() call in udp_tap_handler() * passt-repair: Correct off-by-one error verifying name * migrate, tcp: bind() migrated sockets in repair mode * platform requirements: Add test for address conflicts with TCP_REPAIR * platform requirements: Add attributes to die() function * platform requirements: Fix clang-tidy warning * udp: Improve name of UDP related ICMP sending functions * udp: Don't attempt to forward ICMP socket errors to other sockets * pasta, passt-repair: Support multiple events per read() in inotify handlers * udp: correct source address for ICMP messages * build: normalize arm targets * udp: Add helper function for creating connected UDP socket * udp: Always hash socket facing flowsides * udp: Better handling of failure to forward from reply socket * udp: Share more logic between vu and non-vu reply socket paths * udp_vu: Factor things out of udp_vu_reply_sock_data() loop * udp: Simplify checking of epoll event bits * udp: Common invocation of udp_sock_errs() for vhost-user and "buf" paths * packet: Upgrade severity of most packet errors * packet: ASSERT on signs of pool corruption * util: Add abort_with_msg() and ASSERT_WITH_MSG() helpers * packet: Rework packet_get() versus packet_get_try() * packet: Move checks against PACKET_MAX_LEN to packet_check_range() * packet: Avoid integer overflows in packet_get_do() * packet: Correct type of PACKET_MAX_LEN * tap: Clarify calculation of TAP_MSGS * tap: Make size of pool_tap[46] purely a tuning parameter * packet: More cautious checks to avoid pointer arithmetic UB * vu_common: Tighten vu_packet_check_range() ==== qt6-wayland ==== Subpackages: libQt6WaylandClient6 libQt6WaylandCompositor6 libQt6WaylandEglClientHwIntegration6 libQt6WaylandEglCompositorHwIntegration6 libQt6WlShellIntegration6 - Add upstream change: * 0001-Client-Reset-mFrameCallbackTimedOut-when-showing-a-w.patch ==== signon-kwallet-extension ==== Version update (24.12.3 -> 25.04.0) - Update to 25.04.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/25.04.0/ - No code change since 25.03.90 - Update to 25.03.90 * New feature release - No code change since 24.12.3