- Update to release 6.13
* ip rule: added DSCP support
* ip: added "down" filter for ``ip addr/link show``
* rdma: added support for ``monitor`` subcommand
* tc: added support for Hold/Release mechanism in TSN as per
IEEE 802.1Q-2018
* vdpa: added support for setting the MAC address in vDPA tool
- fixed build with gcc15
added patches:
- parted-do-version.patch
==== passt ====
Version update (20241211.09478d5 -> 20250121.4f2c8e7)
Subpackages: passt-selinux
- Update to version 20250121.4f2c8e7:
* vhost_user: Drop packet with unsupported iovec array
* tcp: Set PSH flag for last incoming packets in a batch
* tcp: Set ACK flag on *all* RST segments, even for client in SYN-SENT state
* tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all sockets
* tcp: Buffer sizes are *not* inherited on accept()/accept4()
* vhost_user: remove ASSERT() on iovec number
* vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_DEVICE_STATE
* vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD command
* vhost-user: add VHOST_USER_CHECK_DEVICE_STATE command
* vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_LOG_SHMFD
* vhost-user: add VHOST_USER_SET_LOG_BASE command
* vhost-user: Pass vu_dev to more virtio functions
* vhost-user: add VHOST_USER_SET_LOG_FD command
* vhost-user: update protocol features and commands list
* tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guest
* tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
* tcp: Don't subscribe to EPOLLOUT events on STALLED
* tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up
* vhost_user: fix multibuffer from linux
* test/pasta_podman: Run Podman tests on a single CPU thread
* checksum: fix checksum with odd base address
* tcp_splice: Set (again) TCP_NODELAY on both sides
* seccomp: Unconditionally allow accept(2) even if accept4(2) is present
* virtio: Use const pointer for vu_dev
* udp_flow: Don't block multicast and broadcast messages
* Makefile: Report error and stop if we can't set TARGET
* README: Mark vhost-user as supported
==== podman ====
Version update (5.3.1 -> 5.3.2)
- Update to version 5.3.2:
* Bump to v5.3.2
* Update release notes for v5.3.2
* [v5.3] Bump Buildah to v1.38.1 with CVE-2024-11218
* [v5.3] Bump c/storage v1.56.1, c/image v5.33.1, c/common
v0.61.1
* Revert "win-installer test: revert to v5.3.0"
* Avoid rebooting twice when installing WSL
* Avoid rebooting on Windows when upgrading and WSL isn't
installed
* Add win installer patch
* Bump WiX toolset version to 5.0.2
* Add man pages to Mac installer
* Replace ExclusiveArch with ifarch
* Fixes missing binary in systemd.
* Packit: remove epel and re-enable c9s
* Packit/copr: switch to fedora-all
* Quadlet - Use = sign when setting the pull arg for build
* win-installer test: revert to v5.3.0
* Bump to v5.3.2-dev
==== qemu ====
- CPU model for new IBM Z HW (jsc#PED-10266):
* s390x/cpumodel: gen17 model
* s390x/cpumodel: Add PLO-extension facility
* s390x/cpumodel: correct PLO feature wording
* s390x/cpumodel: Add Sequential-Instruction-Fetching facility
* s390x/cpumodel: add Ineffective-nonconstrained-transaction facility
* s390x/cpumodel: add Vector-Packed-Decimal-Enhancement facility 3
* s390x/cpumodel: add Miscellaneous-Instruction-Extensions Facility 4
* s390x/cpumodel: add Vector Enhancements facility 3
* s390x/cpumodel: add Concurrent-functions facility support
* linux-headers: Update to Linux 6.13-rc1
* s390x/cpumodel: Add ptff Query Time-Stamp Event (QTSE) support
* s390x/cpumodel: add msa13 subfunctions
* s390x/cpumodel: add msa12 changes
* s390x/cpumodel: add msa11 subfunctions
* s390x/cpumodel: add msa10 subfunctions
- Build properly with the latest version of Sphinx:
* [openSUSE][RPM] Fix the build with the latest Sphinx
==== udisks2 ====
Subpackages: libudisks2-0
- Drop rcFOO symlinks for CODE16 (PED-266).
==== xdg-desktop-portal-gnome ====
Version update (47.1+3 -> 47.2)
- Update to version 47.2:
+ More resilience against GNOME Shell errors
+ Fix memory leak in screencast widget
+ Avoid a GTK portal recursion, and a 25 second delay in startup
- Drop xdg-desktop-portal-gnome-gtk_init.patch: Fixed upstream.