Accepting request 727614 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/727614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=6
This commit is contained in:
parent
8b4df863c6
commit
00721900da
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">slirp4netns</param>
|
||||
<param name="versionformat">0.3.2</param>
|
||||
<param name="revision">v0.3.2</param>
|
||||
<param name="versionformat">0.4.1</param>
|
||||
<param name="revision">v0.4.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f36b6fde35b9d597dba841b992155e756da7dc25865bac748c7748e156061724
|
||||
size 126424
|
3
slirp4netns-0.4.1.tar.xz
Normal file
3
slirp4netns-0.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87cae638ac8c090dcb0a483596e224bf0efd34dda4a510d22b634d550a5888bd
|
||||
size 131784
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 10:35:21 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: slirp4netns
|
||||
Version: 0.3.2
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: User-mode networking for unprivileged network namespaces
|
||||
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
||||
@ -30,6 +30,8 @@ BuildRequires: gcc
|
||||
BuildRequires: git
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user