Dominique Leuenberger 2020-03-27 20:56:07 +00:00 committed by Git OBS Bridge
parent ddb14df385
commit 730f48cbef
5 changed files with 26 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.3</param>
<param name="revision">v0.4.3</param>
<param name="versionformat">0.4.4</param>
<param name="revision">v0.4.4</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
slirp4netns-0.4.4.tar.xz Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Mar 27 09:28:47 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
- Update to 0.4.4 (bsc#1167850)
* libslirp: Update to v4.2.0:
* New API function slirp_add_unix: add a forward rule to a Unix
socket.
* New API function slirp_remove_guestfwd: remove a forward rule
previously added by slirp_add_exec, slirp_add_unix or
slirp_add_guestfwd
* New SlirpConfig.outbound_addr{,6} fields to bind output
socket to a specific address
* socket: do not fallback on host loopback if get_dns_addr()
failed or the address is in slirp network
* ncsi: fix checksum OOB memory access
* tcp_emu(): fix OOB accesses
* tftp: restrict relative path access
* state: fix loading of guestfwd state
-------------------------------------------------------------------
Wed Dec 18 08:10:07 UTC 2019 - Sascha Grunert <sgrunert@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package slirp4netns
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 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.3
Version: 0.4.4
Release: 0
Summary: User-mode networking for unprivileged network namespaces
License: GPL-2.0-only AND MIT AND BSD-2-Clause