Accepting request 1176692 from home:dancermak:branches:Virtualization:containers

Update to version 20240523.765eb0b

OBS-URL: https://build.opensuse.org/request/show/1176692
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/passt?expand=0&rev=18
This commit is contained in:
Dan Čermák 2024-05-27 17:31:47 +00:00 committed by Git OBS Bridge
parent f13a04e133
commit ab80b9964c
6 changed files with 34 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_05_10.7288448</param>
<param name="revision">2024_05_23.765eb0b</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">72884484b00dbab548da056972e28ddb85518386</param></service></servicedata>
<param name="changesrevision">765eb0bf1651d20ca319eeb8b41ff35f52f2a29c</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri May 24 06:52:32 UTC 2024 - dcermak@suse.com
- Update to version 20240523.765eb0b:
* apparmor: Fix comments after PID file and AF_UNIX socket creation refactoring
* conf, passt.h: Rename pid_file in struct ctx to pidfile
* conf, passt, tap: Open socket and PID files before switching UID/GID
* passt, util: Move opening of PID file to its own function
* util: Rename write_pidfile() to pidfile_write()
* tap: Split tap_sock_unix_init() into opening and listening parts
* passt, tap: Don't use -1 as uninitialised value for fd_tap_listen
* tap: Move all-ones initialisation of mac_guest to tap_sock_init()
* conf: Don't lecture user about starting us as root
* netlink, test: Ignore deprecated addresses
* tcp: Remove interim 'tapside' field from connection
* flow: Record the pifs for each side of each flow
* flow: Make side 0 always be the initiating side
* flow: Clarify and enforce flow state transitions
* inany: Better helpers for using inany and specific family addrs together
* flow: Properly type callbacks to protocol specific handlers
* util, tcp: Add helper to display socket addresses
* apparmor: Fix passt abstraction
* apparmor: allow netns paths on /tmp
* clang-tidy: Suppress macro to enum conversion warnings
* conf: Fix clang-tidy warning about using an undefined enum value
* passt.c: explicitly include libgen.h for basename
* netlink: Don't duplicate routes referring to unrelated host interfaces
-------------------------------------------------------------------
Mon May 13 06:50:32 UTC 2024 - dcermak@suse.com

View File

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