New upstream release 20240624.1ee2eca
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/passt?expand=0&rev=22
This commit is contained in:
parent
fd6f96f670
commit
ffd0188643
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_06_07.8a83b53</param>
|
||||
<param name="revision">2024_06_24.1ee2eca</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">8a83b530feeac1a9812fe457e86257430f6b2fed</param></service></servicedata>
|
||||
<param name="changesrevision">1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f307959d409933e4c4b7b37e3ea6e6306705c518b51b837f371684da0050a6fc
|
||||
size 216525
|
BIN
passt-20240624.1ee2eca.tar.zst
(Stored with Git LFS)
Normal file
BIN
passt-20240624.1ee2eca.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 07:56:25 UTC 2024 - dcermak@suse.com
|
||||
|
||||
- Update to version 20240624.1ee2eca:
|
||||
* udp: Reduce scope of rport in udp_invert_portmap()
|
||||
* Revert "udp: Make rport calculation more local"
|
||||
* log: Don't report syslog failures to stderr after initialisation
|
||||
* conf, passt: Don't call __openlog() if a log file is used
|
||||
* treewide: Replace strerror() calls
|
||||
* treewide: Replace perror() calls with calls to logging functions
|
||||
* log: Add _perror() logging function variants
|
||||
* log, passt: Always print to stderr before initialisation is complete
|
||||
* conf, log: Instead of abusing log levels, add log_conf_parsed flag
|
||||
* conf, passt: Make --stderr do nothing, and deprecate it
|
||||
* conf, passt: Don't try to log to stderr after we close it
|
||||
* conf: Accept duplicate and conflicting options, the last one wins
|
||||
* netlink: Strip nexthop identifiers when duplicating routes
|
||||
* passt.1, qrap.1: align license description with SPDX identifier
|
||||
* netlink: Ignore EHOSTUNREACH failures when duplicating routes
|
||||
* netlink: With no default route, pick the first interface with a route
|
||||
* tcp: Don't rely on bind() to fail to decide that connection target is valid
|
||||
* siphash: Remove stale prototypes
|
||||
* udp: Move management of udp[46]_localname into udp_splice_send()
|
||||
* udp: Rework how we divide queued datagrams between sending methods
|
||||
* udp: Fold checking of splice flag into udp_mmh_splice_port()
|
||||
* util: Split construction of bind socket address from the rest of sock_l4()
|
||||
* tap: use in->buf_size rather than sizeof(pkt_buf)
|
||||
* iov: remove iov_copy()
|
||||
* vhost-user: compare mode MODE_PASTA and not MODE_PASST
|
||||
* udp: rename udp_sock_handler() to udp_buf_sock_handler()
|
||||
* udp: refactor UDP header update functions
|
||||
* tap: refactor packets handling functions
|
||||
* tcp: move buffers management functions to their own file
|
||||
* tcp: extract buffer management from tcp_send_flag()
|
||||
* cppcheck: Suppress constParameterCallback errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 07:57:52 UTC 2024 - dcermak@suse.com
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
%endif
|
||||
|
||||
Name: passt
|
||||
Version: 20240607.8a83b53
|
||||
Version: 20240624.1ee2eca
|
||||
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