Accepting request 1194188 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1194188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/passt?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2024-08-17 10:39:53 +00:00 committed by Git OBS Bridge
commit 8c636384fd
6 changed files with 26 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_08_06.ee36266</param>
<param name="revision">2024_08_14.61c0b0d</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">ee36266a55478672ad2c5f4efbd6ca0bef3d37cd</param></service></servicedata>
<param name="changesrevision">61c0b0d0f199589c72bd53e267d797a8e4bf1478</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Aug 15 06:18:55 UTC 2024 - dcermak@suse.com
- Update to version 20240814.61c0b0d:
* flow: Don't crash if guest attempts to connect to port 0
* conf: Don't ignore -t and -u options after -D
* ndp.c: Turn NDP responder into more declarative implementation
* conf: Delay handling -D option until after addresses are configured
* Correct inaccurate comments on ip[46]_ctx::addr
* log: Don't prefix message with timestamp on --debug if it's a continuation
* conf: Stop parsing options at first non-option argument
* passt, util: Close any open file that the parent might have leaked
* nstool: Propagate SIGTERM to processes executed in the namespace
* nstool: Fix some trivial typos
* log: Avoid duplicate calls to logtime()
* log: Handle errors from clock_gettime()
* log: Correct formatting of timestamps
* util: Some corrections for timespec_diff_us
* conf, pasta: Make -g and -a skip route/addresses copy for matching IP version only
-------------------------------------------------------------------
Tue Aug 06 16:58:22 UTC 2024 - dcermak@suse.com

View File

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