Accepting request 1173948 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1173948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/passt?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2024-05-16 15:12:34 +00:00 committed by Git OBS Bridge
commit a06e043837
6 changed files with 31 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_04_26.d03c4e2</param>
<param name="revision">2024_05_10.7288448</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">d03c4e20202b9546b2b233a2ff98cb3b3395b8d9</param></service></servicedata>
<param name="changesrevision">72884484b00dbab548da056972e28ddb85518386</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 13 06:50:32 UTC 2024 - dcermak@suse.com
- Update to version 20240510.7288448:
* apparmor: allow read access on /tmp for pasta
* tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptied
* udp: Single buffer for IPv4, IPv6 headers and metadata
* udp: Use the same buffer for the L2 header for all frames
* udp: Share payload buffers between IPv4 and IPv6
* udp: Explicitly set checksum in guest-bound UDP headers
* udp: Combine initialisation of IPv4 and IPv6 iovs
* udp: Split tap-bound UDP packets into multiple buffers using io vector
* test: Allow sftp via vsock-ssh in tests
* tcp: Update tap specific header too in tcp_fill_headers[46]()
* iov: Helper macro to construct iovs covering existing variables or fields
* tap, tcp: (Re-)abstract TAP specific header handling
* tcp: Simplify packet length calculation when preparing headers
* treewide: Standardise variable names for various packet lengths
* checksum: Make csum_ip4_header() take a host endian length
* treewide: Remove misleading and redundant endianness notes
* tap: Remove unused structs tap_msg, tap_l4_msg
* tap: Split tap specific and L2 (ethernet) headers
* checksum: Use proto_ipv6_header_psum() for ICMPv6 as well
* netlink: Fix iterations over nexthop objects
-------------------------------------------------------------------
Fri May 3 13:35:49 UTC 2024 - Dan Čermák <dcermak@suse.com>

View File

@ -44,7 +44,7 @@
%endif
Name: passt
Version: 20240426.d03c4e2
Version: 20240510.7288448
Release: 0
Summary: User-mode networking daemons for virtual machines and namespaces
License: GPL-2.0-or-later AND BSD-3-Clause