Accepting request 1196219 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1196219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/passt?expand=0&rev=14
This commit is contained in:
commit
53605e0dfc
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_14.61c0b0d</param>
|
||||
<param name="revision">2024_08_21.1d6142f</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">61c0b0d0f199589c72bd53e267d797a8e4bf1478</param></service></servicedata>
|
||||
<param name="changesrevision">1d6142f362c761ad800b0cbf6ab69cea426658e8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a33db5e2467307f2a98df74a7874c99c07083a4a85ca8e23a19c8ad0c3acdee0
|
||||
size 226362
|
3
passt-20240821.1d6142f.tar.zst
Normal file
3
passt-20240821.1d6142f.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:513555133cc810e5b010e754584467f576eb79ee90c2245cb0be2a61ace95864
|
||||
size 228854
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 08:15:06 UTC 2024 - dcermak@suse.com
|
||||
|
||||
- Update to version 20240821.1d6142f:
|
||||
* README: pasta is indeed a supported back-end for rootless Docker
|
||||
* util: Don't stop on unrelated values when looking for --fd in close_open_files()
|
||||
* test: Update list of dependencies in README.md
|
||||
* tcp, udp: Allow timerfd_gettime64() and recvmmsg_time64() on arm (armhf)
|
||||
* util: Provide own version of close_range(), and no-op fallback
|
||||
* udp_flow: Add missing unistd.h include for close()
|
||||
* test: Duplicate existing recvfrom() valgrind suppression for recv()
|
||||
* test/passt.mbuto: Install sshd-session OpenSSH's split process
|
||||
* test/passt.mbuto: Run sshd from vsock proxy with absolute path
|
||||
* test/lib/setup: Transform i686 kernel architecture name into QEMU name (i386)
|
||||
* treewide: Allow additional system calls for i386/i686
|
||||
* fwd, conf: Allow NAT of the guest's assigned address
|
||||
* fwd: Distinguish translatable from untranslatable addresses on inbound
|
||||
* conf: Allow address remapped to host to be configured
|
||||
* test: Reconfigure IPv6 address after changing MTU
|
||||
* conf, fwd: Split notion of gateway/router from guest-visible host address
|
||||
* Don't take "our" MAC address from the host
|
||||
* fwd: Split notion of "our tap address" from gateway for IPv4
|
||||
* fwd: Helpers to clarify what host addresses aren't guest accessible
|
||||
* Initialise our_tap_ll to ip6.gw when suitable
|
||||
* Clarify which addresses in ip[46]_ctx are meaningful where
|
||||
* treewide: Change misleading 'addr_ll' name
|
||||
* util: Correct sock_l4() binding for link local addresses
|
||||
* conf: Remove incorrect initialisation of addr_ll_seen
|
||||
* conf: Treat --dns addresses as guest visible addresses
|
||||
* conf: Correct setting of dns_match address in add_dns6()
|
||||
* conf: Move adding of a nameserver from resolv.conf into subfunction
|
||||
* conf: Move DNS array bounds checks into add_dns[46]
|
||||
* conf: More accurately count entries added in get_dns()
|
||||
* conf: Use array indices rather than pointers for DNS array slots
|
||||
* treewide: Use struct assignment instead of memcpy() for IP addresses
|
||||
* treewide: Rename MAC address fields for clarity
|
||||
* util: Helper for formatting MAC addresses
|
||||
* treewide: Use "our address" instead of "forwarding address"
|
||||
* netlink: Fix typo in function comment for nl_addr_set()
|
||||
* pasta: Disable neighbour solicitations on device up to prevent DAD
|
||||
* netlink, pasta: Fetch link-local address from namespace interface once it's up
|
||||
* netlink, pasta: Disable DAD for link-local addresses on namespace interface
|
||||
* netlink, pasta: Turn nl_link_up() into a generic function to set link flags
|
||||
* netlink, pasta: Split MTU setting functionality out of nl_link_up()
|
||||
* netlink: Fix typo in function comment for nl_addr_get()
|
||||
* test: Speed up by cutting on eye candy and performance test duration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 06:18:55 UTC 2024 - dcermak@suse.com
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
%endif
|
||||
|
||||
Name: passt
|
||||
Version: 20240814.61c0b0d
|
||||
Version: 20240821.1d6142f
|
||||
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