From ab80b9964c041b31fe88b9aaf026719a361a0d77e0c1a7f5de9153a056ed8af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 27 May 2024 17:31:47 +0000 Subject: [PATCH] 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 --- _service | 2 +- _servicedata | 2 +- passt-20240510.7288448.tar.zst | 3 --- passt-20240523.765eb0b.tar.zst | 3 +++ passt.changes | 28 ++++++++++++++++++++++++++++ passt.spec | 2 +- 6 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 passt-20240510.7288448.tar.zst create mode 100644 passt-20240523.765eb0b.tar.zst diff --git a/_service b/_service index 9c4de63..9d94a69 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git enable %cs.%h - 2024_05_10.7288448 + 2024_05_23.765eb0b *.tar diff --git a/_servicedata b/_servicedata index 08dc1a6..0ab60b7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://passt.top/passt - 72884484b00dbab548da056972e28ddb85518386 \ No newline at end of file + 765eb0bf1651d20ca319eeb8b41ff35f52f2a29c \ No newline at end of file diff --git a/passt-20240510.7288448.tar.zst b/passt-20240510.7288448.tar.zst deleted file mode 100644 index 11d02c7..0000000 --- a/passt-20240510.7288448.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8996feb1bde4c5672aed4ce7730e03de5ae0c17af0623b85ab4447afdd7a4bcd -size 214017 diff --git a/passt-20240523.765eb0b.tar.zst b/passt-20240523.765eb0b.tar.zst new file mode 100644 index 0000000..0dea1b5 --- /dev/null +++ b/passt-20240523.765eb0b.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d258c552aa9f3a52a04ed1b54af694fb735ee16fd574b8ee4228e4004653be +size 216286 diff --git a/passt.changes b/passt.changes index 62d323b..a739944 100644 --- a/passt.changes +++ b/passt.changes @@ -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 diff --git a/passt.spec b/passt.spec index c4bdd74..f4c2652 100644 --- a/passt.spec +++ b/passt.spec @@ -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