passt 0.0~git20230309.7c7625d-1 source package in Ubuntu

Changelog

passt (0.0~git20230309.7c7625d-1) unstable; urgency=medium

  * New upstream version 0.0~git20230309.7c7625d
  * Fix cross-build and armhf build reproducibility by using the
    target declared by the compiler to build seccomp profiles, not
    the current machine type
  * Fix build on sh4 by correcting the AUDIT_ARCH target name
  * Fix signedness warning reported on 32-bit architectures
  * Terminate gracefully if open files quota is reached
  * Fix inbound TCP Maximum Segment Size used to queue data to tap
    interface, in pasta mode
  * Fix accidental gap in slirp4netns compatibility by introducing
    trivial options to actually set outbound interfaces and addresses

 -- Stefano Brivio <email address hidden>  Thu, 09 Mar 2023 09:29:19 +0100

Upload details

Uploaded by:
Stefano Brivio
Uploaded to:
Sid
Original maintainer:
Stefano Brivio
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
passt_0.0~git20230309.7c7625d-1.dsc 1.9 KiB 506a04d809e7610bef106a5e4409251b14684c1a03ffb5e810744a071e2b7293
passt_0.0~git20230309.7c7625d.orig.tar.xz 179.1 KiB f071e1c2f618fe678516c6c2a798c491ac44bb96d3a00617d343f67313e3db6c
passt_0.0~git20230309.7c7625d-1.debian.tar.xz 13.4 KiB 98e8ff0db825e25f30c81a1dac8fa18fb147691924ab2800c48c9ca23191f3ef

No changes file available.

Binary packages built by this source

passt: user-mode networking daemons for virtual machines and namespaces

 passt implements a translation layer between a Layer-2 network interface and
 native Layer-4 sockets (TCP, UDP, ICMP/ICMPv6 echo) on a host. It doesn't
 require any capabilities or privileges, and it can be used as a simple
 replacement for Slirp.
 .
 pasta (same binary as passt, different command) offers equivalent
 functionality, for network namespaces: traffic is forwarded using a tap
 interface inside the namespace, without the need to create further interfaces
 on the host, hence not requiring any capabilities or privileges.

passt-dbgsym: debug symbols for passt