Accepting request 1231541 from Virtualization:containers

new upstream release 20241211.09478d5 (forwarded request 1230600 from dancermak)

OBS-URL: https://build.opensuse.org/request/show/1231541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/passt?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2024-12-17 18:22:32 +00:00 committed by Git OBS Bridge
commit 4871911d82
6 changed files with 40 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">%cs.%h</param>
<param name="revision">2024_11_27.c0fbc7e</param>
<param name="revision">2024_12_11.09478d5</param>
</service>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://passt.top/passt</param>
<param name="changesrevision">c0fbc7ef2ae2919bf6162b4149d341f448289836</param></service></servicedata>
<param name="changesrevision">09478d55fe1a21f8c55902399df84d13867e71be</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:320feb8ef76be3a177474b7b3765a325f6091a66306910c0d1fa4890099991c7
size 236785

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:accfea1421fd46ec870e523cd17bde48495099f5ef43457935907ca928ece00d
size 256470

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Dec 12 13:41:51 UTC 2024 - dcermak@suse.com
- Update to version 20241211.09478d5:
* treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.40
* pasta: make it possible to disable socket splicing
* tap: Call vu_init() with --fd
* tap: Use a common function to start a new connection
* udp_vu: update segment size
* flow: Remove over-zealous sanity checks in flow_sidx_hash()
* udp: Improve detail of UDP endpoint sanity checking
* perf/passt_vu_tcp: Make it shine
* tcp_vu: Compute IPv4 header checksum if dlen changes
* Makefile: Use make internal string functions
* tcp_vu: Remove unnecessary tcp_vu_update_check() function
* tcp: Merge tcp_fill_headers[46]() with each other
* tcp: Merge tcp_update_check_tcp[46]()
* tcp: Pass TCP header and payload separately to tcp_fill_headers[46]()
* tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]()
* iov, checksum: Replace csum_iov() with csum_iov_tail()
* iov: iov tail helpers
* tcp_vu: Change 'dlen' to ssize_t in tcp_vu_data_from_sock()
* Fix build on 32bit target
* virtio: check if avail ring is configured
* tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c
* test: Add tests for passt in vhost-user mode
* vhost-user: add vhost-user
* passt: rename tap_sock_init() to tap_backend_init()
* tcp: Export headers functions
* udp: Prepare udp.c to be shared with vhost-user
* vhost-user: introduce vhost-user API
* vhost-user: introduce virtio API
* packet: replace struct desc by struct iovec
-------------------------------------------------------------------
Wed Nov 27 14:19:40 UTC 2024 - dcermak@suse.com

View File

@ -45,7 +45,7 @@
%global selinuxtype targeted
Name: passt
Version: 20241127.c0fbc7e
Version: 20241211.09478d5
Release: 0
Summary: User-mode networking daemons for virtual machines and namespaces
License: GPL-2.0-or-later AND BSD-3-Clause