Accepting request 1199710 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1199710 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/passt?expand=0&rev=15
This commit is contained in:
commit
2628a63cfe
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">%cs.%h</param>
|
||||
<param name="revision">2024_08_21.1d6142f</param>
|
||||
<param name="revision">2024_09_06.6b38f07</param>
|
||||
</service>
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://passt.top/passt</param>
|
||||
<param name="changesrevision">1d6142f362c761ad800b0cbf6ab69cea426658e8</param></service></servicedata>
|
||||
<param name="changesrevision">6b38f0723949f8b4b2787ee55d4330249a1a4a3e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:513555133cc810e5b010e754584467f576eb79ee90c2245cb0be2a61ace95864
|
||||
size 228854
|
BIN
passt-20240906.6b38f07.tar.zst
(Stored with Git LFS)
Normal file
BIN
passt-20240906.6b38f07.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 09 06:57:41 UTC 2024 - dcermak@suse.com
|
||||
|
||||
- Update to version 20240906.6b38f07:
|
||||
* apparmor: Allow read access to /proc/sys/net/ipv4/ip_local_port_range
|
||||
* selinux: Allow read access to /proc/sys/net/ipv4/ip_local_port_range
|
||||
* tap: Don't risk truncating frames on full buffer in tap_pasta_input()
|
||||
* tap: Restructure in tap_pasta_input()
|
||||
* tap: Improve handling of EINTR in tap_passt_input()
|
||||
* tap: Split out handling of EPOLLIN events
|
||||
* util: Fix order of operands and carry of one second in timespec_diff_us()
|
||||
* cppcheck: Work around some cppcheck 2.15.0 redundantInitialization warnings
|
||||
* tcp: Use EPOLLET for any state of not established connections
|
||||
* udp: Handle more error conditions in udp_sock_errs()
|
||||
* udp: Treat errors getting errors as unrecoverable
|
||||
* udp: Split socket error handling out from udp_sock_recv()
|
||||
* flow: Helpers to log details of a flow
|
||||
* udp: Allow UDP flows to be prematurely closed
|
||||
* flow: Fix incorrect hash probe in flowside_lookup()
|
||||
* log: Don't prefix log file messages with time and severity if they're continuations
|
||||
* Makefile: Enable _FORTIFY_SOURCE iff needed
|
||||
* fwd, conf: Probe host's ephemeral ports
|
||||
* conf, fwd: Don't attempt to forward port 0
|
||||
* conf, fwd: Make ephemeral port logic more flexible
|
||||
* seccomp.sh: Try to account for terminal width while formatting list of system calls
|
||||
* udp: Use dual stack sockets for port forwarding when possible
|
||||
* udp: Remove unnnecessary local from udp_sock_init()
|
||||
* udp: Merge udp[46]_mh_recv arrays
|
||||
* test: Look for possible sshd-session paths (if it's there at all) in mbuto's profile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 08:15:06 UTC 2024 - dcermak@suse.com
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
%endif
|
||||
|
||||
Name: passt
|
||||
Version: 20240821.1d6142f
|
||||
Version: 20240906.6b38f07
|
||||
Release: 0
|
||||
Summary: User-mode networking daemons for virtual machines and namespaces
|
||||
License: GPL-2.0-or-later AND BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user