Dominique Leuenberger 2019-12-23 21:41:16 +00:00 committed by Git OBS Bridge
parent dbaeb030f3
commit ddb14df385
5 changed files with 17 additions and 7 deletions

View File

@ -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.4.2</param>
<param name="revision">v0.4.2</param>
<param name="versionformat">0.4.3</param>
<param name="revision">v0.4.3</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef23fbf0b2ae180eb320f7a63bbf5a4fac1ab7d9ee8dbb7c677a382fc2796c97
size 132780

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: slirp4netns
Version: 0.4.2
Version: 0.4.3
Release: 0
Summary: User-mode networking for unprivileged network namespaces
License: GPL-2.0-only AND MIT AND BSD-2-Clause