Skip to content

Commit 656041d

Browse files
committed
v1.2.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 17ff67d commit 656041d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Tools:
5050

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

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

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

66+
: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,
67+
as the slirp4netns releases prior to v1.0.0 were always statically linked with a specific version of QEMU/libslirp.
68+
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.
69+
70+
<details>
71+
<summary> Run <code>slirp4netns --version</code> to check the version of the linked libslirp. </summary>
72+
73+
<p>
74+
75+
```console
76+
$ slirp4netns --version
77+
slirp4netns version 1.1.8
78+
commit: d361001f495417b880f20329121e3aa431a8f90f
79+
libslirp: 4.4.0
80+
SLIRP_CONFIG_VERSION_MAX: 3
81+
libseccomp: 2.4.3
82+
```
83+
84+
</p>
85+
86+
</details>
87+
6488
## Quick start
6589

6690
### Install

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([slirp4netns], [1.2.0-rc.0+dev], [https://github.com/rootless-containers/slirp4netns/issues])
2+
AC_INIT([slirp4netns], [1.2.0], [https://github.com/rootless-containers/slirp4netns/issues])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)