2019-10-25 18:38:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 21 07:30:05 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.4.2
|
|
|
|
* Do not propagate mounts to the parent ns in sandbox
|
|
|
|
|
2019-09-02 13:22:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 30 07:04:14 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.4.1
|
|
|
|
* Support specifying netns path (slirp4netns --netns-type=path PATH
|
|
|
|
TAPNAME)
|
|
|
|
* Support specifying --userns-path
|
|
|
|
* Vendor https://gitlab.freedesktop.org/slirp/libslirp (QEMU v4.1+)
|
|
|
|
* Bring up loopback device when --configure is specified
|
|
|
|
* Support sandboxing by creating a mount namespace
|
|
|
|
(--enable-sandbox)
|
|
|
|
* Support seccomp (--enable-seccomp)
|
|
|
|
- Add new build dependencies libcap-devel and libseccomp-devel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 29 08:27:25 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.3.3
|
|
|
|
* Fix use-after-free in libslirp
|
|
|
|
|
2019-08-10 23:43:51 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 7 10:35:21 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Add missing licenses to spec file
|
|
|
|
|
2019-08-07 13:59:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 5 06:38:16 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.3.2
|
|
|
|
* Fix heap overflow in `ip_reass` on big packet input
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 1 13:47:48 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.3.1
|
|
|
|
* Fix use-after-free
|
|
|
|
|
2019-04-02 09:17:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 29 07:29:04 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.3.0
|
|
|
|
* QMP-like JSON API for exposing node ports (--api-socket)
|
|
|
|
|
2019-03-24 14:57:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 20 09:49:55 UTC 2019 - Richard Brown <rbrown@suse.com>
|
|
|
|
|
2019-04-02 09:17:56 +02:00
|
|
|
- Change _service to use releases instead of git commit references
|
2019-03-24 14:57:05 +01:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 18 18:23:51 UTC 2019 - Oliver Bengs <appleonkel@opensuse.org>
|
|
|
|
|
|
|
|
- Update to 0.3.0-beta1
|
|
|
|
* Support protecting 127.0.0.1 on the host (--disable-host-loopback)
|
|
|
|
* Support specifying CIDR like 10.0.2.0/24 (--cidr)
|
|
|
|
* Fix CVE-2019-6778
|
|
|
|
* Synced with QEMU upstream
|
|
|
|
|
2018-10-25 08:13:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 17 09:15:55 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
|
|
|
|
|
|
|
- Introduce slirp4netns in version 0.1 to support rootless Podman:
|
|
|
|
slirp4netns provides user-mode networking ("slirp") for unprivileged network
|
|
|
|
namespaces. A common use-case of slirp4netns is to enable network access for
|
|
|
|
rootless container engines such as Podman.
|