Releases: rootless-containers/slirp4netns
Releases · rootless-containers/slirp4netns
v0.4.4
Notable changes since v0.4.3:
- libslirp: update to v4.2.0: https://gitlab.freedesktop.org/slirp/libslirp/-/blob/v4.2.0/CHANGELOG.md
SHA256SUM:
e83f49ff1f6d89f691083fef709d4622f46a6808fbfcd7d1a8a7420602af8286 slirp4netns
https://github.com/rootless-containers/slirp4netns/runs/518073291?check_suite_focus=true#step:4:4
v0.3.5
Notable changes since v0.4.3:
- libslirp: update to v4.2.0: https://gitlab.freedesktop.org/slirp/libslirp/-/blob/v4.2.0/CHANGELOG.md
This release is expected to be the last official release for v0.3.x .
v0.4.3
Notable changes since v0.4.2:
- api: raise an error if the socket path is too long (#158)
- libslirp: update to v4.1.0: https://gitlab.freedesktop.org/slirp/libslirp/compare/d203c81bc6c861e1671122c3194c21d1a6763641...v4.1.0
- Binary release for x86_64 is available. The binary is built on GitHub Actions. (#165, #129 )
- Fix
create_sandbox
error (#163)
v0.4.3-beta.1
Notable changes since v0.4.2:
- api: raise an error if the socket path is too long (#158)
- libslirp: update to v4.1.0: https://gitlab.freedesktop.org/slirp/libslirp/compare/d203c81bc6c861e1671122c3194c21d1a6763641...v4.1.0
- Binary release for x86_64 is available. The binary is built on GitHub Actions. (#165, #129
v0.4.3-beta.0
Notable changes since v0.4.2:
- api: raise an error if the socket path is too long (#158)
- libslirp: update to v4.1.0: https://gitlab.freedesktop.org/slirp/libslirp/compare/d203c81bc6c861e1671122c3194c21d1a6763641...v4.1.0
v0.3.4
Notable changes since v0.3.3:
v0.4.2
v0.4.1
v0.4.0
Notable changes since v0.3.0:
- Support specifying netns path (
slirp4netns --netns-type=path PATH TAPNAME
) (#86) - Support specifying
--userns-path
(#86 ) - Vendor https://gitlab.freedesktop.org/slirp/libslirp (QEMU v4.1+) (#94)
- Bring up loopback device when
--configure
is specified (#99) - Support sandboxing by creating a mount namespace (
--enable-sandbox
) (#105 #136 #138 ) - libslirp: Fix heap overflow (CVE-2019-14378) (#127, https://gitlab.freedesktop.org/slirp/libslirp/commit/126c04acbabd7ad32c2b018fe10dfac2a3bc1210)
- Support seccomp (
--enable-seccomp
) (#134) - libslirp: Fix use-after-free (CVE-2019-15890) (#140, https://gitlab.freedesktop.org/slirp/libslirp/commit/c59279437eda91841b9d26079c70b8a540d41204)
Note: --enable-sandbox
was introduced as --create-sandbox
in beta.2 and renamed to --enable-sandbox
in beta.4
New build dependencies
libcap-devel
(libcap-dev
)libseccomp-devel
(libseccomp-dev
)
v0.3.3
Notable changes since v0.3.2:
- libslirp: Fix use-after-free (CVE-2019-15890) (#141, https://gitlab.freedesktop.org/slirp/libslirp/commit/c59279437eda91841b9d26079c70b8a540d41204)