forked from pool/slirp4netns
Accepting request 757696 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/757696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=8
This commit is contained in:
parent
dbaeb030f3
commit
ddb14df385
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">slirp4netns</param>
|
<param name="filename">slirp4netns</param>
|
||||||
<param name="versionformat">0.4.2</param>
|
<param name="versionformat">0.4.3</param>
|
||||||
<param name="revision">v0.4.2</param>
|
<param name="revision">v0.4.3</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4bc1a6ffe830fc1fc75202c1153d540b3d15427f1e84892cd49ea3ee1e940e7a
|
|
||||||
size 132004
|
|
3
slirp4netns-0.4.3.tar.xz
Normal file
3
slirp4netns-0.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef23fbf0b2ae180eb320f7a63bbf5a4fac1ab7d9ee8dbb7c677a382fc2796c97
|
||||||
|
size 132780
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 08:10:07 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.3
|
||||||
|
* api: raise an error if the socket path is too long
|
||||||
|
* libslirp: update to v4.1.0: Including the fix for libslirp
|
||||||
|
sends RST to app in response to arriving FIN when containerized
|
||||||
|
socket is shutdown() with SHUT_WR
|
||||||
|
* Fix create_sandbox error
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 21 07:30:05 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
Mon Oct 21 07:30:05 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package slirp4netns
|
# spec file for package slirp4netns
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: slirp4netns
|
Name: slirp4netns
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-mode networking for unprivileged network namespaces
|
Summary: User-mode networking for unprivileged network namespaces
|
||||||
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user