Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed May 2, 2022
1 parent 17ff67d commit 656041d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Tools:

Version | Status
-------------------------------|------------------------------------------------------------------------
v1.1.x | :white_check_mark: Active
v1.2.x | :white_check_mark: Active
v1.1.x | End of Life (May 2, 2022)
v1.0.x | End of Life (Jun 2, 2020)
v0.4.x | End of Life (Sep 30, 2020)
v0.3.x | End of Life (Mar 31, 2020)
Expand All @@ -59,8 +60,31 @@ Early versions prior to v0.2.x | End of Life (Jan 5, 2019)

See https://github.com/rootless-containers/slirp4netns/releases for the releases.

### Security advisories
See https://github.com/rootless-containers/slirp4netns/security/advisories for the past security advisories.

:warning: We had been collecting [the vulnerabilities of QEMU/libslirp](https://www.cvedetails.com/product/57329/Libslirp-Project-Libslirp.html?vendor_id=20192) in this slirp4netns repo until the end of 2020,
as the slirp4netns releases prior to v1.0.0 were always statically linked with a specific version of QEMU/libslirp.
Starting with 2021, the vulnerabilities of libslirp are no longer collected in this slirp4netns repo, as slirp4netns >= v1.0.0 can be linked with an arbitrary version of libslirp.

<details>
<summary> Run <code>slirp4netns --version</code> to check the version of the linked libslirp. </summary>

<p>

```console
$ slirp4netns --version
slirp4netns version 1.1.8
commit: d361001f495417b880f20329121e3aa431a8f90f
libslirp: 4.4.0
SLIRP_CONFIG_VERSION_MAX: 3
libseccomp: 2.4.3
```

</p>

</details>

## Quick start

### Install
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([slirp4netns], [1.2.0-rc.0+dev], [https://github.com/rootless-containers/slirp4netns/issues])
AC_INIT([slirp4netns], [1.2.0], [https://github.com/rootless-containers/slirp4netns/issues])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 656041d

Please sign in to comment.